Daily updates from Odoo
Thursday, February 1, 2018
3 changes · master
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.