Monday, March 14, 2016
4 changes · master
Enhancements to existing features
The opportunity form now uses a clearer icon for the quotations button. This helps users understand that the button shows the number of related quotations, not a money amount.
Original PR description
Description of the issue/feature this PR addresses: Change Quote icon on opportunity stat button <b>Pad:</b> https://pad.odoo.com/p/r.235c626de2c4da6a627d5f56cf6c7089 <b>Task:</b> https://www.odoo.com/web#id=23081&view_type=form&model=project.task&action=327&menu_id=4720 ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web module documentation now clarifies that actions can be triggered using their XML identifier as well as existing supported references. This helps implementers avoid confusion when configuring or extending workflows, with no expected change for everyday users.
Original PR description
This PR is very IMPORTANT!
This update clarifies that actions can be launched using their XML identifier, making the behavior easier for implementers to understand. It is a documentation-focused change with no expected impact on day-to-day users or business workflows.
Original PR description
This PR is very IMPORTANT! Its community sibling is: https://github.com/odoo/odoo/pull/10902
Code cleanup and technical improvements
This update improves how timesheet-related project tasks calculate delays and total hours, fixing cases where delays always appeared as zero. It also streamlines task behavior to reduce confusing automatic changes, making project progress and workload reporting more reliable.
Original PR description
Description of the issue/feature this PR addresses:
\* New API migration
\* Fix delay hours and total computation : Delay was wrongly computed as 0.0 in every case. This should be fixed now.
To be discussed :
\* The field total_hours could probably be removed.
EDIT: It will be the max between planned and effective hours
\* Why do we set tasks to 99.99% instead of 100% ? It seems more historic than logic.
EDIT: It is actually intended to have tasks at 99.99% instead of 100% as long they are not in a folded stage.