mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
work on sale report
This commit is contained in:
@@ -184,10 +184,14 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<t t-set="seq_move" t-value="1"/>
|
||||
<tr t-foreach="o.move_line_ids" t-as="move_line">
|
||||
<td colspan="2">
|
||||
<!--<t t-esc="move_line+1"></t>-->
|
||||
<t t-esc="seq_move"></t>
|
||||
|
||||
</td>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/>
|
||||
<td colspan="2">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user