[IMP] Remove unnecessary code in checkbutton select all/none in list view.

bzr revid: kbh@bde-desktop-20111025062429-dvx4x0h1caqwg21i
This commit is contained in:
kbh 2011-10-25 11:54:29 +05:30
parent 276cff1807
commit fa94cf7578
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ openerp.web.ListView = openerp.web.View.extend( /** @lends openerp.web.ListView#
self.$element.find('.all-record-selector').prop('checked') || false);
});
this.$element.find('#all_checked').click(this.do_all_checked);
this.$element.find('.oe-list-add')
.click(this.do_add_record)
.attr('disabled', grouped && this.options.editable);