mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Big refactoring for allowing to define recurrency at header level for simplifying the use of the module for most of the cases where you don't need different recurrency at line level.
16 lines
493 B
Python
16 lines
493 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import contract_recurrency_mixin # should be first
|
|
from . import abstract_contract
|
|
from . import abstract_contract_line
|
|
from . import contract_template
|
|
from . import contract
|
|
from . import contract_template_line
|
|
from . import contract_line
|
|
from . import account_move
|
|
from . import res_partner
|
|
from . import contract_tag
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import contract_terminate_reason
|