Wednesday, November 6, 2024
3 changes · 18.0
Enhancements to existing features
The website editor now keeps image tooltips visible for as long as a visitor or editor keeps the cursor over the image. This makes image-related guidance easier to read and improves the editing experience without changing core business workflows.
Original PR description
This commit enhances tooltip behavior. Previously, the tooltip was displayed for only a brief period. Now, it remains visible as long as the cursor hovers over the image. task-4285601 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Document workflow rules are being adjusted so they can be migrated more easily, especially when documents may be linked to different business records chosen at the time of use. Sign document template creation is also made more flexible, reducing migration friction for existing workflow configurations.
Original PR description
Workflow rule can be configured to link a document to any model (the user has to choose the model when executing the action). In order to migrate such workflow rule, we make the parameter model of the method action_link_to_record optional. Also to ease the conversion of workflow rule into server action, we make the folder_id optional on the method document_sign_create_sign_template_x of documents_sign. Task-4283330
This update prepares document workflow rules for migration by allowing some linking and signing setup details to be chosen later rather than required upfront. It helps existing document automation rules convert more reliably into the newer server action approach with minimal user-facing disruption.
Original PR description
Workflow rule can be configured to link a document to any model (the user has to choose the model when executing the action). In order to migrate such workflow rule, we make the parameter model of the method action_link_to_record optional. Also to ease the conversion of workflow rule into server action, we make the folder_id optional on the method document_sign_create_sign_template_x of documents_sign. Task-4283330