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:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user