Skip to content

Fix: Do not send empty strings in ccEmails to OC

Pelayo García requested to merge fix/do-not-send-empty-string-ccEmail-OC into master

CHANGELOG:

### Fixed
- [#431](https://gitlab.com/coopdevs/odoo-somconnexio/-/merge_requests/432) Avoid sending empty strings in ccEmails to OpenCell

Send None instead of an empty strings to OC ccedEmails, because this caused an illegal address error when sending invoices by mail.

Edited by Pelayo García

Merge request reports