mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
Merge branch 'master' of https://gitlab.com/sonalarora/tra_backend
This commit is contained in:
@@ -43,59 +43,62 @@
|
||||
<div >
|
||||
<div style=" background-color: #3498DB;">
|
||||
<h2>
|
||||
<span t-if="doc.state not in ['draft','sent']"><font color="#fff">Order #</font></span>
|
||||
<span t-if="doc.state in ['draft','sent']"><font color="#fff">Quotation # </font></span>
|
||||
<font color="#fff"><span t-field="o.name"/></font>
|
||||
</h2>
|
||||
<span t-if="doc.state not in ['draft','sent']">
|
||||
<font color="#fff">Order #</font>
|
||||
</span>
|
||||
<span t-if="doc.state in ['draft','sent']">
|
||||
<font color="#fff">Quotation # </font>
|
||||
</span>
|
||||
<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>
|
||||
</div>
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>Your References</strong>
|
||||
<p t-field="o.client_order_ref"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
<font color="#fff">
|
||||
<strong>Order Date</strong>
|
||||
<p t-field="o.date_order"/></font>
|
||||
</div>
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
<font color="#fff">
|
||||
<strong>Order Date</strong>
|
||||
<p t-field="o.date_order"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.payment_term_id">
|
||||
<font color="#fff">
|
||||
<strong> Payment Term</strong>
|
||||
<p t-field="o.payment_term_id"/></font>
|
||||
</div>
|
||||
<div class="col-3" t-if="o.payment_term_id">
|
||||
<font color="#fff">
|
||||
<strong> Payment Term</strong>
|
||||
<p t-field="o.payment_term_id"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.user_id">
|
||||
<font color="#fff">
|
||||
<strong>Sales Person</strong>
|
||||
<p t-field="o.user_id"/></font>
|
||||
</div>
|
||||
<div class="col-3" t-if="o.user_id">
|
||||
<font color="#fff">
|
||||
<strong>Sales Person</strong>
|
||||
<p t-field="o.user_id"/></font>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>Validity</strong>
|
||||
<p t-field="o.client_order_ref"/></font>
|
||||
</div>
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>Validity</strong>
|
||||
<p t-field="o.client_order_ref"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
<font color="#fff">
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
<font color="#fff">
|
||||
<strong>Sales Code</strong>
|
||||
</font>
|
||||
</div>
|
||||
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>RFQ</strong>
|
||||
<p/></font>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</font>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>RFQ</strong>
|
||||
<p/></font>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-6 ">
|
||||
<div class="col-5">
|
||||
<strong>Customer Address</strong><br/>
|
||||
<span t-field="o.partner_id" /><br/>
|
||||
<span t-if="o.partner_id.street"
|
||||
@@ -110,7 +113,9 @@
|
||||
<br/>
|
||||
<span t-if="o.partner_id.zip" t-field="o.partner_id.zip" />
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-5 text-right">
|
||||
<strong>Shipping Address</strong><br/>
|
||||
<span t-field="o.partner_shipping_id" />
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user