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'] }