InvenTree/InvenTree/stock
Oliver Walters 40513c556d Remove locate button from top-level stock location 2022-05-16 00:10:50 +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 Remove locate button from top-level stock location 2022-05-16 00:10:50 +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 Refactor stock_list endpoint to use the new mixin 2022-05-12 11:29:33 +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 Fix edge case when converting stock item to variant 2022-05-12 15:15:51 +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