This question has been flagged

i want change fields labels/string via python is it possible any solution, your suggestion please how i can achieve my goal  ?

Avatar
Discard
Best Answer

Hello Usman,

<field name="name" string="Label1" attrs="{'invisible':your_Condition}"/>

<field name ="name" string="Label2" attrs="{'invisible:'your_condition'}" />

Thanks

Avatar
Discard