Remove order model (#45)

* Add environment name

* Remove orders models
This commit is contained in:
Niklas Fondberg
2022-01-31 10:24:19 +01:00
committed by GitHub
parent a5a05b0df5
commit 0b0e4f99f8
9 changed files with 6 additions and 196 deletions
-8
View File
@@ -5,12 +5,4 @@ from .category import Category
from .contract_customer import ContractCustomer
from .inquiry import Inquiry
from .product import Material, Product, Currencies, PrintProduct
from .order import (
Order,
OrderField,
OrderRow,
OrderRowField,
OrderRowDetail,
OrderOrderField,
)
from .market import Market