Daily updates from Odoo
Thursday, February 1, 2018
7 changes · master
Enhancements to existing features
The CRM configuration menu is simplified by showing the Tags option only when debug mode is enabled. This reduces clutter for everyday users while keeping advanced configuration available to administrators and technical users when needed.
Original PR description
task: https://www.odoo.com/web#id=39571&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.9bbb3416f1ddd8f040a37216658a8b3b Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The form layout can now remove extra padding where needed, helping mass mailing content align cleanly with its surrounding border. This creates a tighter, more polished email editing experience without changing broader business workflows.
Original PR description
This is useful in the module mass_mailing, so that the mail body has no spacing between its border and the form sheet.
Resolved issues and error corrections
This fix updates how Odoo names internal references so different records are less likely to collide. It helps avoid conflicts during module loading or migrations, improving reliability without changing day-to-day user workflows.
Original PR description
model: maintenance.equipment, field: category_id model: maintenance.equipment.category, field: id cc @dbo-odoo you will probably want to include that in migration vaguely related to opw-805838
A bug was fixed so website menu entries can be found through search as expected. This helps users manage website navigation more reliably and reduces confusion when editing site menus.
Original PR description
Task: https://www.odoo.com/web#id=10804&view_type=form&model=project.task&action=333&active_id=131 Pad: https://pad.odoo.com/p/r.SwQ05vrU7k2ZltJ2
This fixes an issue where server-side forms could fail to handle certain valid filter conditions when they were not written in the expected standard format. It helps ensure forms behave consistently and reduces errors in automated or backend-driven form workflows.
Code cleanup and technical improvements
This update reorganizes the JavaScript behind Odoo's messaging, live chat, calendar integration, and real-time notifications. It makes the code easier to maintain and test, helping future improvements reach users more safely without changing the core business workflow.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This refactoring updates enterprise VoIP and timesheet integration code to stay compatible with recent changes in Odoo's mail framework. It is an internal technical alignment with low direct business impact, helping maintain stability across related communication features.