Friday, June 14, 2024
5 changes · master
Enhancements to existing features
This update adds a dedicated accounting entry needed for Indian payroll handling. It helps businesses using Odoo in India record payroll-related amounts more accurately and consistently within the local accounting setup.
Original PR description
task-3387234
The channel invitation popover now keeps the invite link area visible even when there are many suggested users. This makes it easier for users to find and share the invite URL without scrolling through a long list.
Original PR description
The invite URL on this popover was barely visible when the list of suggested users is long. Task-3551709
This update refreshes internal tests for Odoo's web drag-and-drop behavior and includes a small correction for Firefox on mobile devices. It helps keep interactive web features reliable across browsers without changing day-to-day workflows for users.
Original PR description
task-3705027 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
This update removes an outdated notification mechanism from the Mail app that was no longer needed after live chat users became regular channel members. It helps simplify the messaging system and avoids duplicate or unnecessary internal notifications without changing the user experience.
Original PR description
Since [1], the usage of channel uuid has been removed. Indeed, live chat users are now real channel members so there is no need for another notification mechanism. This PR removes a notification that was missed during the conversion. [1]: https://github.com/odoo/odoo/pull/152659
The spreadsheet locale indicator now appears in a neutral blue instead of red when the spreadsheet locale differs from the user's locale. This keeps users informed about date and number formatting expectations without implying that something is wrong.
Original PR description
there's currently a small globe on the top-right corner displayed when the spreadsheet locale is different than the user's locale. The goal is to draw attention of the user that he needs to write numbers and dates accordingly. The globe is currently red, which might be scary. The user might think something is wrong. This task changes the globe color to a more neutral "info" blue. Task: 3989485