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.
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.
Code cleanup and technical improvements
The Expense app form is clearer by showing the right fields based on the selected product and removing an unused amount field. Employees can now submit expenses in one currency while reimbursement is handled in the company currency, with automatic conversion and the exchange rate shown for transparency.
Original PR description
[REF] Improve experience of Expense app After the changes the field untaxed_amount has not been used any more, so it was removed. In order to make the expense form more intuitive, it was necessary to distinguish between whether the product with non-zero-cost was selected on not. According to the latter, different field should be shown. Now the expense can be submitted in different currency and it can be reimbursed in company’s currency. In case the latter two currencies differ from each other, the conversion is done automatically and the rate is also displayed. Task - 2366775
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