|
@@ -198,6 +198,13 @@
|
|
|
</td>
|
|
|
<td class="text-right">
|
|
|
<span t-esc="'%.0f'%l.product_qty"/>
|
|
|
+ <t t-set="total_qty" t-value="total_qty + l.product_qty"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="text-center"><strong>Total</strong></td>
|
|
|
+ <td class="text-right">
|
|
|
+ <strong><span t-esc="'%.0f'%total_qty"/></strong>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|