Files
contract/agreement_mrp/models/__init__.py
2021-09-23 16:28:47 +05:30

8 lines
161 B
Python

# Copyright (C) 2021 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
mrp,
agreement,
)