forked from Techsystech/web
[FIX] autodelete mails
parent
8c167a5535
commit
5303167969
|
@ -12,11 +12,11 @@
|
||||||
being supported.
|
being supported.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
openerp.support_branding = function(instance) {
|
openerp.support_branding = function(instance) {
|
||||||
var QWeb = instance.web.qweb,
|
var QWeb = instance.web.qweb,
|
||||||
_t = instance.web._t;
|
_t = instance.web._t;
|
||||||
|
|
||||||
instance.web.CrashManager.include({
|
instance.web.CrashManager.include({
|
||||||
init: function()
|
init: function()
|
||||||
{
|
{
|
||||||
|
@ -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