Daily updates from Odoo
Friday, December 13, 2024
1 change
Enhancements to existing features
The editor’s signature option is now available only in the Knowledge app instead of appearing across all editor-based areas. This keeps other apps cleaner and ensures the signature feature is shown only where it is intended to be used.
Original PR description
### Description of the issue/feature this PR addresses: - The signature command was categorized under `BASIC_BLOC` and accessible in all modules using the editor. ### Desired behavior after PR is merged: - The signature command is now categorized under `PERSONALIZATION`. - It is accessible only in the `Knowledge` module. ### Approach: - Removed `SignaturePlugin` from `MAIN_PLUGINS` and added it as extra plugin. - In `html_field`, the `signatureCommand` prop determines whether the signature command is displayed. - Passed `signatureCommand` as `true` from the Knowledge module to enable the signature command. community: https://github.com/odoo/odoo/pull/189554 task-4224624