Daily updates from Odoo
Thursday, November 26, 2015
2 changes · master
Resolved issues and error corrections
CRM reports and mass mailing records will no longer pick up campaign, source, or medium values automatically from website cookies. This prevents misleading marketing attribution data and simplifies the email marketing setup by using the mailing name as the source and Email as the medium.
Original PR description
- Remove _inherit = ['utm.mixin'] on some reports and models. It make no sense to set campaign_id, source_id or medium_id on reports according to the cookies. - Add an inheritS on the source_id in the mass_mailing model. Naturally, the source_id name is the mass_mailing name. - The medium is hardcoded as beeing 'Email', which is rather easy to understand - Remove the 'Tracking' tab on the mass_mailing view. We do not want to set the medium,campaign or the source automatically from the cookies on reports, or on mass_mailing creation.
This update removes a problematic tooltip behavior in web form widgets. It helps prevent confusing or incorrect on-screen hints, improving reliability for users working in Odoo forms.
Original PR description
Issue: https://www.odoo.com/web#id=654069&view_type=form&model=project.issue&menu_id=4120&action=609