Skip to content

Commit

Permalink
[FIX] more misused reserved words
Browse files Browse the repository at this point in the history
  • Loading branch information
xmo-odoo committed Apr 6, 2011
1 parent bf0168e commit 69ee020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/base/static/src/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ openerp.base.FormView = openerp.base.Controller.extend( /** @lends openerp.base
this.log("Record was not saved");
} else {
// Check response for exceptions, display error
this.notification.default("Record saved", "The record #" + this.datarecord.id + " has been saved.");
this.notification['default']("Record saved", "The record #" + this.datarecord.id + " has been saved.");
}
},
do_search: function (domains, contexts, groupbys) {
Expand Down

0 comments on commit 69ee020

Please sign in to comment.