From 66268842558c904348428c100159049339243845 Mon Sep 17 00:00:00 2001 From: Romain Deheele Date: Tue, 3 Mar 2015 17:44:38 +0100 Subject: [PATCH] [FIX] hr_expense: display analytic account on report Order of attributes matter in QWeb and due to unexpected evaluation order will not works while do. Since v8, the ORM will no longer crash to resolve foo.bar.name if bar is not defined. The t-if clause is then not necessary and can be simply remove instead of inverting the order of clauses. --- addons/hr_expense/views/report_expense.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hr_expense/views/report_expense.xml b/addons/hr_expense/views/report_expense.xml index 42be66c3492..5bb2e1dd8e2 100644 --- a/addons/hr_expense/views/report_expense.xml +++ b/addons/hr_expense/views/report_expense.xml @@ -44,7 +44,7 @@
- +