Daily updates from Odoo
Monday, March 17, 2025
1 change · master
Features or functions removed from Odoo
Rental orders no longer include a dedicated Sign Documents button because the same signature request workflow is now available from the standard cog menu when the Sign app is installed. This removes a redundant integration module while keeping signature capabilities accessible through the shared Sign feature.
Original PR description
**Before this commit:** - Rental orders had a dedicated 'Sign Documents' button in the form view after confirming the Rental Order, allowing users to either sign the document on the spot or send it via email for signature **After this commit:** - Since the 'Request Signature' option is available in the cog menu across all apps after installing the Sign module, a separate renting-sign bridge module is no longer needed. Additionally, the demo data from the renting-sign bridge has been moved to the Sign module's demo data. Affected versions: _master_ Task-[4555707](https://www.odoo.com/odoo/project/4106/tasks/4555707)