Merge lp:~vauxoo/openerp-mexico-localization/7.0_size_header_report_dev_luis into lp:openerp-mexico-localization

Proposed by Luis Torres - http://www.vauxoo.com
Status: Needs review
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0_size_header_report_dev_luis
Merge into: lp:openerp-mexico-localization
Diff against target: 28 lines (+6/-6)
1 file modified
l10n_mx_facturae_report/report/invoice_facturae_html.mako (+6/-6)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0_size_header_report_dev_luis
Reviewer Review Type Date Requested Status
Isaac López Zúñiga Pending
Review via email: mp+169232@code.launchpad.net

Description of the change

Se definio el tamaño para cada una de las celdas del encabezado del Reporte de Facturae, donde van los datos de la compañia

To post a comment you must log in.

Unmerged revisions

226. By Luis Torres - http://www.vauxoo.com

[IMP][l10n_mx_facturae_report]Defined size by each td in header of facturae Report

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_mx_facturae_report/report/invoice_facturae_html.mako'
2--- l10n_mx_facturae_report/report/invoice_facturae_html.mako 2013-06-07 21:11:55 +0000
3+++ l10n_mx_facturae_report/report/invoice_facturae_html.mako 2013-06-13 15:17:39 +0000
4@@ -7,18 +7,18 @@
5 <body>
6 %for o in objects :
7 ${set_global_data(o)}
8- <table>
9+ <table class="basic_table">
10 <tr>
11- <td style="vertical-align: top;">
12+ <td style="vertical-align: top;" width='25%'>
13 ${helper.embed_image('jpeg',str(o.company_emitter_id.logo),180, 85)}
14 </td>
15- <td>
16- <table>
17+ <td width='70%'>
18+ <table border="0" class="basic_table">
19 <tr>
20- <td width='50%'>
21+ <td width='70%'>
22 <div class="title">${o.company_emitter_id.address_invoice_parent_company_id.name or ''|entity}</div>
23 </td>
24- <td width='20%'>
25+ <td width='30%'>
26 %if o.type == 'out_invoice':
27 <div class="invoice">${_("Factura:")}
28 %elif o.type == 'out_refund':