Files
contract/agreement_legal_sale/models/__init__.py
2019-09-05 12:18:45 -05:00

7 lines
114 B
Python

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