This commit is contained in:
sonal arora
2020-07-29 15:11:42 +00:00
2 changed files with 11 additions and 0 deletions

View File

@@ -150,6 +150,9 @@
groups="stock.group_production_lot"/>
<thead>
<tr>
<th style="background-color:#3498DB !important;color:#FFF !important;">No</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">W/H</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Code</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Product</th>
<th style="background-color:#3498DB !important;color:#FFF !important;" name="lot_serial"
t-if="has_serial_number">
@@ -211,6 +214,11 @@
<span t-field="move_line.product_uom_id"/>
</td>
</tr>
<tr rowspan="2">
<td colspan="2">Transport</td>
<td colspan="2">Transport</td>
<td colspan="2">Transport</td>
</tr>
</tbody>
</table>
<p t-if="o.backorder_id">

View File

@@ -173,6 +173,9 @@
<table class="table table-sm" t-if="not o.move_line_ids">
<thead>
<tr>
<th style="background-color:#3498DB !important;color:#FFF !important;">No</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">W/H</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Code</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Product</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Ordered
Quantity