[Fix] Remove an unwanted ">" sign in the print

This commit is contained in:
Julien Laloux 2016-01-06 16:24:39 +01:00 committed by Christophe Matthieu
parent 9e6528f77d
commit 96352ae515
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<tr>
<td colspan="4"><strong>Consumed Products</strong></td>
</tr>
<tr t-foreach="o.move_lines2" t-as="line2">>
<tr t-foreach="o.move_lines2" t-as="line2">
<td>
<span t-field="line2.product_id.code"/>
<span t-field="line2.product_id.name"/>