Daily updates from Odoo
Navigate
Branch
Wednesday, July 4, 2018
11 changes
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
The contact form is reorganized to make key business information and related records easier to find. Users get clearer shortcut buttons, better placement of sales and accounting fields, and a cleaner email experience when a contact has no email address.
Original PR description
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
The stock process no longer shows an unnecessary wizard for products that are consumable or services. This makes the workflow faster and less confusing for users who do not need inventory-specific steps for those product types.
Original PR description
Task link : https://www.odoo.com/web?debug#id=1864026&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.1509bd052a51ff52cd9b02079f7e1999 This commit is related to task ID 1864026. 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 cohort view now supports a churn mode that shows customers or records starting from 0% and increasing as churn occurs over time. This gives teams a clearer way to analyze loss or drop-off trends, complementing the existing retention-style view.
Original PR description
Here is the churn mode for the cohort view
The contact form has been reorganized so users can find related sales, accounting, support, and operations information more quickly. Key shortcuts now appear in a clearer order with better icons and access handling, while invoicing and sales settings are grouped more logically.
The bank reconciliation report has been made easier to understand and use. This helps accounting teams review reconciliation information more quickly and with less confusion.
Original PR description
https://www.odoo.com/web#id=1849170&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
Resolved issues and error corrections
This fixes an issue where selecting a specific company context was ignored when retrieving a partner's price list. Businesses using multiple companies will now get the correct company-specific pricing behavior.
Original PR description
When forcing the company C in the context, the company C was not taken into account in function _get_partner_pricelist opw:1861989
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.