[REM] Removed unused code

bzr revid: fme@openerp.com-20111107144435-k693w21gnmsd0dt5
This commit is contained in:
Fabien Meghazi 2011-11-07 15:44:35 +01:00
parent 6389731d37
commit c4a13f1b3e
1 changed files with 0 additions and 4 deletions

View File

@ -103,7 +103,6 @@ openerp.web.FormView = openerp.web.View.extend( /** @lends openerp.web.FormView#
});
this.$form_header.find('button.oe_form_button_save').click(this.do_save_then_readonly);
this.$form_header.find('button.oe_form_button_cancel').click(this.do_cancel);
this.$form_header.find('button.oe_form_button_new').click(this.on_button_new);
this.$form_header.find('button.oe_form_button_duplicate').click(this.on_button_duplicate);
this.$form_header.find('button.oe_form_button_delete').click(this.on_button_delete);
@ -512,9 +511,6 @@ openerp.web.FormView = openerp.web.View.extend( /** @lends openerp.web.FormView#
on_action: function (action) {
console.debug('Executing action', action);
},
do_cancel: function () {
console.debug("Cancelling form");
},
reload: function() {
var self = this;
var act = function() {