Browse Source

Merge pull request #3 from coopiteasy/12.0-fix_install

[FIX] emc: Let emc be installable
pull/7/head
Rémy Taymans 6 years ago
committed by GitHub
parent
commit
79f0724c2c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      easy_my_coop/__manifest__.py

7
easy_my_coop/__manifest__.py

@ -6,7 +6,8 @@
{ {
"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,

Loading…
Cancel
Save