-
- 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#38298
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Please register or sign in to comment