I have a field inherit, and I want add an attribute, but conditional. Options no_create if is a group X. Any similar to:
<field name="state_id" position="attributes">
<attribute name="options">{'no_create': [('groups', '==', 'X')]}</attribute>
</field>
I tried different ways (==, =), but nothing.