mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Use the simple form by default.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user