Tuesday, October 12, 2021
3 changes · master
Enhancements to existing features
This update improves Odoo's main form, list, and kanban screens to support a newer interface foundation. It refines key view controls such as action buttons, pagers, button boxes, and basic fields, helping users get a more consistent and responsive experience across business records.
Original PR description
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
Email verification messages have been reworded to make the process easier to understand. Users now get clearer confirmation when a verification email is sent and can change their email address without seeing misleading status messages.
Original PR description
Purpose ======= Clean up messages related to email verification. Specification ============= Rephrase messages, add confirmation of email sent and let user change email. Task-2647065
Administrators creating a foreign VAT fiscal position now get a direct link to the Apps page when a required localization module is missing. This removes extra navigation steps and helps them install the correct country-specific tax module faster, while non-admin users see the same message as before.
Original PR description
Before, when someone with settings rights created a foreign VAT fiscal position for a country in which there was no tax template yet, a banner was displayed, telling that the right l10n module needed to be installed. However, there was no link to the list of modules, and the user had to go back to the app switcher, then to the Apps menu to install the module he needed. We now display a link to this page, only for the users with setting rights. Other users will still see the same thing as before. Manual forward-port of https://github.com/odoo/odoo/pull/77687