| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 95 |
| Technical Name |
one2many_mass_select_delete |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 10.0 14.0 15.0 16.0 17.0 18.0 |
One2many Mass Delete Select/Deselect Lines from One2many Field
One2many Mass Select Delete Widget
Key Highlights
Can Delete the selected items from the one2many field
Can Delete the unselected items from the one2many field
Are you ready to make your business more
organized?
Improve now!
Configuration Menu
Add widget='one2many_delete' for the field in xml
When we select a order line we can see two buttons Delete Selected and Delete UnSelected
While click on Delete Selected we can see that selected order line is get deleted .
Click on Delete UnSelected.
Can See all unselected order lines are deleted.
Can Delete the selected items from the one2many field.
Can Delete the unselected items from the one2many field.
Latest Release 18.0.1.0.0
19th October, 2024- Initial Commit
Please log in to comment on this module
There are no ratings yet!
I want to add it to sales order. I can't figure out how to. Can you guide please?
Can't figure out which xml file
Which xml file needs to inherit to add the widget?
Re: Can't figure out which xml file
We can add this field widget to any One2many field by inheriting the appropriate XML view where the field is defined.
There’s no specific XML file that must always be inherited; it depends on where the One2many field is used. You need to locate the relevant view in which the One2many field is declared and inherit that view in your custom module to add the widget.