mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
* Add contract functionality to `product.templates` * Add logic to create contracts from `sale.order` that contains contract products.
7 lines
190 B
Python
7 lines
190 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 LasLabs Inc.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import test_product_template
|
|
from . import test_sale_order
|