Hello,
I'm trying to trigger a server action with the id (510) through automated action.
There is nothing that happens, nothing triggered.
this is the code inside the autometed action
action = { 'type': 'ir.actions.server', 'id': 510 }
what is my mistake, kindly help me.
Automated Action in Odoo: https://learnopenerp.blogspot.com/2020/05/how-to-create-scheduled-action-in-odoo.html
thanks a lot, I got a full knowledge about returning actions in Odoo.