From 124b80ee8e169ff43dc1d7ca862d2c3095692a7c Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 6 Jan 2017 12:30:09 +0100 Subject: [PATCH] [DATA] +account journals --- __openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__openerp__.py b/__openerp__.py index 20078fb..1397a5b 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,7 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/account.xml', 'data/base.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', -- 2.20.1