c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20355
[Bug 578106] Re: [CRM module] case description is "False" in mail notification
Thanks for reply !! Did you find a other solution ?
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/578106
Title:
[CRM module] case description is "False" in mail notification
Status in openerp-france-localisation:
New
Bug description:
In CRM module, I created Cases Sections and I use the email gateway.
I created a rule to be notified when a new case was come.
It works but in the mail body, the special keyword
"%(case_description)s" returns "false" instead of the case content.
I noticed when the mail is sent, datas are not yet written in DB.
I changed the openerp-mailgate.py file to obtain what I wanted.