Daily updates from Odoo
Wednesday, July 15, 2020
1 change
Code cleanup and technical improvements
Marketing email and SMS tracking has been aligned with Odoo’s standard message notification system. This reduces duplicated tracking logic and helps keep campaign delivery statuses more consistent across marketing automation features.
Original PR description
[REF] mass_mailing: prepare mailing trace to merge with notification - The 'mail_mail_id' field has been change into 'mail_id' in the mailing.trace model. Update code according. - The field has been renamed 'ignored' field into 'canceled'. Update code according. [REF] mass_mailing(_sms): merge mailing trace with notification model Update codes after the merge of the mailing trace (mass mailing) and the mail notification model (mail) in community. Related to: - odoo/odoo#40409 - odoo/upgrade#828 task-2083854