Files
contract/agreement_mrp/models/__init__.py
Sandip Mangukiya f67a9d4bd8 [ADD] agreement_mrp
2021-09-23 16:28:47 +05:30

8 lines
161 B
Python

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