mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
add report
This commit is contained in:
@@ -138,15 +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>
|
<td>
|
||||||
<t t-esc="move_line+1"></t>
|
<!--<t t-esc="move+1"></t>-->
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span t-field="move_line.product_id.default_code"/>
|
<span t-field="move.product_id.default_code"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<td>
|
<td>
|
||||||
<span t-field="move.product_id"/>
|
<span t-field="move.product_id"/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user