Monday, September 30, 2024
2 changes · master
Enhancements to existing features
Video calls are now better protected when a user closes a browser tab. If another available browser tab is open, the system will try to recover the ongoing call there, reducing accidental call interruptions.
Original PR description
**Current behavior before PR:** Closing a browser tab with an ongoing video call terminates it. **Desired behavior after PR is merged:** If another available browser exists, it will attempt to recover the call. Task-3244140 [COMMUNITY PR](https://github.com/odoo/odoo/pull/174201)
Resolved issues and error corrections
Users opening Documents from a project are now taken straight to that project's folder, making it faster to find and upload project files. Folder navigation is also corrected so users can move through document folders as expected.
Original PR description
Open the documents app directly in the project's folder allows quicker access to documents and upload. We also correct view contexts to show folders to allow navigation. (Setting `action_id` to `False` for updating existing records, see `check_only_one_action_defined`) Task-4216195