From 6168428ac8ae3de924c085cd8b7a6a50022c6bd9 Mon Sep 17 00:00:00 2001 From: Joel Grand-Guillaume Date: Wed, 5 Feb 2014 12:53:47 +0100 Subject: [PATCH] [IMP] Add the reference of the move line in the open invoices report --- .../grouped_by_curr_open_invoices_inclusion.mako.html | 8 ++++++-- .../report/templates/open_invoices_inclusion.mako.html | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html b/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html index 0177f821..06610acf 100644 --- a/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html +++ b/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html @@ -36,9 +36,11 @@ ## move
${_('Entry')}
## journal -
${_('Journal')}
+
${_('Journal')}
+ ## move reference +
${_('Ref.')}
## label -
${_('Label')}
+
${_('Label')}
## reconcile
${_('Rec.')}
## maturity @@ -83,6 +85,8 @@
${line.get('move_name') or ''}
## journal
${line.get('jcode') or ''}
+ ## move reference +
${line.get('lref') or ''}
## label
${label}
## reconcile diff --git a/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html b/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html index d868cb9b..c5138e5f 100644 --- a/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html +++ b/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html @@ -33,9 +33,11 @@ ## move
${_('Entry')}
## journal -
${_('Journal')}
+
${_('Journal')}
## partner
${_('Partner')}
+ ## move reference +
${_('Ref.')}
## label
${_('Label')}
## reconcile @@ -86,6 +88,8 @@
${line.get('jcode') or ''}
## partner
${line.get('partner_name') or ''}
+ ## move reference +
${line.get('lref') or ''}
## label
${label}
## reconcile