Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2794 Visninger

I cant figure out why this notfication wont show. Its the exact format from another inbuilt module. I would appreciate your help

Im on v15


def _send_notification(self):
​if not self._is_applicable():
​return {
​'type': 'ir.actions.client',
​'tag': 'display_notification',
​'params': {
​'message': _("Nothing to send"),
​'type': 'info',
​'sticky': False,
​}
​# do other stuff
Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
dec. 15
4371
2
dec. 15
635
0
mar. 15
3706
1
mar. 15
4712
3
jun. 24
1792