From 00a2a43a5661920efae26a4fa2a12cc808973934 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 6 Jun 2016 17:21:36 +0200 Subject: [PATCH] [VIEW] +registration button goes on list view by default in event form --- __openerp__.py | 2 ++ view/event.xml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 view/event.xml diff --git a/__openerp__.py b/__openerp__.py index 51b5182..a1a619e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -38,6 +38,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'account', 'analytic', 'document', + 'event', 'hr_expense', 'remembership', ], @@ -47,6 +48,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'data/account_invoice.xml', 'view/account_invoice.xml', 'view/base.xml', + 'view/event.xml', 'view/hr_expense.xml', 'view/membership.xml', 'view/project.xml', diff --git a/view/event.xml b/view/event.xml new file mode 100644 index 0000000..f341bc5 --- /dev/null +++ b/view/event.xml @@ -0,0 +1,8 @@ + + + + + tree,form,graph + + + -- 2.20.1