Thursday, July 31, 2025
3 changes · master
Enhancements to existing features
Users now see a clearer popup explaining why signed documents cannot be deleted. This replaces a technical or unclear error, making the signing workflow easier to understand and reducing confusion.
Original PR description
Before: - Deletion of signed documents(`state='signed'`) was blocked with a technical or unclear error message. After: - A more user-friendly popup message is shown when attempting to delete a signed document. Impact: - Improve user experience by clearly explaining why deletion is not allowed for signed documents task-4879592
Room booking and VoIP features were updated to work with a new browser tab coordination mechanism. This helps ensure these services behave reliably when users have Odoo open in multiple tabs.
Original PR description
https://github.com/odoo/odoo/pull/218332 introduced a new master tab election mechanism. Adapt enterprise code for it. community: https://github.com/odoo/odoo/pull/218332
IoT device records now show which Point of Sale they are configured with. This makes it easier for users to identify and manage devices used in PoS setups without searching through separate configuration screens.
Original PR description
In order to ease the configuration and use of IoT devices in PoS, we now display the PoS where devices are configured directly on device records. Task: 4901312 Forward-Port-Of: odoo/enterprise#88819