mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 02:39:10 +02:00
report
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<strong>Deleivery Given by</strong>
|
||||
<strong>Delivery Given by</strong>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style=" background-color: #3498DB;" class="border-black">
|
||||
<tr class="border-black">
|
||||
<td><strong>Total</strong></td>
|
||||
<td class="text-right">
|
||||
<span t-field="o.amount_total"
|
||||
@@ -155,4 +155,4 @@
|
||||
</template>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
|
||||
|
||||
@@ -26,19 +26,19 @@
|
||||
<div style=" background-color: #3498DB;">
|
||||
<h2>
|
||||
<span t-if="doc.state not in ['draft','sent']">
|
||||
<font color="#fff">Order #</font>
|
||||
<font color="#fff" class="text-right"> Order #</font>
|
||||
</span>
|
||||
<span t-if="doc.state in ['draft','sent']">
|
||||
<font color="#fff">Quotation # </font>
|
||||
<font color="#fff"> Quotation # </font>
|
||||
</span>
|
||||
<font color="#fff"><span t-field="o.name"/></font>
|
||||
<font color="#fff"> <span t-field="o.name"/></font>
|
||||
</h2>
|
||||
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>Your References</strong>
|
||||
<p t-field="o.client_order_ref"/></font>
|
||||
<strong> Your References</strong>
|
||||
 <p t-field="o.client_order_ref"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
@@ -62,8 +62,8 @@
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>Validity</strong>
|
||||
<p t-field="o.client_order_ref"/></font>
|
||||
 <strong>Validity</strong>
|
||||
 <p t-field="o.client_order_ref"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
|
||||
Reference in New Issue
Block a user