Wednesday, March 6, 2024
5 changes · 17.0
Resolved issues and error corrections
The Amounts to Settle view now shows a more useful Name column instead of the confusing Display Name column. Users can also search by journal entry, making it easier to review and audit settlement-related accounting items.
Original PR description
This commit fixes the amounts to settle view which currently shows a "Display Name" column which makes no sense and is missing a search option for journal entries. --- enterprise: https://github.com/odoo/enterprise/pull/54137 task-3640027 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Knowledge editor now includes a keyboard shortcut (Alt+G) for the "Generate an Article with AI" button in the editor toolbar. This improvement makes it faster and easier for users to access the AI generation feature without using the mouse.
Original PR description
When the user presses the `Alt` key in the Knowledge editor, there is no hotkey assigned to the button "Generate an Article with AI" located in the wysiwyg helper. This commit addresses the issue by defining a hotkey for that button. For that button, we will use the "G" key to refer to "Generate". task-3777661
This update corrects how phone numbers are displayed on the Thank You page when employees complete their salary contract signing. Previously, the system was pulling phone information from the wrong source; now it correctly retrieves it from the employee's profile, ensuring employees see accurate contact information in their contract confirmation.
Original PR description
This PR fix the functionality of the salary configurator's Thank You page when employees sign their contracts. The fix involves considering the phone number from the employee's profile instead of relying on res_partner. task-3686819 Forward-Port-Of: odoo/enterprise#54485
This update resolves a visual flicker issue that occurred when users hovered over buttons on the course page. The fix improves the user experience by eliminating the distracting visual glitch, making course navigation smoother and more polished.
Original PR description
This commit fixes the flicker issue of buttons hovering over content on the course page. Task-3751285 Forward-Port-Of: odoo/odoo#156380 Forward-Port-Of: odoo/odoo#155869
This update fixes a visual inconsistency in search bars and similar input groups where buttons were not matching the rounded corner styling of the input fields. When users customize the border radius of inputs in the Website theme settings, the search button now properly displays with the same rounded corners, creating a polished and consistent appearance.
Original PR description
Since the commit [1] introducing Bootstrap 5, buttons within input groups (e.g., "search bars") no longer have the same border-radius as the inputs. Steps to reproduce the bug: - In Website edit mode, drag and drop a "Search" snippet onto the page. - Click on the "Theme" tab. - Set the inputs "Border Radius" option to 25px. - Bug: The border-radius is not applied to the right side of the search bar. [1]: https://github.com/odoo/odoo/commit/9ea13513342b14e6b8d4e10e162b618a6ab2cce0 task-3662985 Forward-Port-Of: odoo/odoo#156499 Forward-Port-Of: odoo/odoo#154235