跳至內容
選單
此問題已被標幟
2 回覆
3415 瀏覽次數

Hi,

I've related department_id from hr_employees in some entities like analytic_account, res_partner, project_project and I'd like to filter this entities using user logged department.

Example: The user logged must access projects from his department
The user logged must access customers (partners) from his department
The user logged must access analytics accounts from his department.

I'm trying to filter using rules and groups in that entities using this:
[('department_id.member_ids.user_id','=', 'user.id')]
[('department_id','=',user.id.employee_id.department_id)]
[('department_id','=',user.context_department_id.id)]

But it's not working.

Can you help me? Any example?

Thanks


頭像
捨棄
作者 最佳答案

Vishal,

Thanks for your response.

I was thinking the same, but, any ideas how to check my user_id logged with department_id?

In many companies, it's very common separate information like partners, opportunities, projects, accounts, into differents internal departments.

Regards

頭像
捨棄
最佳答案

Hello Santiago,

You are not getting through because you can fetch a related user from the employee but not the other way round. Hope this helps.

Vishal Ratani

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
7月 25
789
1
5月 25
1521
1
5月 25
1728
2
3月 25
1446
1
3月 25
1705