Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 81 |
Technical Name |
x2many_list_export_all |
License | LGPL-3 |
X2ManyField list export all data
X2ManyField, List view, Export, Xlsx.
You can quickly export the data from a list view in a one2many or many2many relationship using a button.


Usage
Set the widget
Add attribute to the x2many field tag: widget="x2many_export_all"
.
Enable this feature by setting export_xlsx="True"
in the `tree`
sub-tag of X2ManyField
.
In Odoo, the export_xlsx
option is set to True
by default. If you want to disable this feature, you can either remove the widget
or set export_xlsx="False"
.

Please log in to comment on this module