mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
work on sales report
This commit is contained in:
@@ -67,6 +67,25 @@
|
||||
</div>
|
||||
</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="col-3" t-if="o.date_order">
|
||||
<font color="#fff">
|
||||
<strong>Sales Code</strong>
|
||||
<p t-field="o.date_order"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.payment_term_id">
|
||||
<font color="#fff">
|
||||
<strong>RFQ</strong>
|
||||
<p t-field="o.payment_term_id"/></font>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-6 ">
|
||||
|
||||
Reference in New Issue
Block a user