~webkit-utils-core-editors/purchase-report/6.1

« back to all changes in this revision

Viewing changes to purchase_order_webkit/report/request_quotation.mako

  • Committer: Guewen Baconnier @ Camptocamp
  • Date: 2011-12-20 11:28:09 UTC
  • Revision ID: guewen.baconnier@camptocamp.com-20111220112809-7xn54t43gjhudbrn
[MRG] invoice_webkit from 6.0 branch
(lp:c2c-addons/6.1  rev 27)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        <% setLang(purch.partner_id.lang) %>
17
17
        <div class="address">
18
18
            <table class="recipient">
19
 
                <tr><td>${purch.partner_id.title or ''}  ${purch.partner_id.name }</td></tr>
 
19
                <tr><td class="name">${purch.partner_id.title or ''}  ${purch.partner_id.name }</td></tr>
20
20
                <tr><td>${purch.partner_address_id.street or ''}</td></tr>
21
21
                <tr><td>${purch.partner_address_id.street2 or ''}</td></tr>
22
22
                <tr><td>${purch.partner_address_id.zip or ''} ${purch.partner_address_id.city or ''}</td></tr>
38
38
            </table>
39
39
 
40
40
            <table class="shipping">
41
 
                <tr><td class="address_title">Expected Delivery address:</td></tr>
 
41
                <tr><td class="address_title">${_("Expected Delivery address:")}</td></tr>
42
42
                %if purch.dest_address_id:
43
43
                    <tr><td>${purch.partner_id.title or ''}  ${purch.partner_id.name }</td></tr>
44
44
                    <tr><td>${purch.dest_address_id.street or ''}</td></tr>
67
67
            </table>
68
68
        </div>
69
69
 
70
 
        <h1 style="clear:both; padding-top: 20px;">Request for Quotation: ${purch.name}</h1>
 
70
        <h1 style="clear:both; padding-top: 20px;">${_("Request for Quotation:")} ${purch.name}</h1>
71
71
 
72
72
        <table class="list_table" width="100%" style="margin-top: 40px;">
73
73
            <thead>
96
96
        <p style="margin-top: 20px;">${purch.notes or '' | carriage_returns}</p>
97
97
 
98
98
        <p style="margin-top: 20px;">
99
 
            Regards,
 
99
            ${_("Regards,")}
100
100
        </p>
101
101
 
102
102
        <p style="margin-top: 20px;">${user.signature or ''}</p>