credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #03351
[Bug 912841] Re: [6.0] crm/crm_action_rule - mail action doesn't send mails to user and watchers
Hello Yannick,
Thanks for reporting this issue.
It has been fixed into the lp:~openerp-dev/openobject-
addons/6.0-opw-267641-skh branch,
Revision ID: skh@xxxxxxxxxxx-20120113120303-5d65smqf8sivkfsp
Revision Number: 4988
This branch is under the review of our Experts and will be merged soon
into the stable lp:openobject-addons/6.0 branch.
Thanks
** Branch linked: lp:~openerp-dev/openobject-addons/6.0-opw-267641-skh
** Branch unlinked: lp:~openerp-dev/openobject-addons/6.0-opw-267641-skh
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Status: Confirmed => In Progress
** Branch linked: lp:~openerp-dev/openobject-addons/6.0-opw-267641-skh
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Framework Experts, 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 Committed
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