Skip to Content
Menu
This question has been flagged
2 Replies
2823 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
Related Posts Replies Views Activity
3
Apr 21
8282
2
Jun 20
5573
1
Oct 19
4541
1
Mar 15
13750
2
Mar 15
4534