Files
contract/agreement_legal_sale/models/__init__.py
2019-04-17 19:29:13 +05:30

8 lines
127 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
sale_order,
agreement,
product,
)