InvenTree/InvenTree/stock
Oliver 08d0084e07
Metadata API refactor (#4545)
* Add generic metadata API endpoint

(cherry picked from commit 7bbd53fc7647e2bb18d36c8c351e3fc080037ab1)

* Refactor metadata endpoints for build models

(cherry picked from commit 722b44e1259f1c5b046c7bc4328995b8238fc342)

* Update metadata views for company models

* labels

* orders

* part

* report

* stock
2023-03-31 10:42:54 +11:00
..
fixtures Extend functionality of custom validation plugins (#4391) 2023-03-07 22:43:12 +11:00
migrations Stock history fix (#4541) 2023-03-30 23:30:16 +11:00
templates/stock [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Fix rendering of purchase_price for exporting StockItem data (#4434) 2023-03-02 14:50:04 +11:00
api.py Metadata API refactor (#4545) 2023-03-31 10:42:54 +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 Stock history fix (#4541) 2023-03-30 23:30:16 +11:00
serializers.py Adds "stock value" calculation to stock table (#4471) 2023-03-09 00:18:39 +11:00
test_api.py Unit test speed improvements (#4463) 2023-03-08 15:22:08 +11:00
test_migrations.py Add migration test (#4398) 2023-02-23 23:12:48 +11:00
test_views.py [BUG] Fix ownership (#4244) 2023-01-25 09:28:36 +11:00
tests.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
urls.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00