From 0158757843bad2b86dd94de20e4a9d5609b5f5dc Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 23 Sep 2013 13:22:48 +0200 Subject: [PATCH] [view] ~analytic_account always required --- __openerp__.py | 3 +++ view/account_invoice.xml | 11 +++++++++++ view/hr_expense.xml | 15 +++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 view/hr_expense.xml diff --git a/__openerp__.py b/__openerp__.py index 98298d0..7d44bbe 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -35,7 +35,9 @@ Module pour les personnalisations de L'Heureux Cyclage 'website': 'http://www.heureux-cyclage.org', 'depends': [ 'account', + 'analytic', 'document', + 'hr_expense', ], 'update_xml': [ 'security/lhc_custom_oe_security.xml', @@ -43,6 +45,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'data/wiki.xml', 'view/account_invoice.xml', 'view/filters.xml', + 'view/hr_expense.xml', 'view/membership.xml', 'view/wiki.xml', ], diff --git a/view/account_invoice.xml b/view/account_invoice.xml index a3d3951..016e91b 100644 --- a/view/account_invoice.xml +++ b/view/account_invoice.xml @@ -1,6 +1,17 @@ + + account.invoice.line.form + account.invoice.line + + + + 1 + + + + account.invoice.form account.invoice diff --git a/view/hr_expense.xml b/view/hr_expense.xml new file mode 100644 index 0000000..afe1615 --- /dev/null +++ b/view/hr_expense.xml @@ -0,0 +1,15 @@ + + + + + hr.expense.expense.form + hr.expense.expense + + + + 1 + + + + + -- 2.20.1