Hello, I'm using odoo 15.
I have a problem with notifications.
How to change the type to success?
warning = {
'type': 'notyfication',
'title': _("Warning for %s", p.name),
'message': 'Message...',
}
return {'warning': warning}
not working :/