From 4b20a7b39564da83594cc9b3b5eabbe3c6d18326 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 8 Apr 2016 13:39:29 +0200 Subject: [PATCH] [VIEW] -taxes menus --- __openerp__.py | 4 +++- view/account.xml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 view/account.xml diff --git a/__openerp__.py b/__openerp__.py index ae7bfb1..70540c6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,10 +42,12 @@ This module is to configure add french spepcifitities to modules related to a bi 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', 'data/fr_tax.xml', + 'security/ir.model.access.csv', + 'security/groups.xml', + 'view/account.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', 'view/profile_association.xml', - 'security/ir.model.access.csv', ], 'installable': True, 'auto_install': False, diff --git a/view/account.xml b/view/account.xml new file mode 100644 index 0000000..478aba3 --- /dev/null +++ b/view/account.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1