mirror of https://github.com/OCA/web.git
Use the simple form by default.
parent
7a8d645553
commit
a09f43bf34
|
@ -66,6 +66,7 @@ openerp.web_widget_mail_send_odoo = function(instance) {
|
|||
var context = new instance.web.CompoundContext(self.build_context(), {
|
||||
default_name: parsed_email[0],
|
||||
default_email: parsed_email[1],
|
||||
force_email: true,
|
||||
});
|
||||
pop.show_element(
|
||||
'res.partner',
|
||||
|
|
Loading…
Reference in New Issue