Browse Source
Merge pull request #321 from NL66278/10.0-product_contract-fix-recurring
Merge pull request #321 from NL66278/10.0-product_contract-fix-recurring
[10.0] [FIX] product_contract. Correctly create contract from template.pull/354/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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