You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
809 B
35 lines
809 B
{
|
|
'name': "Beescoop link with easy my coop",
|
|
|
|
'summary': """
|
|
Module that made the link between beesdoo customization
|
|
and easy_my_coop
|
|
""",
|
|
|
|
'description': """
|
|
""",
|
|
|
|
'author': "BEES coop, Coop IT Easy",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Cooperative management',
|
|
'version': '12.0.1.0.0',
|
|
|
|
'depends': ['beesdoo_base',
|
|
'beesdoo_shift',
|
|
'easy_my_coop',
|
|
'easy_my_coop_website',
|
|
'partner_age',
|
|
],
|
|
|
|
'data': [
|
|
'views/res_company.xml',
|
|
'views/subscription_request.xml',
|
|
'views/subscription_templates.xml',
|
|
'views/product.xml'
|
|
],
|
|
'demo': [
|
|
'demo/product_share.xml',
|
|
],
|
|
'auto_install': True,
|
|
}
|