Thursday, April 4, 2019
5 changes
Enhancements to existing features
This update streamlines how Odoo’s internal automated tests start guided website and app tours. It reduces repetitive test code across many modules, making future test maintenance faster and less error-prone without changing end-user behavior.
Original PR description
Before this commit, the syntax to start a tour was extremely verbose. With this new method, it is possible to start a tour by just giving the essential parameter: the tour name. The full set of features from browser_js are kept by using **kwargs. 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
Field labels such as unit of measure, discount, and ordered quantity were shortened across sales-related screens, reports, and portal views. This makes forms and documents easier to read, especially when many optional features are enabled.
Original PR description
Task : https://www.odoo.com/web#id=1933746&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/openerp-project.task-Z8HTUGVC2R -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Promo code messages on the website shop now use standard styling so they look cleaner and fit better with different website themes. An unused message was also removed to simplify the customer-facing checkout experience.
Original PR description
By using proper BS4 classes for alert, so it looks better and it is more compatible with themes. Also removed the unused "Option not available". 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
This update standardizes how automated guided tests are started across several Enterprise apps. It helps make quality checks more consistent and easier to maintain, reducing the risk of future changes breaking key workflows.
Original PR description
Enterprise counterpart of https://github.com/odoo/odoo/pull/32316
Field labels in asset accounting and subscriptions were shortened in list views, reports, and portal pages. This makes screens cleaner and easier to read, especially when many optional features are enabled.
Original PR description
Task : https://www.odoo.com/web#id=1933746&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/openerp-project.task-Z8HTUGVC2R