Daily updates from Odoo
Thursday, November 26, 2015
5 changes · master
New functionality added to Odoo
Contacts can now automatically look up a Gravatar profile image from their email address, reducing manual setup and making partner records more recognizable. When no image is found or provided, Odoo applies a more appropriate default avatar based on the contact type and related company or parent record.
Original PR description
<strong>Task: https://www.odoo.com/web#id=20701&view_type=form&model=project.task&action=327</strong> <strong>Pad: https://pad.odoo.com/p/r.6NL3ddLa6i4HXTyP</strong>
Forum users can now follow specific tags and receive notifications when new posts use those tags. The update also improves forum email and message wording, and adjusts karma rules for creating and changing tags.
Original PR description
Task: https://www.odoo.com/web#id=8318&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.ePTaRKLxamjWaWAZ
Enhancements to existing features
Notification emails now include extra business context in their headers, such as the related record, database identifier, project, and tags for tasks and issues. This helps teams and automated mail rules classify, route, or act on Odoo notifications more accurately.
Original PR description
Task: https://www.odoo.com/web?#id=19585&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.hvapjVGiVqrOeZU2
CRM opportunity activities are now handled through a clear "Log an activity" wizard instead of several confusing links on the opportunity form. This makes it easier for sales teams to record completed work and plan the next follow-up in one guided flow.
Original PR description
Task: https://www.odoo.com/web#id=21279&view_type=form&model=project.task&action=333&active_id=248
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.