Files
contract/product_contract/models/__init__.py
2022-06-18 14:50:18 +02:00

9 lines
238 B
Python

# -*- coding: utf-8 -*-
# Copyright 2017 LasLabs Inc.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import contract_line
from . import product_template
from . import sale_order
from . import sale_order_line