~vauxoo/openerp-mexico-localization/7.0-oml-facturae-report-format-vauxoo-dev-ernesto

« back to all changes in this revision

Viewing changes to l10n_mx_facturae_report/report/invoice_facturae_html.mako

  • Committer: Luis Ernesto García Medina
  • Date: 2013-09-27 22:51:45 UTC
  • Revision ID: ernesto_gm@vauxoo.com-20130927225145-1t91iedjajl6w76r
[REF][l10n_mx_facturae_report]change the print format, showing the series in another line and giving more space to emiter

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                            <td width='50%'>
20
20
                                <div class="title">${o.company_emitter_id.address_invoice_parent_company_id.name or ''|entity}</div>
21
21
                            </td>
22
 
                            <td width='20%'>
 
22
                            <td width='23%'>
23
23
                                %if o.type == 'out_invoice':
24
24
                                    <div class="invoice">${_("Factura:")}
25
25
                                %elif o.type == 'out_refund':
162
162
                    %endif
163
163
                    <br/>${_("a")} ${o.date_invoice_tz or ''|entity}
164
164
                    %if o.invoice_sequence_id.approval_id.type != 'cbb':
165
 
                        ${_("Serie:")} ${get_approval() and get_approval().serie or _("Sin serie")|entity}
 
165
                        <br/>${_("Serie:")} ${get_approval() and get_approval().serie or _("Sin serie")|entity}
166
166
                        <br/>${_("Aprobaci&oacute;n:")} ${get_approval() and get_approval().approval_number or _("Sin aprobaci&oacute;n")|entity}
167
167
                        <br/>${_("A&ntilde;o Aprobaci&oacute;n:")} ${get_approval() and get_approval().approval_year or _("No v&aacute;lido")|entity}
168
168
                    %endif