From 46ed704e83f825cd3cd4f0a4781b04eb85723b85 Mon Sep 17 00:00:00 2001 From: "Quentin (OpenERP)" Date: Wed, 13 Mar 2013 16:57:25 +0100 Subject: [PATCH] [FIX] analytic_contract, usability: display the reinvoicing info group when charge_expense is True bzr revid: qdp-launchpad@openerp.com-20130313155725-v79jfvl05ehbuhdh --- .../account_analytic_analysis_view.xml | 6 +++--- .../analytic_contract_hr_expense_view.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/addons/account_analytic_analysis/account_analytic_analysis_view.xml b/addons/account_analytic_analysis/account_analytic_analysis_view.xml index 2e5565a263b..f00690ab372 100644 --- a/addons/account_analytic_analysis/account_analytic_analysis_view.xml +++ b/addons/account_analytic_analysis/account_analytic_analysis_view.xml @@ -131,10 +131,10 @@

- When invoicing on timesheet, OpenERP uses the + When reinvoicing costs, OpenERP uses the pricelist of the contract which uses the price - defined on the product related to each employee to - define the customer invoice price rate. + defined on the product related (e.g timesheet + products are defined on each employee).

+ + {'invisible': [('invoice_on_timesheets','=',False),('charge_expenses','=',False)]} +