From e5f75b67c03879da195d6611ad93ceae349a6b59 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Thu, 14 Nov 2013 10:59:07 +0100 Subject: [PATCH] [FIX]portal_claim: change of record rule for portal group for object portal.claim, to change behaviour: portal users can now create claims in the portal, read their claims, but cant edit or delete them. They can post messages in the chatter if they want to add something bzr revid: dle@openerp.com-20131114095907-ge8f97r6kxnv06fx --- addons/portal_claim/security/portal_security.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/addons/portal_claim/security/portal_security.xml b/addons/portal_claim/security/portal_security.xml index af5261c408b..1f96da4ef9e 100644 --- a/addons/portal_claim/security/portal_security.xml +++ b/addons/portal_claim/security/portal_security.xml @@ -1,17 +1,15 @@ - - + Portal Personal Claims - [('message_follower_ids','in', [user.partner_id.id])] + ['|', ('message_follower_ids','in', [user.partner_id.id]), ('partner_id','=', user.partner_id.id)] - - + + - + -