Without this patch, users without access to reading and editing mass mailing contact records are now unable to change a partner's name or email. They'd recieve an exception such as:
AccessError: Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:
- Mass Mailing/User
(Document model: mail.mass_mailing.contact)
Restrictive ACLs shouldn't restrict normal user operation nor DB consistency, so using sudo mode now and testing behavior.
When creating digest records within the context of mail composer
(and possibly other contexts) you'll have a `default_template_id`
key in the context which is going to override our safe default.
This is going to break email generation because the template
will be completely wrong and unpredictable. Lesson learned :)
Depending on the request might fail
nevertheless the website should be there to be found.
Fallback to search and use it if possible for digest' site name
Without this commit, followers are NEVER notified when a message is directly posted on the tracker (without click to open the mail compose message form)
* [NEW][mail_footer_notified_partners]
This module adds into the footer the partner's name notified by this email
* [CHG] Use common.TransactionCase
* OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
* [FIX][mail_footer_notified_partners] Use @api.model instead of @api.one.
* OCA Transbot updated translations from Transifex
* [FIX] remove en.po that was erroneously created by transbot
* Pass context
* OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
* [MIG] mail_footer_notified_partner: Migration to 10.0