hello guys, i want to ask you a question, like example
i have model a with one2many field to model ab and ab have many2one field to model c then in c i have field selection lets say c_type with these options:
1. ca, CA
2. cb, CB
and i put selection field in model a with the same option like in c_type but im added 1 option more so it will be like this:
1. ca, CA
2. cb, CB
3. all, CA & CB
the question is how can i filter domain on field c in model ab if the selection c_type in model a is "all" (that means i want to get record c with c_type in ['ca', 'cb'])? thanks