add report

This commit is contained in:
sonal arora
2020-07-29 16:26:54 +00:00
parent 060ea6453c
commit a4a0adb630

View File

@@ -139,14 +139,14 @@
<tbody>
<tr t-foreach="o.move_lines" t-as="move">
<td>
<t t-esc="move_line+1"></t>
<!--<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>