2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

Create initial models for 'Order'

- PurchaseOrder
- PurchaseOrderLineItem

(These are based on some abstract model classes)
This commit is contained in:
Oliver Walters
2019-06-04 22:19:04 +10:00
parent 937763f961
commit d840b44f7a
10 changed files with 211 additions and 0 deletions

3
InvenTree/order/tests.py Normal file
View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.