Friday, March 12, 2021
6 changes · master
Enhancements to existing features
Editors can now replace an image directly from the page editor using a new refresh icon shown alongside the delete option. This makes updating website visuals faster and more intuitive, while improving when editing handles appear around selected content.
Original PR description
From the editor, when clicking on an image there is a new refresh icon next to the delete icon that will open the media dialog to allow for its replacement. task-2431684 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds a pivot view for stock valuation layers, making the data easier to analyze and export to spreadsheets. Business users can review valuation information in a more structured format instead of relying on difficult-to-read exports.
Original PR description
Description of the issue/feature this PR addresses: When you export in excel this view, it is horrible, with the pivot view it is more simple. @simongoffin -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The login page now quietly prepares key backend resources in the background so the system can open faster after sign-in. This improves first-time or uncached access without changing the visible login experience.
Original PR description
1. Add new t-call-assets attributes * prefetch="true" It adds assets as `<link rel="prefetch" href="..."/>` This tells browser to load resource with lowest priority and save in cache. * backend="true" It's needed to avoid adding extra website tags in assets url, because otherwise we prefetch wrong url 3. Apply prefetching to /web/login page This speeds up opening backend when browser doesn't have cached assets. 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
Sales order line cards now show the related product image, making products easier to identify at a glance. The accounting card layout was also slightly clarified so similar views feel more consistent across the system.
Original PR description
Before this commit, in the kanban view of sale order lines, the product's image was not visible. This commit adds the image to be more consistent with the kanban view in accounting. Note: we have also tweaked the view in accounting for better clarity. Task ID : 2200168 (6.b) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Mobile users can now see empty fields while viewing a form, instead of hidden gaps. This makes it clearer which information can be added and supports the newer workflow where tapping a field can switch it into edit mode.
Original PR description
Before this commit, we had empty space on some form views. It's because the empty fields weren't shown in readonly mode. But there is no way the user will click on the "edit" button to fill this field if he doesn't see it... Plus, this is more consistent with the brand new feature that allows you to swich to edit mode when you click on a field. Steps to reproduce: - Go to Sale - Open an existing record - Referrer doesn't appears => You have to click on "edit" button to be able to see it Task-ID: 1929043
Belgian payroll now supports managing salary advances, helping payroll teams account for advance payments more accurately. The update also improves pay batch names for non-monthly pay periods and adds clearer guidance around spouse fiscal status for employee payroll information.
Original PR description
TaskID: 2479905