From e5d37aeab3e284f48881e478018c12f427233fde Mon Sep 17 00:00:00 2001 From: "robin.keunen" Date: Mon, 20 Apr 2020 19:07:19 +0200 Subject: [PATCH] [CNG] easy_my_coop_export_xlsx: not installable --- easy_my_coop_export_xlsx/{__openerp__.py => __manifest__.py} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename easy_my_coop_export_xlsx/{__openerp__.py => __manifest__.py} (97%) diff --git a/easy_my_coop_export_xlsx/__openerp__.py b/easy_my_coop_export_xlsx/__manifest__.py similarity index 97% rename from easy_my_coop_export_xlsx/__openerp__.py rename to easy_my_coop_export_xlsx/__manifest__.py index b112575..414ce9b 100644 --- a/easy_my_coop_export_xlsx/__openerp__.py +++ b/easy_my_coop_export_xlsx/__manifest__.py @@ -40,5 +40,6 @@ }, 'data': [ 'wizard/export_global_wizard.xml', - ] + ], + 'installable': False, }