InvenTree/InvenTree/order
Oliver 1456868d03 Add default values for line item serializers
- Once https://github.com/inventree/InvenTree/issues/1687 is fixed, remove default values
2021-06-22 17:03:21 +10:00
..
fixtures test: improve coverage of new get_destination 2021-06-09 11:04:42 -06:00
migrations feat(purchase orders): show the preferred location for each PO Line 2021-06-09 09:06:03 -06:00
templates/order Remove debug statements 2021-06-22 10:43:00 +10:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py feat(admin): Show the line items on the PO on the Admin Site 2021-05-14 13:24:13 -06:00
api.py Fixes for SalesOrder API 2021-06-22 16:43:38 +10:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py feat(purchase orders): show the preferred location for each PO Line 2021-06-09 09:06:03 -06:00
models.py feat(purchase orders): show the preferred location for each PO Line 2021-06-09 09:06:03 -06:00
serializers.py Add default values for line item serializers 2021-06-22 17:03:21 +10:00
test_api.py PEP fixes 2021-06-22 16:43:49 +10:00
test_sales_order.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_views.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
tests.py test: improve coverage of new get_destination 2021-06-09 11:04:42 -06:00
urls.py Merged master and resolved conflicts 2021-05-07 18:02:40 -04:00
views.py feat(sales_order): Stock Items show the PO number 2021-05-13 14:18:25 -06:00