Hello All,
i want to set domain on Many2one field based on Many2one's sub Many2many field.
i have one Many2one field(A) and this field has Many2many field, and i have another Many2one field(B), i want to filter field B record based on field A's sub many2many field's record.
field B is of model(a.a) and A's many2many sub field model is a.a so how to do this.