openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #25375
[Bug 1201607] Re: Record Rule: Project/Phase: portal users: public or portal and following
[Expired for OpenERP Addons because there has been no activity for 60
days.]
** Changed in: openobject-addons
Status: Incomplete => Expired
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1201607
Title:
Record Rule: Project/Phase: portal users: public or portal and
following
Status in OpenERP Addons (modules):
Expired
Bug description:
Invalid field "message_follower_ids" & "user_id" when accessing
projects as portal user.
I am new to OpenERP, so not sure if I've misconfigured something.
Changed to reference "project_id.message_followers_ids" and "project_id.user_id" and seems to work.
['|',
('project_id.privacy_visibility', '=', 'public'),
'&',
('project_id.privacy_visibility', 'in', ['portal', 'followers']),
'|',
('project_id.message_follower_ids','in', [user.partner_id.id]),
('project_id.user_id', '=', user.id),
]
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1201607/+subscriptions