InvenTree/InvenTree/stock
Oliver db018af0ce Prevent some model based events from triggering during data import 2022-05-10 13:43:16 +10:00
..
fixtures Add more fixture data 2022-04-02 09:54:55 +11:00
migrations upgrade to pyhton 3.9 syntax 2022-05-01 21:53:12 +02:00
templates/stock Merge pull request #2931 from SchrodingersGat/more-api-functionality 2022-05-04 23:24:28 +10: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 style fixes 2022-05-04 17:31:44 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py PEP style fixes 2022-05-04 17:31:44 +10:00
models.py Prevent some model based events from triggering during data import 2022-05-10 13:43:16 +10:00
serializers.py Refactor "uninstall stock item" form to use the API 2022-05-04 17:25:24 +10:00
test_api.py More unit tests 2022-05-04 22:49:21 +10:00
test_views.py fix import 2022-02-13 05:34:06 +01:00
tests.py Further unit test fixes 2022-04-02 12:00:08 +11:00
urls.py Refactor "uninstall stock item" form to use the API 2022-05-04 17:25:24 +10:00
views.py Move view mixin to plugin.views 2022-05-07 22:34:03 +10:00