[FIX]Bad view O2M with attribute delete

lp bug: https://launchpad.net/bugs/1126027 fixed

bzr revid: darshankalola@gmail.com-20130329122741-pqj62e06oivq5cjs
This commit is contained in:
Darshan Kalola (OpenERP Trainee) 2013-03-29 17:57:41 +05:30
parent 252bcc802f
commit 6073d6b642
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@
<td t-foreach="aggregate_columns" t-as="column" class="oe_list_footer oe_number"
t-att-data-field="column.id" t-att-title="column.label">
</td>
<td t-if="options.deletable"/>
<td t-if="options.deletable" class="oe_list_record_delete"/>
</tr>
</tfoot>
</table>