It seems like all of the default multi-company record rules are set up so that a user can only see records from his/her company or child companies. I imported all my data under the top-level company, which has two sub-companies. I would like to set up the record rules such that a user from a sub-company can see records from that company or the main company. So far, I have been unsuccessful. I see that there is a "child_of" operator, but I haven't seen a "parent_of" operator. I have also tried the domain "['|',('company_id','=',user.company_id.parent_id.id),('company_id','=',False)]", but that doesn't work, either. What domain string would allow for the aforementioned access?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
3567
أدوات العرض
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
نوفمبر 16
|
3588 | ||
|
0
يوليو 16
|
3600 | ||
|
0
مارس 15
|
3280 | ||
|
2
مارس 24
|
1651 | ||
limit access to customer portal
تم الحل
|
|
2
مايو 17
|
6375 |
Did you find a solution? I'm facing the same problem with ('company_id','=',user.company_id.parent_id.id)