Skip to Content
Menu
This question has been flagged
2 Replies
2758 Views

In tree view,after selected 6 employees, when I edit one of them to change the department,should pop up a message about "Do you want to set the value on the 6 valid selected records" .

So my question is how should I edit the code of *.py and *.xml and make the above function works? 

Avatar
Discard
Best Answer

Hi,

By default this feature is there in Odoo v13, If you are using below version, please check the odoov13 code and do accordingly in your version.

If you are using the v13 itself and you need the above in your tree view, you can add multi_edit="1" along with your tree definition.

Sample: <tree multi_edit="1">

See how it works in Odoo13: How To Enable Mass Editing In Tree View Odoo13


Also you can check this module in Odoo store, which provides similar functionality(not same).

Mass Editing: https://www.odoo.com/apps/modules/11.0/mass_editing/

Thanks

Avatar
Discard
Author Best Answer

Thank you for your answer.It works now.

Avatar
Discard
Related Posts Replies Views Activity
0
Oct 24
3
5
Nov 23
40240
3
Sep 23
7668
2
Jan 24
2316
1
Sep 22
2135