Daily updates from Odoo
Thursday, August 16, 2018
3 changes
Enhancements to existing features
Task lists now show planned hours using the same time format as other time-related fields. This makes planned work easier to read and allows planned hours to be summed directly in the list view.
Original PR description
Use float_time widget for planned_hours in task tree view Description of the issue/feature this PR addresses: Currently the float_widget is used for all time related fields in the task tree view except for planned_hours. Current behavior before PR: No use of float_widget Desired behavior after PR is merged: Use float_widget and sum the planned hours. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds clear internal names to sales page sections so future customizations can target the right areas more safely. It reduces the risk of changes breaking when page order changes, helping maintain sales screens more reliably over time.
Original PR description
Description of the issue/feature this PR addresses: It is hard to xpath on the pages right now as they have no names. Current behavior before PR: You'll have to do `//page[2]` which is risky to break and page indexes can move. Desired behavior after PR is merged: Ability to xpath on name `//page[@name='other_information']` Followup of https://github.com/odoo/odoo/pull/25807 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Rating information is now calculated when needed instead of being kept as a stored value. This helps keep ratings accurate and reduces the risk of outdated rating data appearing in project-related views.
Original PR description
Task: https://www.odoo.com/web#id=51523&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720