mirror of https://github.com/OCA/web.git
cleanup
parent
8532d35270
commit
4535d1ac25
|
@ -62,7 +62,6 @@ openerp.web_widget_mail_send_odoo = function(instance) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
console.log(self.build_context());
|
|
||||||
var pop = new instance.web.form.FormOpenPopup(self);
|
var pop = new instance.web.form.FormOpenPopup(self);
|
||||||
var context = new instance.web.CompoundContext(self.build_context(), {
|
var context = new instance.web.CompoundContext(self.build_context(), {
|
||||||
default_name: parsed_email[0],
|
default_name: parsed_email[0],
|
||||||
|
|
Loading…
Reference in New Issue