Files
contract/agreement/models/__init__.py
黎伟杰 f3295ad864 [IMP] move some notions from agreement_legal to agreement
we move the is_template field definition and the agreement.type model from
the agreement_legal module to the agreement module.

The fields are not displayed by default, unless the feature is enabled through a
technical feature group, this is configurable in the agreement_sale module (because agreement
in itself has no UI, and agreement_legal enables the feature by default)
2021-02-15 20:56:44 +01:00

3 lines
53 B
Python

from . import agreement
from . import agreement_type