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.
62 lines
2.0 KiB
62 lines
2.0 KiB
# Copyright 2013-2018 Open Architects Consulting SPRL.
|
|
# Copyright 2018 Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
|
|
# - Houssine BAKKALI - <houssine@coopiteasy.be>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Easy My Coop',
|
|
'version': '12.0.3.0.1',
|
|
'depends': [
|
|
'base',
|
|
'web',
|
|
'sale',
|
|
'account',
|
|
'base_iban',
|
|
'product',
|
|
'partner_firstname',
|
|
'partner_contact_birthdate',
|
|
'partner_contact_address',
|
|
'email_template_config',
|
|
],
|
|
'author': 'Coop IT Easy SCRLfs',
|
|
'category': 'Cooperative management',
|
|
'website': 'https://www.coopiteasy.be',
|
|
'license': 'AGPL-3',
|
|
'description': """
|
|
This module allows to manage the cooperator subscription and all the
|
|
cooperative business processes.
|
|
""",
|
|
'data': [
|
|
'data/easy_my_coop_data.xml',
|
|
'data/paperformat.xml',
|
|
'security/res_groups.xml',
|
|
'security/ir.model.access.csv',
|
|
'wizard/create_subscription_from_partner.xml',
|
|
'wizard/update_partner_info.xml',
|
|
'wizard/validate_subscription_request.xml',
|
|
'wizard/update_share_line.xml',
|
|
'views/subscription_request_view.xml',
|
|
'views/email_template_view.xml',
|
|
'views/res_partner_view.xml',
|
|
'views/cooperator_register_view.xml',
|
|
'views/operation_request_view.xml',
|
|
'views/account_invoice_view.xml',
|
|
'views/product_view.xml',
|
|
'views/res_company_view.xml',
|
|
'views/account_journal_view.xml',
|
|
'views/menus.xml',
|
|
'report/easy_my_coop_report.xml',
|
|
'report/layout.xml',
|
|
'report/cooperator_invoice_G002.xml',
|
|
'report/cooperator_certificat_G001.xml',
|
|
'report/cooperator_subscription_G001.xml',
|
|
'report/cooperator_register_G001.xml',
|
|
'data/mail_template_data.xml', # Must be loaded after reports
|
|
],
|
|
'demo': [
|
|
'demo/coop.xml',
|
|
'demo/users.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
}
|