diff --git a/addons/account/account_report.xml b/addons/account/account_report.xml index 58e13b1b7e6..2b1a403e461 100644 --- a/addons/account/account_report.xml +++ b/addons/account/account_report.xml @@ -3,7 +3,7 @@ - + diff --git a/addons/account/report/account_partner_ledger.rml b/addons/account/report/account_partner_ledger.rml index b3a8e9f7fdc..96c0612d234 100644 --- a/addons/account/report/account_partner_ledger.rml +++ b/addons/account/report/account_partner_ledger.rml @@ -177,7 +177,7 @@ - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] Date @@ -186,7 +186,7 @@ JNRL - Ref. + Ref. Account @@ -205,7 +205,7 @@ - [[ display_currency(data) == True or removeParentNode('blockTable') ]] + [[ display_currency(data) == True or removeParentNode('blockTable') ]] Date @@ -214,10 +214,10 @@ JNRL - Ref. + Ref. - Account + Account Entry Label @@ -339,7 +339,7 @@ - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] Date @@ -348,7 +348,7 @@ JNRL - Ref. + Ref. Account @@ -373,7 +373,7 @@ - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] @@ -409,7 +409,7 @@
[[ repeatIn(lines(p), 'line') ]] - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] [[ formatLang(line['date'],date=True) ]] @@ -441,7 +441,7 @@
- [[ display_currency(data) == True or removeParentNode('blockTable') ]] + [[ display_currency(data) == True or removeParentNode('blockTable') ]] Date @@ -450,10 +450,10 @@ JNRL - Ref. + Ref. - Account + Account Entry Label @@ -478,7 +478,7 @@ - [[ display_currency(data) == True or removeParentNode('blockTable') ]] + [[ display_currency(data) == True or removeParentNode('blockTable') ]] @@ -522,7 +522,7 @@
[[ repeatIn(lines(p), 'line') ]] - [[ display_currency(data) == True or removeParentNode('blockTable') ]] + [[ display_currency(data) == True or removeParentNode('blockTable') ]] [[ formatLang(line['date'],date=True) ]] @@ -534,7 +534,7 @@ [[ line['move_name'] ]] - [[ line['a_code'] ]] + [[ line['a_code'] ]] [[ (line['ref'] or '') + ' ' + line['name'] ]] diff --git a/addons/account/report/account_partner_ledger_other.rml b/addons/account/report/account_partner_ledger_other.rml index c3315dde64d..24ac80dfc38 100644 --- a/addons/account/report/account_partner_ledger_other.rml +++ b/addons/account/report/account_partner_ledger_other.rml @@ -309,7 +309,7 @@ - + @@ -333,7 +333,7 @@ - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] Date @@ -342,7 +342,7 @@ JNRL - Ref. + Ref. Account @@ -361,7 +361,7 @@ - [[ display_currency(data) == True or removeParentNode('blockTable') ]] +[[ display_currency(data) == True or removeParentNode('blockTable') ]] Date @@ -370,10 +370,10 @@ JNRL - Ref. + Ref. - Account + Account Entry Label @@ -494,7 +494,7 @@ - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] Date @@ -503,7 +503,7 @@ JNRL - Ref. + Ref. Account @@ -524,7 +524,7 @@
[[ repeatIn(objects, 'p') ]] [[ setLang(p.lang) ]] - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] @@ -557,7 +557,7 @@
[[ repeatIn(lines(p), 'line') ]] - [[ display_currency(data) == False or removeParentNode('blockTable') ]] + [[ display_currency(data) == False or removeParentNode('blockTable') ]] [[ formatLang(line['date'],date=True) ]] @@ -587,7 +587,7 @@
- [[ display_currency(data) == True or removeParentNode('blockTable') ]] + [[ display_currency(data) == True or removeParentNode('blockTable') ]] Date @@ -596,10 +596,10 @@ JNRL - Ref. + Ref. - Account + Account Entry Label @@ -621,8 +621,7 @@
[[ repeatIn(objects, 'p') ]] [[ setLang(p.lang) ]] - [[ display_currency(data) == True or removeParentNode('blockTable') ]] - + [[ display_currency(data) == True or removeParentNode('blockTable') ]] [[ p.ref ]] - [[ p.name ]] @@ -662,7 +661,7 @@
[[ repeatIn(lines(p), 'line') ]] - [[ display_currency(data) == True or removeParentNode('blockTable') ]] + [[ display_currency(data) == True or removeParentNode('blockTable') ]] [[ formatLang(line['date'],date=True) ]] @@ -674,7 +673,7 @@ [[ line['move_name'] ]] - [[ line['a_code'] ]] + [[ line['a_code'] ]] [[ (line['ref'] or '') + ' ' + line['name'] ]]