Daily updates from Odoo
Wednesday, April 10, 2019
5 changes
Enhancements to existing features
The timesheet section on tasks now hides remaining hours when planned hours have not been set. This reduces confusion for users by only showing remaining time when there is a meaningful planned-hours target to compare against.
Original PR description
…n tasks If planned hours is not set or modified, the remaining hours should not show - https://www.screencast.com/t/o3itcg7wrB Task ID - 1930975 Description of the issue/feature this PR addresses: Task ID - https://www.odoo.com/web#id=1930975&action=327&model=project.task&view_type=form&menu_id=4720 Pad ID - https://pad.odoo.com/p/r.c9250458e1a0baecb65c2031f166ce31 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 update improves the visual alignment of link buttons on project kanban cards, making project information easier to scan. It is a minor interface polish that helps users navigate project and timesheet-related views more comfortably.
Original PR description
**Description of the issue/feature this PR addresses**: - Task: https://www.odoo.com/web#id=1948176&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.7551125c2dfcd67f29ff4d8a299583c7 **Description:** -Improved UI by properly aligning Link buttons on kanban boxes of project. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change reduces repeated internal work when applying request-related settings, making the web request handling path slightly more efficient. It also includes the contributor license confirmation required for the contribution process.
Original PR description
No needed call slow threading.current_thread() on evry arg setting. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes field search easier to use by adding clearer input guidance and improving the spacing of the field selector. It also adjusts the Kanban dropdown layout so selections display more cleanly, especially when customizing views in Studio.
Original PR description
This commit improves the usability of ModelFieldSelector widget and kanban dropdown layout with the following points : - Adds a placeholder on the input for searching fields - Adds more height to the same input for consistency - Properly shows 'X' sign within the header Related task: 1916583 **Task**: https://www.odoo.com/web#id=1916583&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.9c27ff90886a38e1a0de93f451089ca8 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forum users who do not have enough karma to ask a question now see a clearer error message. The message also links to the FAQ so users can understand how to earn the required karma and continue participating.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=1952473&action=327&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.0d7150bf874e6e653ec6257c8d91b3a5 Current behavior before PR: - Error message wordings were not efficient for the one who's trying to ask the question in forum without having required karma. Desired behavior after PR is merged: - Error message will be efficient that one can use the guidelines regarding the required karma. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr