InvenTree/InvenTree/stock
Oliver 139274f356
Bug fix for ensuring location and category names are unique for common parent (#4361)
* Update Meta class for StockLocation and PartCategory

* Migration files

* Add extra unique requirements to  InvenTreeTree model

- unique_together does not work as expected with null values
2023-02-18 11:42:53 +11:00
..
fixtures [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
migrations Bug fix for ensuring location and category names are unique for common parent (#4361) 2023-02-18 11:42:53 +11:00
templates/stock Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
api.py Stock API filtering fix (#4350) 2023-02-17 10:34:18 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
filters.py Tree query improvements (#3443) 2022-08-01 13:43:27 +10:00
models.py Bug fix for ensuring location and category names are unique for common parent (#4361) 2023-02-18 11:42:53 +11:00
serializers.py [Feature] Stocktake reports (#4345) 2023-02-17 11:42:48 +11:00
test_api.py Stock API filtering fix (#4350) 2023-02-17 10:34:18 +11:00
test_migrations.py Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
test_views.py [BUG] Fix ownership (#4244) 2023-01-25 09:28:36 +11:00
tests.py Fix for returning stock from the customer to a specified location (#4208) 2023-01-25 09:34:15 +11:00
urls.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00