Hello all,
I have a problem with the warning message in V9 .
In my onchange, I want return a no blocking message . For this I use this piece of code .
message = {'title': _('Title'),'message': _('Message')}
return {'value': {}, 'warning':message}
but Odoo don't show my message.
Many thanks in advance for you assistance.