From a410b9fbd99d72acaec382b9149f1bf9877548d7 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 25 Jun 2014 11:57:28 +0200 Subject: [PATCH] [ANALYTIC] +can select state of analytic account --- __openerp__.py | 1 + view/account.xml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 view/account.xml diff --git a/__openerp__.py b/__openerp__.py index 7d44bbe..31b7061 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'security/ir.model.access.csv', 'data/wiki.xml', 'view/account_invoice.xml', + 'view/account.xml', 'view/filters.xml', 'view/hr_expense.xml', 'view/membership.xml', diff --git a/view/account.xml b/view/account.xml new file mode 100644 index 0000000..926c86d --- /dev/null +++ b/view/account.xml @@ -0,0 +1,25 @@ + + + + account.analytic.account.form + account.analytic.account + + + + + + + + + + account.analytic.account.tree + account.analytic.account + + + + + + + + + -- 2.20.1