InvenTree/InvenTree/stock
Oliver Walters 097afed78e Adds metadata mixin class for adding JSON field to internal tables
- Add metadata field to stocklocation
- Add metadata field to stockitem
2022-05-16 00:45:16 +10:00
..
fixtures Add more fixture data 2022-04-02 09:54:55 +11:00
migrations Adds metadata mixin class for adding JSON field to internal tables 2022-05-16 00:45:16 +10: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 Adds metadata mixin class for adding JSON field to internal tables 2022-05-16 00:45: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