تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2516 أدوات العرض

i have this code 
how can i add odoo14 filter many2many read by user's department.

i have an error

الصورة الرمزية
إهمال

I can't see your code. Please share your code to help you.

الكاتب
domain_force in ir.rule you can read this code 
<field name="domain_force">['|', '|', ('department_id', '=', False), ('department_id', 'in', [dep.id for dep in user.department_ids])]field>

so I need to read my filter in search view

<filter name="my_departments" string="My Departments" domain="[('department_id', 'in',[dep.id for dep in uid.department_ids])]"/>
this code there is an error please help if you know how to read filter user's department_ids


أفضل إجابة

Hi Abdifitah Dahir AK  ,


if you have defined this field 'department_id' in your model, then try this filter:




thanks



الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أغسطس 24
7876
1
سبتمبر 22
2932
1
يوليو 22
6286
1
يونيو 22
7521
7
يونيو 20
6960