Thursday, March 5, 2020
5 changes
Enhancements to existing features
Website editors can now round corners on elements that have a background color even when no border is applied. They can also choose common border styles like solid, dashed, dotted, or double, making page design options more flexible and consistent.
Original PR description
Previously, the border radius option was only available when there was a border width, but in some cases you want no border, a background color, and still have rounded corners. This commit makes the option available when there is either a border OR a background color. This commit also adds an option to choose the border style between solid, dashed, dotted and double. The other styles have been left out as they look very different browser to browser and are not very useful. task-2195429
The debug menu now includes direct links to view access rights and record rules. This helps administrators and support teams investigate permission issues faster without navigating through multiple settings screens.
Original PR description
PURPOSE Debugging access issues can quickly be a pain. The goal is to allow to easily debug an access rights issue from the debug tools. SPECIFICATION In the debug tools, add the following two new items: - View Access Rights - View Record Rules -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
New user account logins are now saved in lowercase by default, reducing sign-in issues caused by accidental or random capitalization. Existing accounts with mixed-case logins remain supported because authentication checks both the entered login and its lowercase version.
Original PR description
The account creation and verification was case sensitive on the login and could cause problems for users to connect (i.e. when a server administration creates account with random uppercases). With this commit, newly created accounts will have a lowercase login and the authentication tests both the user given login (preserving the case) and lowercase counterpart to ensure backward compatibility with previously created mixcase accounts plus ease the connection for all new accounts. Task: 34047
The Apps and modules screen now includes a search panel to make it easier to see and filter available or installed apps. This helps users find relevant modules faster and reduces the chance of overlooking useful functionality.
Original PR description
Purpose ======= The current kanban view is messy. It is difficult to identify which apps are installed or not. The user can completely miss a module that might have interested him. A search panel would make things way more readable. TaskID: 2181557 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
The app/module list now includes a search panel to make it easier to see and filter available or installed apps. This helps users find relevant apps more quickly and reduces the chance of overlooking useful functionality.