~acsone-openerp/account-financial-report/7.0-bug-1281579-sbi2

« back to all changes in this revision

Viewing changes to account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html

  • Committer: Guewen Baconnier
  • Author(s): Joel Grand-Guillaume
  • Date: 2014-03-21 16:01:17 UTC
  • mfrom: (64.3.2 account-financial-report)
  • Revision ID: guewen.baconnier@camptocamp.com-20140321160117-q3rnxb4hjv2xoaga
[IMP] Add the reference of the move line in the open invoices report

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                ## move
37
37
                <div class="act_as_cell" style="width: 70px;">${_('Entry')}</div>
38
38
                ## journal
39
 
                <div class="act_as_cell" style="width: 70px;">${_('Journal')}</div>
 
39
                <div class="act_as_cell" style="width: 50px;">${_('Journal')}</div>
 
40
                ## move reference
 
41
                <div class="act_as_cell" style="width: 75px;">${_('Ref.')}</div>
40
42
                ## label
41
 
                <div class="act_as_cell" style="width: 255px;">${_('Label')}</div>
 
43
                <div class="act_as_cell" style="width: 200px;">${_('Label')}</div>
42
44
                ## reconcile
43
45
                <div class="act_as_cell" style="width: 80px;">${_('Rec.')}</div>
44
46
                ## maturity
83
85
                  <div class="act_as_cell">${line.get('move_name') or ''}</div>
84
86
                  ## journal
85
87
                  <div class="act_as_cell">${line.get('jcode') or ''}</div>
 
88
                   ## move reference
 
89
                  <div class="act_as_cell">${line.get('lref') or ''}</div>
86
90
                  ## label
87
91
                  <div class="act_as_cell">${label}</div>
88
92
                  ## reconcile