Daily updates from Odoo
Navigate
Branch
Thursday, November 26, 2015
8 changes
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
The CRM leads list now shows each lead's city, making it easier for sales teams to scan and prioritize opportunities by location. CRM reporting views were also aligned so location information is consistently available where relevant.
Original PR description
Task: https://www.odoo.com/web#id=21012&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.fIM7UepTCo5BqdHQ
The CRM interface now uses clearer wording for the action that marks an opportunity as lost. This makes the sales workflow easier to understand and also adds support for hiding selected sidebar actions when needed.
Original PR description
Task:https://www.odoo.com/web#id=20996&view_type=form&model=project.task&menu_id=3942&action=327 Pad:https://pad.odoo.com/p/r.i28OlDf9zVpoV42y
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.
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