From 54da1146698ca00a814ed4b87ae48270429a0935 Mon Sep 17 00:00:00 2001 From: "robin.keunen" Date: Fri, 30 Aug 2019 11:33:19 +0200 Subject: [PATCH] [IMP] emc: remove cooperative_history_wizard --- easy_my_coop/__openerp__.py | 1 - easy_my_coop/view/menu.xml | 2 - .../wizard/cooperative_history_wizard.xml | 39 ------------------- 3 files changed, 42 deletions(-) delete mode 100644 easy_my_coop/wizard/cooperative_history_wizard.xml diff --git a/easy_my_coop/__openerp__.py b/easy_my_coop/__openerp__.py index 6fa743b..c1bb608 100644 --- a/easy_my_coop/__openerp__.py +++ b/easy_my_coop/__openerp__.py @@ -30,7 +30,6 @@ 'data': [ 'security/easy_my_coop_security.xml', 'security/ir.model.access.csv', - # 'wizard/cooperative_history_wizard.xml', # not loaded, why? 'wizard/create_subscription_from_partner.xml', 'wizard/update_partner_info.xml', 'wizard/validate_subscription_request.xml', diff --git a/easy_my_coop/view/menu.xml b/easy_my_coop/view/menu.xml index 2faeb97..d1ce428 100644 --- a/easy_my_coop/view/menu.xml +++ b/easy_my_coop/view/menu.xml @@ -29,7 +29,5 @@ - - diff --git a/easy_my_coop/wizard/cooperative_history_wizard.xml b/easy_my_coop/wizard/cooperative_history_wizard.xml deleted file mode 100644 index 6744633..0000000 --- a/easy_my_coop/wizard/cooperative_history_wizard.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - cooperative.history.wizard.form - cooperative.history.report - -
- - - - -
-
- - - Cooperative history - ir.actions.act_window - cooperative.history.report - form - form - - new - True - - -
-