mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Create initial models for 'Order'
- PurchaseOrder - PurchaseOrderLineItem (These are based on some abstract model classes)
This commit is contained in:
5
InvenTree/order/apps.py
Normal file
5
InvenTree/order/apps.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class OrderConfig(AppConfig):
|
||||
name = 'order'
|
Reference in New Issue
Block a user