Daily updates from Odoo
Thursday, August 8, 2024
1 change
Code cleanup and technical improvements
The editor toolbar configuration was updated to follow the same structure as the command menu, making it easier to organize and extend. This helps teams add toolbar actions within existing categories more consistently across areas such as appointments, knowledge articles, and report editing.
Original PR description
The purpose of this commit is to modify the api used to define toolbar elements so that it is like the powerbox api. We're therefore going to replace toolbarGroup by toolbarCategory/toolbarCommands. These are the equivalents of powerboxCategory and powerboxCommands. Thanks to this new API, a plugin can add a command to an existing category.