mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-24 13:45:30 +02:00
wrkon invoice report
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
<div class="col-3" t-if="o.user_id">
|
||||
<font color="#fff">
|
||||
<strong>SalesPerson:</strong>
|
||||
<strong>SalesPerson</strong>
|
||||
<p t-field="o.user_id"/>
|
||||
</font>
|
||||
</div>
|
||||
@@ -109,8 +109,7 @@
|
||||
<th
|
||||
style="background-color:#3498DB !important;color:#FFF !important;">Quantity
|
||||
</th>
|
||||
<th
|
||||
style="background-color:#3498DB !important;color:#FFF !important;">Unit Price
|
||||
<th colspan="2" style="background-color:#3498DB !important;color:#FFF !important;">Unit Price
|
||||
</th>
|
||||
<th t-if="display_discount"
|
||||
groups="sale.group_discount_per_so_line"
|
||||
@@ -138,7 +137,7 @@
|
||||
<span t-field="l.quantity"/>
|
||||
<span t-field="l.uom_id" groups="product.group_uom"/>
|
||||
</td>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<span t-field="l.price_unit"/>
|
||||
</td>
|
||||
<td t-if="display_discount"
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<strong>YOUR ORDER NO:</strong><br/>
|
||||
<strong>Sale Code:</strong>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
</div>
|
||||
@@ -88,11 +89,11 @@
|
||||
<div class="text-right"><strong>M.R.V NO.</strong><br/></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- <div class="row">
|
||||
<div class="col-6">
|
||||
<strong>Sale Code:</strong>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
|
||||
<p>E & OE</p><br/>
|
||||
|
||||
Reference in New Issue
Block a user