Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] mail_composer_cc_bcc: corner cases
- Normally a wizard opens on Odoo client side to prompt user to define an email address for partners that don't have one - But it's possible to bypass it, so we explicitly filter out partners with no email address - We also return "" instead of "False" for partner with no name, and odoo's tools.formataddr will just use the partner's email address
- Loading branch information