InvenTree/InvenTree/stock
2022-02-25 23:01:02 +11:00
..
fixtures Add some unit tests for the new endpoint 2021-12-20 21:25:27 +11:00
migrations ignore coverage in exsisting migrations 2022-02-13 17:45:46 +01:00
templates/stock Refactor ownership for StockItem model 2022-02-25 22:58:00 +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 PEP fix 2022-02-20 04:40:18 +01:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py PEP fixes 2022-02-17 17:04:51 +11:00
models.py PEP style fixes 2022-02-25 23:01:02 +11:00
serializers.py PEP fixes 2022-02-17 17:04:51 +11:00
test_api.py remove unneeded assignment 2022-02-20 04:24:13 +01:00
test_views.py fix import 2022-02-13 05:34:06 +01:00
tests.py Remove the "scheduled_for_deletion" field from the StockItem model 2021-12-05 18:14:14 +11:00
urls.py Adds API endpoint for installing stock items into other stock items 2022-02-17 17:03:17 +11:00
views.py PEP style fixes 2022-02-25 23:01:02 +11:00