[IMP] Remove bottom pager from o2m

bzr revid: fme@openerp.com-20111214095123-1dwn1yld44pndzpz
This commit is contained in:
Fabien Meghazi 2011-12-14 10:51:23 +01:00 committed by Antony Lesuisse
parent 7099b809e7
commit 228aed18bb
1 changed files with 3 additions and 0 deletions

View File

@ -619,6 +619,9 @@
<t t-jquery="thead.ui-widget-header > tr:first">
this.removeAttr('t-if');
</t>
<t t-jquery="tfoot &gt; tr:last-child" t-operation="replace"/>
<t t-jquery="td.oe-actions">
this.removeAttr('t-if');
var $title = $(document.createElement('h3')).addClass('oe_view_title');