This question has been flagged

I am working on Odoo 10 enterprise . I have two drop downs showing 'res.users' records in my forms on which i need sync functionality. 

What i want to do that if some user select 'Administrator' in first drop down then i should automatically get removed from second drop down.


Avatar
Discard
Best Answer

Hi Ahsan,

To achieve the above you have to give domain for the second Many2one field based one the first.

You can refer the link, a similar question Link

Avatar
Discard