mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] agreement
This commit is contained in:
10
agreement/models/__init__.py
Normal file
10
agreement/models/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from . import partner_agreement
|
||||
from . import agreement_clause
|
||||
from . import agreement_section
|
||||
from . import agreement_stage
|
||||
from . import agreement_type
|
||||
from . import agreement_subtype
|
||||
from . import res_partner
|
||||
from . import product_template
|
||||
from . import agreement_renewaltype
|
||||
from . import agreement_increasetype
|
||||
Reference in New Issue
Block a user