diff --git a/easy_my_coop_document/__openerp__.py b/easy_my_coop_document/__openerp__.py index 18d24d8..8a2112c 100644 --- a/easy_my_coop_document/__openerp__.py +++ b/easy_my_coop_document/__openerp__.py @@ -4,6 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { +# migrate in v12 and isolate from emc 'name': 'Easy My Coop Document', 'summary': """ diff --git a/easy_my_coop_taxshelter_report/__openerp__.py b/easy_my_coop_taxshelter_report/__openerp__.py index fead4cc..8e35b61 100644 --- a/easy_my_coop_taxshelter_report/__openerp__.py +++ b/easy_my_coop_taxshelter_report/__openerp__.py @@ -19,6 +19,7 @@ # ############################################################################## { + # todo check ir model access "name": "Easy My Coop tax shelter report", "version": "1.0", "depends": ["easy_my_coop"],