[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)
This commit is contained in:
Alexandre Fayolle
2019-09-27 09:41:19 +02:00
parent 15a7245a1f
commit 0abb509f52
22 changed files with 217 additions and 37 deletions

View File

@@ -1 +1,2 @@
from . import agreement
from . import agreement_type