odoo/addons/website_forum/models
Olivier Dony 6377699c44 [FIX] website_forum: check karma access on direct message edit/unlink too
Access rights on messages are derived from the
access rights on the documents they are attached
to. Due to the karma-based nature of the forum
access rights, these do not automatically reflect
on messages, because they are not implemented as
access rules.
The check_mail_message_access() needs to be
overriden to achieve the same effect.

+ allow calling super().check_mail_message_access()
from new API (useful in forward-port)
2015-04-07 10:10:20 +02:00
..
__init__.py [IMP] website_blog: moved res_users inheritance into its own file, and added 2014-04-10 12:16:58 +02:00
forum.py [FIX] website_forum: check karma access on direct message edit/unlink too 2015-04-07 10:10:20 +02:00
gamification.py Allow overwrite of the serialising method to exclude some categories in the challenge search 2014-04-15 15:48:09 +02:00
res_users.py [IMP] [TEST] website_forum: security fixes + tests 2014-10-23 11:36:03 +02:00