mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
add new module of template
This commit is contained in:
@@ -138,6 +138,15 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr t-foreach="o.move_lines" t-as="move">
|
<tr t-foreach="o.move_lines" t-as="move">
|
||||||
|
<td>
|
||||||
|
<t t-esc="move_line+1"></t>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span t-field="move_line.product_id.default_code"/>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<td>
|
<td>
|
||||||
<span t-field="move.product_id"/>
|
<span t-field="move.product_id"/>
|
||||||
</td>
|
</td>
|
||||||
@@ -146,6 +155,11 @@
|
|||||||
<span t-field="move.product_uom"/>
|
<span t-field="move.product_uom"/>
|
||||||
</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>
|
||||||
<table class="table table-sm" style="padding-top=50px;" t-if="o.move_line_ids">
|
<table class="table table-sm" style="padding-top=50px;" t-if="o.move_line_ids">
|
||||||
|
|||||||
Reference in New Issue
Block a user