InvenTree/InvenTree/stock
Oliver a821717103 Add a data migration which deletes any stock items which have been scheduled for deletion.
Also deletes any instance of the "delete_old_stock_items" worker task
2021-12-05 17:56:39 +11:00
..
fixtures Add unit test for catching bug 2021-08-25 14:48:45 +10:00
migrations Add a data migration which deletes any stock items which have been scheduled for deletion. 2021-12-05 17:56:39 +11:00
templates/stock Differentiate between "fully allocated" and "partially allocated" in stock item table 2021-12-02 21:46:05 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add autocomplete fields to admin views for "stock" app: 2021-12-04 19:25:57 +11:00
api.py Adds an "available" filter for stock item API 2021-12-02 21:40:03 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
models.py PEP fixes 2021-12-02 12:13:03 +01:00
serializers.py PEP fixes 2021-12-02 12:13:03 +01:00
tasks.py Unit test fixes 2021-09-07 17:36:53 +10:00
test_api.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
test_views.py More linting 2021-11-05 00:35:47 +11:00
tests.py Unit test fixes 2021-09-07 22:27:39 +10:00
urls.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
views.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00