| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 240 |
| Technical Name |
one2many_tree_checkbox |
| License | LGPL-3 |
This module adds checkbox selection to one2many and many2many fields in Form views
Users can select records via checkboxes and get the IDs of selected records through button actions
Supports dropdown button groups and standard single buttons
Usage instructions
In the view definition, specify buttons through the options.buttons parameter. Buttons should be provided as a list, where "label" is the button text and "action" is the corresponding JavaScript function to execute.
Usage Example
Please log in to comment on this module