diff --git a/easy_my_coop_website/__manifest__.py b/easy_my_coop_website/__manifest__.py index ace96ae..2df6cfa 100644 --- a/easy_my_coop_website/__manifest__.py +++ b/easy_my_coop_website/__manifest__.py @@ -20,29 +20,8 @@ shares online. """, 'data': [ - 'security/easy_my_coop_security.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', - 'view/subscription_request_view.xml', - 'view/email_template_view.xml', - 'view/res_partner_view.xml', - 'view/cooperator_register_view.xml', - 'view/operation_request_view.xml', - 'view/account_invoice_view.xml', - # 'view/subscription_template.xml', - 'view/product_view.xml', - 'view/res_company_view.xml', - 'view/account_journal_view.xml', - 'data/easy_my_coop_data.xml', - 'report/easy_my_coop_report.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', + 'view/subscription_template.xml', + 'data/website_cooperator_data.xml', ], 'installable': True, 'application': True,