From 307345d70828f628f3019b31248ebc8ae1f35d7e Mon Sep 17 00:00:00 2001 From: "Jay (Open ERP)" Date: Fri, 16 Jan 2009 20:06:15 +0530 Subject: [PATCH] Account_report:Modified Indicators' structure:work In progress bzr revid: jvo@tinyerp.com-20090116143615-ech4o78ujkq5ljyi --- addons/account_report/report/print_indicator.rml | 36 ++++++++++------------ 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/addons/account_report/report/print_indicator.rml b/addons/account_report/report/print_indicator.rml index 2f2ee78..93943ec 100644 --- a/addons/account_report/report/print_indicator.rml +++ b/addons/account_report/report/print_indicator.rml @@ -116,24 +116,6 @@ -
- [[ o['array_table'] and repeatIn(getarray(data['form'],o,array_header=data['form']['select_base']),'array',td=len(data['form']['base_selection'][0][2]),data=data['form']['select_base']) or removeParentNode('section') ]] - - - - - - - - - - - - -
- - - @@ -166,8 +148,24 @@ -
+
+ [[ repeatIn(lines(data['form']),'o')]] + [[ o['array_table'] and repeatIn(getarray(data['form'],o,array_header=data['form']['select_base']),'array',td=len(data['form']['base_selection'][0][2]),data=data['form']['select_base']) or removeParentNode('section') ]] + + + + + + + + + + + + +
+
-- 1.7.10.4