From 0cffed73ae7d627ffbf7016f9d9fec3df9522f7c Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 25 Jan 2017 12:15:25 +0100 Subject: [PATCH] [MODULE] +account --- __openerp__.py | 1 + data/account.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 data/account.xml diff --git a/__openerp__.py b/__openerp__.py index 627b399..46136c4 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -41,6 +41,7 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/account.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/account.xml b/data/account.xml new file mode 100644 index 0000000..5952844 --- /dev/null +++ b/data/account.xml @@ -0,0 +1,31 @@ + + + + + Chèques + CHQ1 + bank + + + + + + + Caisse + LIQ1 + cash + + + + + + + 5 + + + Journal du point de vente + JPDV + sale + + + -- 2.20.1