From 3d74e074f4cc805070f5700af5db2a939927f6c2 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 17 Dec 2018 15:21:28 +0100 Subject: [PATCH] [VIEW] +description for normal analytic account --- __openerp__.py | 4 +++- view/analytic.xml | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 view/analytic.xml diff --git a/__openerp__.py b/__openerp__.py index 3982ab5..65353a7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -36,7 +36,8 @@ It installs the profile for bike co-ops to manage some features like: * Analytic account is mandatory, and is filter (normal, with code and open only) in: * expense form view; * account invoice form view. - * ... + * Description is available on normal analytic account; + * … """, 'website': 'http://www.heureux-cyclage.org', 'images': [], @@ -49,6 +50,7 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'view/account.xml', + 'view/analytic.xml', 'view/hr_expense.xml', 'view/purchase.xml', 'view/sale.xml', diff --git a/view/analytic.xml b/view/analytic.xml new file mode 100644 index 0000000..afe40d9 --- /dev/null +++ b/view/analytic.xml @@ -0,0 +1,17 @@ + + + + + account.analytic.account.form + account.analytic.account + + + + + + + + + + + -- 2.20.1