Ronald Portier
6 years ago
8 changed files with 58 additions and 55 deletions
-
7product_contract/README.rst
-
4product_contract/__init__.py
-
7product_contract/__manifest__.py
-
2product_contract/models/__init__.py
-
21product_contract/models/sale_order.py
-
36product_contract/models/sale_order_line.py
-
2product_contract/tests/test_product_template.py
-
34product_contract/tests/test_sale_order.py
@ -1,5 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2017 LasLabs Inc. |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
from . import models |
@ -1,7 +1,5 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2017 LasLabs Inc. |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import product_template |
|||
from . import sale_order |
|||
from . import sale_order_line |
Write
Preview
Loading…
Cancel
Save
Reference in new issue