add report

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

View File

@@ -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>