This question has been flagged
2 Replies
1717 Views

Hi, I need to show a hiden field like this:



I think about xpath but I don't find the correct way, hope you can help me, thanks

Avatar
Discard
Author

the code is this:

<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>

Best Answer

If this field is from any odoo base module, you can enable debug mode go to the specific form and from debug option "edit form view" you can edit the field.

Avatar
Discard
Best Answer

Dear David,

Create a custom module and past the below code

    


Thank you

Avatar
Discard