Daily updates from Odoo
Friday, June 3, 2022
5 changes
Enhancements to existing features
This update adapts payroll and Studio-related tests to recent changes in Odoo's report and page rendering engine. It helps keep reports, payroll documents, and Studio editing reliable while supporting improved rendering performance through newer caching behavior.
Original PR description
related with: * https://github.com/odoo/odoo/pull/85110 * https://github.com/odoo/odoo/pull/88276
The journal audit report is easier to read and navigate, with clearer tax sections and narrower tables. Users can now click taxes or use audit buttons to quickly review related journal entries grouped by the relevant tax information.
Original PR description
Improve the tax report section of the journal audit by adding a
background color to it, as well as reducing the width of the tables.
Ease the navigation from the journal audit report by adding three
new actions:
- Taxes in the tax applied section can be clicked to audit them
- The tax applied and the impacted tax grid sections now have an
audit button to open a group-by view of journal items grouped
appropriately according to the information we need.The appraisal form now keeps both feedback fields visible throughout the process, reducing confusion for employees and managers. When a manager or appraisal manager force-publishes employee feedback, the system records a note in the chatter for better transparency.
Original PR description
Users were getting confused with the disappearing feedback fields depending on the stage of the appraisal. Now the 2 feedback fields are always displayed and a message is logged in the chatter when the manager / appraisal manager force-publish the employee's feedback. TaskID: 2844135
The Documents spreadsheet component was updated to include recent fixes from the spreadsheet engine. This improves chart refresh behavior after data changes and adjusts an icon used in conditional formatting, helping spreadsheet reports stay accurate and clearer for users.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/088698e0 [FIX] conditional format: change third icon https://github.com/odoo/o-spreadsheet/commit/30be60be [FIX] evaluation_chart: mark charts as outdated for all commands which invalidate evaluation
The Sign app now starts users in automatic signing mode by default. This makes the signing process faster and reduces extra steps for people completing documents.
Original PR description
In order to make the process of signing faster, automatic mode should be the default one. task-2862209