[FIX] point_of_sale: field type on bank statement line no longer exists

This commit is contained in:
Denis Ledoux 2014-09-05 15:59:07 +02:00
parent 9363bc9182
commit fc5c53ca47
1 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@
<th>Description</th>
<th>Reference</th>
<th>Partner</th>
<th>Type</th>
<th>Account</th>
<th class="text-right">Amount</th>
</tr>
@ -108,7 +107,6 @@
<td><span t-field="line.name"/></td>
<td><span t-field="line.ref"/></td>
<td><span t-field="line.partner_id"/></td>
<td><span t-field="line.type"/></td>
<td><span t-field="line.account_id"/></td>
<td class="text-right">
<span t-field="line.amount"