From c4606efdcbaa09a0ef144b4344fe51166cd3b8ac Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Sat, 28 Jan 2017 15:34:46 +0100 Subject: [PATCH] [DATA] +analytic accounts --- __openerp__.py | 1 + data/analytic.xml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 data/analytic.xml diff --git a/__openerp__.py b/__openerp__.py index 0ab2b0c..35b56e0 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -47,6 +47,7 @@ It installs the profile for bike co-ops to manage some features like: 'security/ir.model.access.csv', 'data/plan_comptable_general.xml', 'data/account.xml', + 'data/analytic.xml', 'data/base.xml', 'data/stock.xml', 'data/sale.xml', diff --git a/data/analytic.xml b/data/analytic.xml new file mode 100644 index 0000000..c21fbe5 --- /dev/null +++ b/data/analytic.xml @@ -0,0 +1,39 @@ + + + + + Chantiers + view + + + Les Ulis + CI20 + normal + + + + Clichy + CI35 + normal + + + + Saint-Denis + CI38 + normal + + + + Paris 14 + CI42 + normal + + + + Les Berges + CI43 + normal + + + + -- 2.20.1