I want to add some custom attributes to the field label of xml, such as:
<group>
field name="a" custom="value"/>
</group>
custom="value" is my custom label.
But it seems that odoo will erase the label it can not recognise.
How to add it?
I want to add some custom attributes to the field label of xml, such as:
<group>
field name="a" custom="value"/>
</group>
custom="value" is my custom label.
But it seems that odoo will erase the label it can not recognise.
How to add it?