Monday, October 18, 2021
4 changes · master
Enhancements to existing features
The Accounting app now provides clearer help text for the three account fields in Tax Group settings. This makes it easier for users to understand which accounts to configure and reduces setup confusion.
Original PR description
For clarity purpose, tooltips for the 3 accounts in Tax Group (Configuration > Tax Group) are added. task-2602730 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
Survey participants now see keyboard instructions that match the type of answer field they are using. This makes the survey experience clearer on desktop and avoids showing unnecessary shortcut text at the start on mobile devices.
Original PR description
Purpose ======= Have the "or press CTRL+Enter" (metaKey if it's a mac) shown if the input field selected is a text area, and "or press Enter" otherwise. Hide the text at the beginning of the survey if it's from mobile. Task-2637120
The Tax Report now shows a clearer message when required accounts are missing for a Tax Closing Entry. This helps accounting users understand exactly what needs to be configured before closing the entry.
Original PR description
Clarify the error message when closing the entry in the Tax Report page (Reporting > Tax Report). Error message is changed from "Some of your tax groups are missing information. Please complete their configuration." to "Please specify the accounts necessary for the Tax Closing Entry." The error message is triggered when the tax group does not have at least one of the following: - a tax payable account - a tax receivable account - an advance tax payment account task-2602730
Payroll now stores basic and net wage values so payslips can be sorted more easily. This helps payroll teams review and compare payslips faster without changing payroll calculations.
Original PR description
TaskID: 2658898