mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
add report
This commit is contained in:
@@ -138,15 +138,15 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr t-foreach="o.move_lines" t-as="move">
|
||||
<td>
|
||||
<t t-esc="move_line+1"></t>
|
||||
<td>
|
||||
<!--<t t-esc="move+1"></t>-->
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="move_line.product_id.default_code"/>
|
||||
<span t-field="move.product_id.default_code"/>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<td>
|
||||
<span t-field="move.product_id"/>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user