Odoo- Hide field for multiple groups OR visible to multiple groups

Viewed 3845

e. The issue i am facing is that i need to show a field to multiple user groups. I know how to show field to one group

<field name="received_qty" groups="base.test_group" string="Total Received Quantity"/>

but i want to show this field to multiple groups (suppose :'base.group1','base.group2') and then it should be hidden from all other groups which are not listed here

1 Answers
Related