InvenTree/InvenTree/stock
2021-02-10 20:40:15 +11:00
..
fixtures Merged master 2021-01-07 13:50:29 -05:00
migrations Mark migrations with data operations "non atomic" 2021-02-04 22:19:15 +11:00
templates/stock Add setting for enabling / disabling test reports 2021-02-04 21:15:19 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Remove defunct 'build_order' field from StockItem model 2020-11-10 20:12:39 +11:00
api.py Fixes for unit tests 2021-01-28 22:37:28 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Switched to global owner model, need to validate use-cases table and fix tests 2021-01-11 17:41:29 -05:00
models.py Wrap custom filter validation in try/except blocks 2021-02-10 20:40:15 +11:00
serializers.py Add "last updated" date to stock table 2021-01-15 15:27:40 +11:00
test_api.py Updated stock tests quantities 2021-01-08 14:05:53 -05:00
test_views.py Added location owner change test case to verify stock item owner in that location is also updated 2021-01-12 17:11:46 -05:00
tests.py Merge remote-tracking branch 'inventree/master' into simple-qr-codes 2021-02-01 12:24:16 +11:00
urls.py Replace existing django form views with API request 2021-01-18 21:33:15 +11:00
views.py Fixes for unit tests 2021-01-29 12:47:46 +11:00