コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4531 ビュー

Hello,

When im calling python method in cron that retrun action_warn  notification is not worked. Can any body help me plz. Thank you. Cron is working but no notification is showed.

def sent_notification(self):

print ('sending notifications')

return {

'type': 'ir.actions.client',

'tag': 'action_warn',

'name': 'sent_notification',

'params': {

'title': 'Nouveau document est arrivé !',

'text': 'Vous devez consulter ta boite de reception de document.',

'sticky': True

}

}


アバター
破棄

Hello have you succeeded to get that done ? if yes please share and Choukran for that in advance Good day

関連投稿 返信 ビュー 活動
1
1月 24
2655
0
4月 22
4269
0
12月 15
4847
1
9月 15
17129
3
9月 23
12035