FlorianGenicq
Results
2
issues of
FlorianGenicq
[17.0] mail_composer_cc_bcc : Error when send email from partner with multiple emails (Split by ';')
2
For example, on a res_partner who have an email field with 2 emails (split by ';'). When we try to send the email, we get this error : ' File...
bug
When i try to send email with mail.compose.message like that for example : ctx = { 'default_model': 'training.session', 'default_use_template': bool(template.id), 'default_template_id': template.id, 'default_composition_mode': 'comment', 'default_partner_ids': [(6, 0, self.company_id.partner_id.ids)], 'default_partner_bcc_ids': [(6,...
bug