Skip to Content
Menu
This question has been flagged
2 Replies
3057 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
8830
2
Jun 20
5938
1
Oct 19
4838
1
Mar 15
14116
2
Mar 15
4969