-
- Downloads
[FIX] mail: fix mailing wizard when partners and template specified
if partner_ids and template_id are set, a traceback happens. Indeed, some mail fields are not taken from the res_ids when partner_ids is set. When trying to update the values with the one from the template, the existing values are popped, which raised an error as those keys weren't set. closes odoo/odoo#38427 X-original-commit: c8ad6147 Signed-off-by:Victor Feyens (vfe) <vfe@odoo.com>
Please register or sign in to comment