Thursday, March 5, 2020
10 changes · master
Enhancements to existing features
The email campaign overview cards now have a more consistent bottom section that matches other Odoo screens. User avatars are shown as round images, making the interface look cleaner and more polished.
Original PR description
This commit improves the bottom section of the mailing.mailing kanban view to make it follow other kanban views structure. It makes the user avatar on the mailing.mailing kanban display in a round shape instead of a square (with border-radius). LINKS Task ID 2207856 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
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 website shop confirmation text was rewritten to read more naturally and logically. This improves the customer checkout experience by making the information shown after purchase easier to understand.
Original PR description
The sentence was a bit odd before this commit. After this commit it reads easier and it is more logical. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
The Sales module now uses a clearer name for the email template that adds online sign and pay buttons to quotations. This makes the template easier for teams to identify and manage without changing customer-facing sales behavior.
Original PR description
PURPOSE The purpose of this commit to change the name of view in xml file in slale module. SPECIFICATIONS In Sale, there is a view called oezirhgoi which adds the sign and pay online buttons so we rename the templte "view and pay". LINKS PR#46954 Task:2196751
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 barcode app has been updated with a cleaner, more mobile-friendly interface and easier ways to adjust quantities directly from barcode lines. Warehouse users can also change source or destination locations from the barcode screen and start returns more easily, reducing reliance on barcode scanners and speeding up stock operations.
Original PR description
- Made visual changes in the barcode view; - Remade the line form view for barcode app; - Add buttons to increase transfer quantity on barcode line; - Add the possibility to click on location summary to change the move lines' location directly from the barcode view; - A little ref. in xml/js files. task-2123726
Belgian payroll now supports full-time credit time, including visible zero-value credit time days on payslips. The update also improves payroll accuracy for employees who start or end contracts mid-month, reducing wages and benefits based on actual worked time.
Original PR description
Make possible to take a credit time full time Further more, the credit time days appears on the payslip (at 0 € but it must be visible in the payslip) In the wizard of credit time add a m2o to work entry type: - not required - filled by default with credit time - when the work entries are generated, use this work entries to show credit time off - if not visible show days of in grey TASK-ID: 2145813
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.