InvenTree/InvenTree/stock
Oliver Walters 2506aa110b API changes
- Allow SupplierPart to be filtered by 'company' in addition to 'supplier' and 'manufacturer'
- Stock can now also be filtered by 'company'

(cherry picked from commit 1b1cd944be)
2020-04-13 20:20:33 +10:00
..
fixtures Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
migrations Rename "URL" to "link" for StockItem and StockItemTracking models 2020-04-06 10:43:06 +10:00
templates/stock More fixes 2020-04-12 00:10:33 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Add custom migration 2020-02-17 22:11:44 +11:00
api.py API changes 2020-04-13 20:20:33 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Rename "URL" to "link" for StockItem and StockItemTracking models 2020-04-06 10:43:06 +10:00
models.py Include supplier-part information in Stock API 2020-04-06 22:02:23 +10:00
serializers.py Include supplier-part information in Stock API 2020-04-06 22:02:23 +10:00
test_api.py Fixes for Stocktransfer API endpoint 2020-04-10 01:01:39 +10:00
test_views.py PEP 2019-08-30 00:15:16 +10:00
tests.py remove failing test 2020-02-18 23:59:37 +11:00
urls.py Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
views.py Bugs! 2020-04-06 11:21:34 +10:00