mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
sale order report
This commit is contained in:
@@ -15,25 +15,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="row mt32 mb32">
|
||||
<div class="col-6">
|
||||
<img t-if="company.logo" t-att-src="'data:image/png;base64,%s' % to_text(company.logo)" style="max-height: 50px;" />
|
||||
</div>
|
||||
<div class="col-6 text-right" style="font:12px lucida-console,sans-serif !important;">
|
||||
<span t-field="company.partner_id" />
|
||||
<br/>
|
||||
<span t-field="company.partner_id.street" />
|
||||
<br/>
|
||||
<span t-field="company.partner_id.street2" />
|
||||
<br/>
|
||||
<span t-field="company.partner_id.city" />
|
||||
<br/>
|
||||
<span t-field="company.partner_id.country_id" />
|
||||
<br/>
|
||||
<span t-field="company.partner_id.vat" />
|
||||
<br/>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
|
||||
<t t-call="web.external_layout">
|
||||
@@ -191,8 +173,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr >
|
||||
<td style="background-color:#3498DB !important;color:#FFF !important;"><strong>Total</strong></td>
|
||||
<td class="text-right" style="background-color:#3498DB !important;color:#FFF !important;">
|
||||
<td><strong>Total</strong></td>
|
||||
<td class="text-right">
|
||||
<span t-field="doc.amount_total" t-field-options='{"widget": "monetary", "display_currency": "doc.pricelist_id.currency_id"}' />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user