Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2525 Lượt xem

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

i have an error

Ảnh đại diện
Huỷ bỏ

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

Tác giả
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


Câu trả lời hay nhất

Hi Abdifitah Dahir AK  ,


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




thanks



Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 24
7901
1
thg 9 22
2953
1
thg 7 22
6296
1
thg 6 22
7537
7
thg 6 20
6972