Thursday, August 3, 2023
1 change · master
New functionality added to Odoo
Odoo Studio now lets users create custom action buttons directly in form and list views. This makes it easier for businesses to add tailored workflows, such as launching actions or calling model methods, without custom development.
Original PR description
This commit introduces new feature in web_studio to create custom action buttons in form view and list view. When clicking on "add a button" in studio, it opens a dialog to define its label and the method or the action related to the current model that will be bind. These additional buttons are then visible : - For form view, in the "statusbar". - For list view, in the panel action when one or more records are selected. To remove added cutsom buttons, click on it and then remove it in properties sidebar. task-3072937