Widget="selection" With Domain Fields Issue
here is my view xml part here is my model python part 'bpl_company_id':fields.many2one('res.company',
Solution 1:
Dynamic domains are not supported on selection widgets, simple as that
Solution 2:
You have to use an onchange
to set the domain dynamically. Look at this.
Post a Comment for "Widget="selection" With Domain Fields Issue"