forked from Techsystech/web
[FIX] autodelete mails
parent
cf8de0e013
commit
459f1566ee
|
@ -67,7 +67,7 @@ openerp.support_branding = function(instance) {
|
||||||
'create',
|
'create',
|
||||||
[{
|
[{
|
||||||
state: 'outgoing',
|
state: 'outgoing',
|
||||||
auto_delete: false,
|
auto_delete: true,
|
||||||
email_to: self.support_branding_support_email,
|
email_to: self.support_branding_support_email,
|
||||||
subject: $subject.val(),
|
subject: $subject.val(),
|
||||||
body_html: jQuery('<div/>').append(
|
body_html: jQuery('<div/>').append(
|
||||||
|
|
Loading…
Reference in New Issue