From c10f76fef96a1dfe1a4528291bfd1821b6359820 Mon Sep 17 00:00:00 2001 From: "sbh (Open ERP)" Date: Wed, 28 Jul 2010 15:19:10 +0530 Subject: [PATCH] [IMP] account: Imrpove the third_party_ledger report bzr revid: sbh@tinyerp.com-20100728094910-3hy2by17sak6sgcu --- addons/account/report/third_party_ledger.rml | 1 + .../report/third_party_ledger_other.rml | 29 +++++++------------ 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/addons/account/report/third_party_ledger.rml b/addons/account/report/third_party_ledger.rml index a1a3909aa73..e4f0ae5dbe0 100644 --- a/addons/account/report/third_party_ledger.rml +++ b/addons/account/report/third_party_ledger.rml @@ -225,6 +225,7 @@ + [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] diff --git a/addons/account/report/third_party_ledger_other.rml b/addons/account/report/third_party_ledger_other.rml index e0683cab1b6..3270ddc0dbd 100644 --- a/addons/account/report/third_party_ledger_other.rml +++ b/addons/account/report/third_party_ledger_other.rml @@ -319,6 +319,12 @@ + + + + + + Third Party Ledger @@ -395,10 +401,12 @@ - + + + + - [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] @@ -424,9 +432,6 @@ - - - [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] @@ -443,9 +448,7 @@ - - - +
[[ repeatIn(objects, 'p') ]] [[ setLang(p.lang) ]] [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] @@ -464,9 +467,6 @@ - - -
[[ repeatIn(lines(p,data), 'line') ]] [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] @@ -496,7 +496,6 @@
- [[ data['form']['amount_currency'] == True or removeParentNode('blockTable') ]] @@ -547,9 +546,6 @@ - - -
[[ repeatIn(objects, 'p') ]] [[ setLang(p.lang) ]] [[ data['form']['amount_currency'] == True or removeParentNode('blockTable') ]] @@ -573,9 +569,6 @@ - - -
[[ repeatIn(lines(p,data), 'line') ]] [[ data['form']['amount_currency'] == True or removeParentNode('blockTable') ]]