openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07719
[Bug 912841] Re: [6.0] crm/crm_action_rule - mail action doesn't send mails to user and watchers
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
** Changed in: openobject-addons
Milestone: None => 6.0.4
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/912841
Title:
[6.0] crm/crm_action_rule - mail action doesn't send mails to user and
watchers
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Hello,
Method do_action overwrite in crm_action_rule but it doesn't include
all email action informations.
Those fields are not considered :
- act_email_to
- act_email_from
- act_mail_to_user
- act_mail_to_watchers
- act_mail_to_email
and
act_email_cc is added to followers of the model like crm_case, but
those followers won't receive the current message if send to followers
is checked
The reason is certainly because base_action_rule evolved but crm
didn't follow.
Might this function do_action should be reviewed to split the part of
modifing object fields and the part of gathering emails ?
---------
And by the way tool tips of automated action seems weird for me maybe
there are some extra words. (but I'm not a native english speaker)
Here is an exemple
"Use a python expression to specify the right field on which one than we will use the 'To' field of the header"
I would say
"Specify the 'To' header field. A python expression can be used."
Regards,
Yannick
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/912841/+subscriptions
References