Merge lp:~openerp-dev/openobject-addons/trunk-bug-1233410-ssh into lp:openobject-addons

Proposed by Sunil Sharma(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1233410-ssh
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
portal_claim/security/portal_security.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1233410-ssh
Reviewer Review Type Date Requested Status
Turkesh Patel (openERP) (community) Approve
OpenERP Core Team Pending
Review via email: mp+200629@code.launchpad.net

Description of the change

Hello,

       I have improve portal personal claims record rules in portal_claim modules.

Thanks
Sunil Sharma (SSH)

To post a comment you must log in.
Revision history for this message
Turkesh Patel (openERP) (turkesh-tinyerp) :
review: Approve

Unmerged revisions

9038. By Sunil Sharma(OpenERP)

[imp]:improve record rules in portal_claim

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'portal_claim/security/portal_security.xml'
2--- portal_claim/security/portal_security.xml 2013-11-14 09:59:07 +0000
3+++ portal_claim/security/portal_security.xml 2014-01-07 06:45:19 +0000
4@@ -4,7 +4,7 @@
5 <record id="portal_claim_rule" model="ir.rule">
6 <field name="name">Portal Personal Claims</field>
7 <field ref="crm_claim.model_crm_claim" name="model_id"/>
8- <field name="domain_force">['|', ('message_follower_ids','in', [user.partner_id.id]), ('partner_id','=', user.partner_id.id)]</field>
9+ <field name="domain_force">['|', ('message_follower_ids','=', user.partner_id.id), '|' ,('partner_id','=', user.partner_id.id), ('user_id','=', user.id)]</field>
10 <field name="groups" eval="[(4, ref('portal.group_portal'))]"/>
11 <field eval="0" name="perm_unlink"/>
12 <field eval="0" name="perm_write"/>

Subscribers

People subscribed via source and target branches

to all changes: