* Simon Klemenc [2016-05-04 17:20 +0200]:
hi,

Hello,

I want to show a warning message to a user under certain circumstances.
However it seems that once the user checks "dont show again" he won't
receive the message anymore...

Of course he won't since he asked to not be warned again :).

How can i avoid this choice?

On the server side this happens thanks to the raise_user_warning:

   
http://doc.tryton.org/4.0/trytond/doc/ref/models/models.html#trytond.model.Model.raise_user_warning

As you can see the warning_name is used to uniquely identify the
warning and thus allow the user to bypass some of them.

To avoid this just return an always different warning_name.

--
Nicolas Évrard - B2CK SPRL
E-mail/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

--
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20160504162014.GA2412%40localhost.localdomain.

Reply via email to