[FIX] project_issue: fixed write of date_action_last: it is possible to post a messag...
authorThibault Delavallée <tde@openerp.com>
Tue, 28 May 2013 14:44:47 +0000 (16:44 +0200)
committerThibault Delavallée <tde@openerp.com>
Tue, 28 May 2013 14:44:47 +0000 (16:44 +0200)
commitcdffc4db54e7f385bd2a283f91ae2e65b1268bd7
tree2e72f1020e6204b1eb6c3b5688ff06989b91c147
parent2d8f1f43276b6fe2d62bfe8666c771e34d096104
[FIX] project_issue: fixed write of date_action_last: it is possible to post a message without having access to write access rights on an issue, therefore using SUPERUSER_ID (e.g. portal user).

[FIX] mail_message, mail, project, task, issue: it is now possible to have model-specific access rule checking for mail.message related acces right / rules. Task and issue allow to create mail.message when the user has a read access on the related document, not only when having write access.

bzr revid: tde@openerp.com-20130528144447-3ivcom6r9x7q949b
addons/mail/mail_message.py
addons/mail/mail_thread.py
addons/project/project.py
addons/project_issue/project_issue.py