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