Wednesday, November 18, 2020
4 changes · master
Enhancements to existing features
Kanban progress bar filters now show only the records that match the selected status, making filtered views clearer and more reliable. The "Load more" count also updates correctly, so users have a more accurate view of remaining records.
Original PR description
Taskid: 2196661 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 converts many existing Odoo email templates from the older Jinja format to QWeb, Odoo’s standard template rendering approach. It helps keep email generation more consistent across apps such as accounting, CRM, calendar, HR, events, and mail, with limited direct change expected for end users.
The analytic account search filter for “doesn’t contain” now checks both the account name and code. This makes filtering results more predictable and consistent with the existing “contains” filter behavior.
Original PR description
From now on, it is possible to use the analytic account's code field in the "doesn't contain" filter. Until now, only the name of the analytic account was processed when using this filter. When using the "Contains" filter, both the name and the code of the analytic account were taken into account, which was inconsistent with how the "Doesn't contain" filter worked. Ticket #2368695 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Barcode picking screens are easier to use, with clearer product information, quantity controls kept visible, and edit actions placed closer to the quantities they affect. Warehouse users can also scan a product to quickly see its available locations and quantities, helping them work faster and with fewer mistakes.
Original PR description
Task: https://www.odoo.com/web?#id=27033&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.8d2749de4844861078fc36312e573e48 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