|
@ -2,7 +2,8 @@ |
|
|
'name': "Beescoop link with easy my coop", |
|
|
'name': "Beescoop link with easy my coop", |
|
|
|
|
|
|
|
|
'summary': """ |
|
|
'summary': """ |
|
|
Module that made the link between beesdoo customization and easy_my_coop |
|
|
|
|
|
|
|
|
Module that made the link between beesdoo customization |
|
|
|
|
|
and easy_my_coop |
|
|
""", |
|
|
""", |
|
|
|
|
|
|
|
|
'description': """ |
|
|
'description': """ |
|
@ -11,23 +12,22 @@ |
|
|
'author': "Beescoop - Cellule IT", |
|
|
'author': "Beescoop - Cellule IT", |
|
|
'website': "https://github.com/beescoop/Obeesdoo", |
|
|
'website': "https://github.com/beescoop/Obeesdoo", |
|
|
|
|
|
|
|
|
# Categories can be used to filter modules in modules listing |
|
|
|
|
|
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml |
|
|
|
|
|
# for the full list |
|
|
|
|
|
'category': 'Cooperative management', |
|
|
'category': 'Cooperative management', |
|
|
'version': '12.0.1.0.0', |
|
|
'version': '12.0.1.0.0', |
|
|
|
|
|
|
|
|
# any module necessary for this one to work correctly |
|
|
|
|
|
'depends': ['beesdoo_base', 'beesdoo_shift', 'easy_my_coop', 'easy_my_coop_eater'], |
|
|
|
|
|
|
|
|
'depends': ['beesdoo_base', |
|
|
|
|
|
'beesdoo_shift', |
|
|
|
|
|
'easy_my_coop', |
|
|
|
|
|
'easy_my_coop_eater' |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
# always loaded |
|
|
|
|
|
'data': [ |
|
|
'data': [ |
|
|
'data/product_share.xml', |
|
|
'data/product_share.xml', |
|
|
'views/partner.xml', |
|
|
'views/partner.xml', |
|
|
'views/res_company.xml', |
|
|
'views/res_company.xml', |
|
|
'views/subscription_request.xml', |
|
|
'views/subscription_request.xml', |
|
|
'views/subscription_templates.xml', |
|
|
'views/subscription_templates.xml', |
|
|
|
|
|
'views/product.xml' |
|
|
], |
|
|
], |
|
|
'auto_install': True, |
|
|
'auto_install': True, |
|
|
# only loaded in demonstration mode |
|
|
|
|
|
} |
|
|
} |