|
@ -1,12 +1,13 @@ |
|
|
# Copyright 2013-2018 Open Architects Consulting SPRL. |
|
|
# Copyright 2013-2018 Open Architects Consulting SPRL. |
|
|
# Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>) |
|
|
|
|
|
|
|
|
# Copyright 2018- Coop IT Easy SCRLfs (<http://www.coopiteasy.be>) |
|
|
# - Houssine BAKKALI - <houssine@coopiteasy.be> |
|
|
# - Houssine BAKKALI - <houssine@coopiteasy.be> |
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
"name": "Easy My Coop", |
|
|
"name": "Easy My Coop", |
|
|
"version": "12.0.1.0.0", |
|
|
"version": "12.0.1.0.0", |
|
|
"depends": ["base", |
|
|
|
|
|
|
|
|
"depends": [ |
|
|
|
|
|
"base", |
|
|
"sale", |
|
|
"sale", |
|
|
"account", |
|
|
"account", |
|
|
"base_iban", |
|
|
"base_iban", |
|
@ -18,7 +19,7 @@ |
|
|
], |
|
|
], |
|
|
"author": "Coop IT Easy SCRLfs", |
|
|
"author": "Coop IT Easy SCRLfs", |
|
|
"category": "Cooperative management", |
|
|
"category": "Cooperative management", |
|
|
"website": "www.coopiteasy.be", |
|
|
|
|
|
|
|
|
"website": "https://www.coopiteasy.be", |
|
|
"license": "AGPL-3", |
|
|
"license": "AGPL-3", |
|
|
"description": """ |
|
|
"description": """ |
|
|
This module allows to manage the cooperator subscription and all the |
|
|
This module allows to manage the cooperator subscription and all the |
|
@ -28,7 +29,6 @@ |
|
|
'security/easy_my_coop_security.xml', |
|
|
'security/easy_my_coop_security.xml', |
|
|
'security/ir.model.access.csv', |
|
|
'security/ir.model.access.csv', |
|
|
'data/easy_my_coop_data.xml', |
|
|
'data/easy_my_coop_data.xml', |
|
|
'data/mail_template_data.xml', |
|
|
|
|
|
'wizard/create_subscription_from_partner.xml', |
|
|
'wizard/create_subscription_from_partner.xml', |
|
|
'wizard/update_partner_info.xml', |
|
|
'wizard/update_partner_info.xml', |
|
|
'wizard/validate_subscription_request.xml', |
|
|
'wizard/validate_subscription_request.xml', |
|
@ -47,6 +47,7 @@ |
|
|
'report/cooperator_certificat_G001.xml', |
|
|
'report/cooperator_certificat_G001.xml', |
|
|
'report/cooperator_subscription_G001.xml', |
|
|
'report/cooperator_subscription_G001.xml', |
|
|
'report/cooperator_register_G001.xml', |
|
|
'report/cooperator_register_G001.xml', |
|
|
|
|
|
'data/mail_template_data.xml', # Must be loaded after reports |
|
|
], |
|
|
], |
|
|
'installable': True, |
|
|
'installable': True, |
|
|
'application': True, |
|
|
'application': True, |
|
|