跳至内容
菜单
此问题已终结
7 回复
11419 查看

Hi all, I´m testing OpenERP v7 funcionalities and I have a question about project views. I have configured various project assuming that projects member can view only those projects where they are involved. Projects are configured as "only followers". The problems comes when team member cannot see the projects they are involved unless they the become also "followers" or the project becomes "public".

Is there anyway to cofigure rigth access so that project member can see by default the projects they are involved.

Thank you very much!!

形象
丢弃
最佳答案

Hi Mr. Oliver

create an access rule inside / settings--> security -- > Record Rules -->

select object ( project ) and put this code

['|',('members','in', [user.id]),('user_id','=',user.id)]

in Rule Definition (Domain Filter) field and fill other fields as you want and then see effect

add specific project user in project -- Team TAB

Thanks

形象
丢弃

Thx for that answer!

Could you please have a look at this question:

http://help.openerp.com/question/40960/how-to-use-access-rights-and-record-rules/

how do we apply this specific rule to the project, i didnt understand last "add specific project user in project" line

最佳答案

Set the Privacy/Visibility to "Employees only" on the specific project. From here you have two options:

  • Create the following Record Rule in Settings --> Security --> Record Rules:
    • object/model: project.project
    • name: See team project only
    • domain:['&', ('privacy_visibility', 'in', ['employees']), ('members','in', [user.id])]
    • apply for read: [x]
    • apply for write: [x]
    • apply for create: [x]
    • apply for delete: [x] Since it's a global rule, you shouldn't set any group restriction.

OR

  • Edit Record Rule:
    • "Project: employees: public, portal, employees or following"
    • Domain: ['|','|', ('privacy_visibility', 'in', ['public', 'portal']), '&', ('privacy_visibility', 'in', ['employees']), ('members','in', [user.id]), '&', ('privacy_visibility', '=', 'followers'), ('message_follower_ids', 'in', [user.partner_id.id])]

Please note that I'm a newbie, but for me both solution worked.

形象
丢弃

Thanks for this. I tried the second option and it worked perfectly in v8

最佳答案

You can try with record rules on projects menu...

形象
丢弃
最佳答案

how can we enable both ,

-project members can see those projects

-followers can also see the project

形象
丢弃
相关帖文 回复 查看 活动
1
10月 24
68965
2
12月 23
25524
2
10月 22
2230
1
10月 21
9427
5
1月 24
14275