I want to give a manager (not an admin) to see the employees that work for him pipeline
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
1893
瀏覽次數
You would require to modify the record rules for it. When you mean manager do you refer to employee's manger as defined in Employees App or do you refer to team leader defined on the sales team?
The below is for employee's manager in Employee (HR) App
['|','|',('user_id','=',user.id),('user_id.employee_ids.parent_id.user_id', '=', user.id),('user_id','=',False)]
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
5月 23
|
3877 | ||
|
0
7月 25
|
1426 | ||
|
0
8月 24
|
2277 | ||
|
2
5月 25
|
2514 | ||
|
0
9月 25
|
1987 |