Wednesday, February 15, 2023
2 changes · master
Enhancements to existing features
The web command palette search field now has a stable identifier. This helps related Odoo features add elements next to the search field more reliably over time, with no expected change for everyday users.
Original PR description
This commit adds an ID to the input inside the CommandPalette template. It is needed because we are adding inside Knowledge via this PR, odoo/enterprise#34018, an icon near the input of the CommandPalette. This is done in order to keep this inheritance in time and ensure that it will likely never be removed. task-2900465 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Knowledge app now uses clearer wording in confirmation dialogs shown from the permission panel. This helps users better understand the impact of permission-related actions before confirming them.
Original PR description
This commit rewords all the confirmation dialogs launched by the permission panel in order to make it more comprehensible for the user. task-3159357