From 9c3dd1c421ce6d806938a1090cde5026a985ff24 Mon Sep 17 00:00:00 2001 From: Youssef ELOUAHBY Date: Mon, 14 Jan 2019 11:49:45 +0100 Subject: [PATCH] [Analyses pour la ville] Edit __manifest__ --- golem_activity_registration/__manifest__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/golem_activity_registration/__manifest__.py b/golem_activity_registration/__manifest__.py index 04c3107..683d421 100644 --- a/golem_activity_registration/__manifest__.py +++ b/golem_activity_registration/__manifest__.py @@ -30,5 +30,7 @@ 'views/golem_activity_views.xml', 'report/golem_member_card_templates.xml', 'security/ir.model.access.csv', - 'report/golem_activity_report_templates.xml'] + 'report/golem_activity_report_templates.xml', + 'wizard/golem_activity_registration_analysis_wizard_views.xml', + 'wizard/golem_member_analysis_views.xml'] }