Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
7742 Переглядів

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?

Аватар
Відмінити

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

Найкраща відповідь

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

Аватар
Відмінити
Автор

Thanks. It was really helpful.

Найкраща відповідь

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.

Аватар
Відмінити
Найкраща відповідь

I export the putaway routes and change the data there.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
лист. 19
4992
1
лют. 19
7141
1
лист. 18
4529
2
груд. 22
5045
0
квіт. 22
2232