Daily updates from Odoo
Thursday, February 13, 2025
1 change · master
Code cleanup and technical improvements
The Sign app’s selection field has been streamlined after recent interface changes. This reduces unnecessary processing and makes the feature easier to maintain, with no expected disruption for users.
Original PR description
Following recent Sign UI changes, the selection field no longer relies on the tags view. This commit refactors the selection field logic to remove the `many2many_tags_field` component. This significantly reduces overhead and improves maintainability. Unused `Many2OneField` have also been removed from SignTemplateSidebar.