Friday, February 3, 2023
2 changes · master
Features or functions removed from Odoo
Unused table-editing toolbar code was removed from the web editor because those controls are no longer shown. This simplifies the editor codebase and reduces maintenance overhead without changing the current user experience.
Original PR description
[REM] web_editor: remove table-related code from toolbar [REM] web_editor: remove unused method _isSelectionOnlyZws task-3074598 PR enterprise: https://github.com/odoo/enterprise/pull/36356
An obsolete reference in Studio to an editor toolbar element was removed because that element no longer exists. This keeps Studio aligned with the updated editor and helps avoid maintenance issues without changing user-facing functionality.
Original PR description
This PR removes a mention to `#table` div of `web_editor.toolbar`, as it is being removed by the commit in community version. task-3074598 Community PR: https://github.com/odoo/odoo/pull/111131