[16.0] mail_composer_cc_bcc: no attribute 'email_anonymize'
Module
mail_composer_cc_bcc
Describe the bug
Delivery failure with reason: module 'odoo.tools.mail' has no attribute 'email_anonymize'
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
- use full email composer to send an email
- add recipient in CC and optionally BCC
- send the email
- check related record in mail.mail or mail.message to see error
Expected behavior Successful message delivery.
Additional context Checked odoo tool mail.py and could not find email_anonymize method.
Method email_anonymize() does exist in v17.0 repo. https://github.com/odoo/odoo/blob/8a40cb86970a816dcc26fc3013320d2e74d76c61/odoo/tools/mail.py#L737C5-L737C20
Hello @rafwenger, I still can send email, although I followed your steps. Did you install other modules, which could lead to conflict
I checked and look to me the method still exists