Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3972 Visualizações

Hello all,

Using PaaS Odoo, version 14.0

I would like to create an automation in Odoo so that after "confirm order" is clicked on a purchase order, it will automatically generate a "schedule activity" for that purchase order.


Is there a way to do this in Studio or will it require some custom python code?


Thanks in advance

Avatar
Cancelar
Melhor resposta

You can create from Automated actions .. settings>technical>actions while on developer mode. If you don't view this menu, you would have to install from Apps 'Automated Action Rules' module.

Create new:

Model Purchase Order
Trigger - On Update
Trigger Fields - Status (purchase.order)
Apply on - Status '=' Purchase Order
Action to do - Create Next Activity

You can then select the activity to be created and whom to be assigned and Due Date

Avatar
Cancelar
Autor

Thank you Jaideep - perfect response and exactly what I wanted

Publicações relacionadas Respostas Visualizações Atividade
2
ago. 25
301
2
ago. 25
1369
2
mai. 25
2105
0
fev. 25
1473
1
jan. 25
2082