Skip to Content
Menu
This question has been flagged
2 Replies
1902 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
6461
2
Jun 20
4209
1
Oct 19
3571
1
Mar 15
12381
2
Mar 15
3465