Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3 Respostas
7775 Visualizações

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
Cancelar

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

Melhor resposta

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

Avatar
Cancelar
Autor

Thanks. It was really helpful.

Melhor resposta

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
Cancelar
Melhor resposta

I export the putaway routes and change the data there.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
nov. 19
5021
1
fev. 19
7207
1
nov. 18
4555
2
dez. 22
5084
0
abr. 22
2250