Daily updates from Odoo
Wednesday, July 4, 2018
5 changes · master
Enhancements to existing features
The website editor now hides the Create menu when users click outside the link icons. This makes the editing experience cleaner and helps users leave the create screen without confusion.
Original PR description
The purpose of this commit is to hide the Create menu when the user click on any area other than the link icons. Task: https://www.odoo.com/web?#id=1860196&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.7e68311ee458fbf3dab3b023e18c8d8c 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
Inventory reports no longer show an unnecessary default filter for stockable products, making the view clearer because the report already only includes those items. Backorder confirmation messages were also improved to better guide users during inventory operations.
Original PR description
Task link : https://www.odoo.com/web#id=1860538&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.390a3a7865cf54383c4193804a2212fe 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 documentation now explains an additional mode attribute for cohort views in the web cohort feature. This helps teams and implementers better understand available configuration options when using cohort analysis.
Original PR description
Linked to https://github.com/odoo/enterprise/pull/2345 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fixes cases where labelled icons could change appearance after accessibility-related validation blocked an older icon syntax. The update allows the previous icon-and-text pattern again while preserving needed accessibility behavior, reducing visual regressions across several Odoo apps.
Original PR description
Description of the issue/feature this PR addresses: Accessibility improvements forbids the use of the syntax ` <i class="fa fa-check"/> Some text` to create a labelled icon. But, by this, some fonts are changed. Desired behavior after PR is merged: The old syntax can be used.
This fixes how labelled icons are written across several Odoo apps so existing icon-and-text labels can be used without changing the intended font styling. Users should see more consistent visual presentation in affected screens, with no expected workflow changes.
Original PR description
Description of the issue/feature this PR addresses: Accessibility improvements forbids the use of the syntax ` <i class="fa fa-check"/> Some text` to create a labelled icon. But, by this, some fonts are changed. Desired behavior after PR is merged: The old syntax can be used.