[7.0] email_from in email templates ignored
This bug report was converted into a question: question #234829: [7.0] email_from in email templates ignored.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
New
|
Medium
|
OpenERP Publisher's Warranty Team |
Bug Description
As is in the related bug (https:/
When sending an email from the system using a template with a fixed From email address, this settings is ignored and the email_from used is always alias of current user and not the email address or field specified in the template.
to find this you can
1) change email template for sale order and file email_from field with some fiexed email
2) send a sale sale order by email to some of your addresses using previous modified template
You should recevive the sale order where sender is the address you had specified in the template but you will receive by yourself opener alias.
I've prepared a workaroud that's is working for me :
in email_template/
in mail/mail_
in mail/wizard/
in mail/wizard/
This is not so nice solution because it will shows sender field always also for standard messaging view, may be changes should be done on some other view (template ?) anyway it's wath I can do now
regards
description: | updated |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Invalid → New |
assignee: | OpenERP R&D Addons Team 1 (openerp-dev-addons1) → OpenERP Publisher's Warranty Team (openerp-opw) |
tags: | added: maintenance |
hm this one is a nasty one - i can confirm it on my system too