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:
@@ -169,14 +169,17 @@
|
|||||||
Delivered Quantity
|
Delivered Quantity
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr rowspan="2">
|
|
||||||
<td colspan="2">Transport</td>
|
|
||||||
<td colspan="2">Transport</td>
|
|
||||||
<td colspan="2">Transport</td>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr t-foreach="o.move_line_ids" t-as="move_line">
|
<tr t-foreach="o.move_line_ids" t-as="move_line">
|
||||||
|
<td>
|
||||||
|
<t t-esc="move_line+1"></t>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span t-field="move_line.product_id.default_code"/>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span t-field="move_line.product_id"/>
|
<span t-field="move_line.product_id"/>
|
||||||
<p t-if="o.picking_type_code == 'outgoing'">
|
<p t-if="o.picking_type_code == 'outgoing'">
|
||||||
@@ -222,6 +225,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>
|
||||||
<tr rowspan="2">
|
<tr rowspan="2">
|
||||||
<td colspan="2">Transport</td>
|
<td colspan="2">Transport</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user