forked from Techsystech/web
parent
392f0ef14a
commit
7a48445c18
|
@ -19,4 +19,4 @@
|
|||
#
|
||||
##############################################################################
|
||||
|
||||
import controller
|
||||
import controller
|
||||
|
|
|
@ -10,17 +10,12 @@ openerp.web_warning_on_save = function (instance) {
|
|||
var model = self.model;
|
||||
var param = {'model': model,
|
||||
'id': self.datarecord.id ? self.datarecord.id : id};
|
||||
// try {
|
||||
self.rpc('/web/warning_on_save/check_warning_on_save', param)
|
||||
.done(function(res) {
|
||||
if (res != false){
|
||||
alert(res);
|
||||
}
|
||||
});
|
||||
// }
|
||||
// catch(err){
|
||||
// // nothing
|
||||
// }
|
||||
})
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue