InvenTree/InvenTree/stock
Oliver e39f1c320c Merge remote-tracking branch 'inventree/master' into auto-allocation-improvements 2021-10-05 12:53:47 +11:00
..
fixtures Add unit test for catching bug 2021-08-25 14:48:45 +10:00
migrations Add "scheduled_for_deletion" field to StockItem 2021-09-07 16:28:57 +10:00
templates/stock replace i html tags 2021-09-02 00:18:47 +02:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add some more inlines in the admin interface 2021-06-21 00:46:15 +10:00
api.py Add ability to specify "source location" for stock allocations 2021-10-05 10:38:18 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Removed old quantity setting lines 2021-08-03 09:53:08 -04:00
models.py Do not rebuild the entire StockItem tree every time a single StockItem is deleted! 2021-09-28 10:36:01 +10:00
serializers.py Fixes for build output tables 2021-10-05 12:32:54 +11:00
tasks.py Unit test fixes 2021-09-07 17:36:53 +10:00
test_api.py PEP style fixes 2021-09-28 10:41:30 +10:00
test_views.py Refactor all "adjustment" forms to use the new API approach 2021-07-12 20:38:54 +10:00
tests.py Unit test fixes 2021-09-07 22:27:39 +10:00
urls.py Refactor StockExportOptions form 2021-07-19 17:23:18 +10:00
views.py Merge pull request #1892 from eeintech/stock_installed_items 2021-08-04 09:01:28 +10:00