From 0d5238fca845ed9e6899880454d1a1af32eaa6e9 Mon Sep 17 00:00:00 2001 From: Youssef ELOUAHBY Date: Wed, 16 Jan 2019 01:26:46 +0100 Subject: [PATCH] [Analyses pour la ville] edit __manifest__ --- golem_activity_registration_payment/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/golem_activity_registration_payment/__manifest__.py b/golem_activity_registration_payment/__manifest__.py index 1e44ec3..e39e80c 100644 --- a/golem_activity_registration_payment/__manifest__.py +++ b/golem_activity_registration_payment/__manifest__.py @@ -31,5 +31,6 @@ 'views/golem_activity_registration_views.xml', 'report/golem_member_card_templates.xml', 'wizard/golem_activity_registration_invoicing.xml', - 'views/golem_activity_views.xml'] + 'views/golem_activity_views.xml', + 'views/account_invoice.xml'] }