Skip to Content
Menu
This question has been flagged

Is there any way to update the selected records in a tree view by user interaction?

I want to change the manufacturing orders routing from the list (tree view) in bulk. The user should be able to select the routing and then apply changes. What is the best approach?

Avatar
Discard

For the latets odoo versions, add multi_edit="1", see: https://www.youtube.com/watch?v=1DHBLeil9bc

Best Answer

That you can do it by OCA's Mass Edit module which is available in all the Odoo versions.

Avatar
Discard
Author

Thanks. It was really helpful.

Best Answer

You can also export the data from the tree view (ID and the routing fields) into an importable csv file, update the values in the routing field and re-import the csv file without touching the IDs.

Avatar
Discard
Best Answer

I export the putaway routes and change the data there.

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 19
4966
1
Feb 19
7085
1
Nov 18
4514
2
Dec 22
5023
0
Apr 22
2210