mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
Merge branch 'master' of https://gitlab.com/sonalarora/tra_backend
This commit is contained in:
@@ -150,6 +150,9 @@
|
|||||||
groups="stock.group_production_lot"/>
|
groups="stock.group_production_lot"/>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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;">Product</th>
|
||||||
<th style="background-color:#3498DB !important;color:#FFF !important;" name="lot_serial"
|
<th style="background-color:#3498DB !important;color:#FFF !important;" name="lot_serial"
|
||||||
t-if="has_serial_number">
|
t-if="has_serial_number">
|
||||||
@@ -211,6 +214,11 @@
|
|||||||
<span t-field="move_line.product_uom_id"/>
|
<span t-field="move_line.product_uom_id"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr rowspan="2">
|
||||||
|
<td colspan="2">Transport</td>
|
||||||
|
<td colspan="2">Transport</td>
|
||||||
|
<td colspan="2">Transport</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p t-if="o.backorder_id">
|
<p t-if="o.backorder_id">
|
||||||
|
|||||||
@@ -173,6 +173,9 @@
|
|||||||
<table class="table table-sm" t-if="not o.move_line_ids">
|
<table class="table table-sm" t-if="not o.move_line_ids">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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;">Product</th>
|
||||||
<th style="background-color:#3498DB !important;color:#FFF !important;">Ordered
|
<th style="background-color:#3498DB !important;color:#FFF !important;">Ordered
|
||||||
Quantity
|
Quantity
|
||||||
|
|||||||
Reference in New Issue
Block a user