Files
contract/agreement_mrp/models/__init__.py
Sandip Mangukiya 089dbda9b3 [ADD] agreement_mrp
2018-12-26 16:21:43 -06:00

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,
)