From 8b041c917d5000b6b91416f94b4dec01b2a9e0eb Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 4 Dec 2015 16:34:14 +0100 Subject: [PATCH 1/1] [DATA] +custom chart of account --- __openerp__.py | 1 + data/plan_comptable_general.xml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 data/plan_comptable_general.xml diff --git a/__openerp__.py b/__openerp__.py index b09217a..f28c3b4 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,6 +45,7 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/plan_comptable_general.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/plan_comptable_general.xml b/data/plan_comptable_general.xml new file mode 100644 index 0000000..2b149b7 --- /dev/null +++ b/data/plan_comptable_general.xml @@ -0,0 +1,8 @@ + + + + + + + + -- 2.20.1