Wednesday, March 22, 2023
6 changes · master
Enhancements to existing features
This update improves how accounting-related imports and commit suggestions are handled, with changes touching core accounting and Italian electronic invoicing. It should make related accounting operations more reliable while limiting the visible impact for day-to-day users.
Original PR description
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
Spreadsheet downloads are improved so users can export spreadsheet content more reliably and with better supporting data handling. This helps teams share and work with spreadsheet reports outside Odoo with fewer interruptions or incomplete data issues.
Original PR description
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
Users can more reliably manage unread messages in Mail and Live Chat. The update also prevents a confusing new-message marker and message flicker when a user posts a message, making conversations feel smoother and clearer.
Original PR description
task-3232911
The timesheet timer is now available directly from list and kanban views. This makes it easier for employees to start or manage time tracking from the views they already use, reducing navigation and improving daily timesheet usability.
Original PR description
task-2276491 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 emoji picker in Odoo Mail now shows recently used emojis, making it faster for users to reuse their favorite reactions and symbols. This small usability improvement helps streamline everyday messaging and collaboration.
Original PR description
Task-2982627 
Resolved issues and error corrections
Users can now switch from webcam video to screen sharing during a call without the previous camera stream blocking the change. This improves reliability for online meetings and includes tests to help prevent the issue from returning.
Original PR description
Before this commit, trying to share screen while using the user video (webcam) wouldn't work because the old stream was kept instead of trying to obtain a new one. This commit fixes this issue, does a small cleanup of `rtc_service.js` and adds tests related to streams.