Skip to Content
Menu
This question has been flagged
2 Replies
2663 Views

Hello. I want to have my xpath customisations to take effect depending on the value of another boolean field. In other words, is it possible to show the default view of res.partner when a boolean is checked and the inherited and customised view when the boolean isn't checked. Every answer is appreciated, thank you.

Avatar
Discard
Best Answer

Hi,

Showing or hiding the fields based on this boolean field will help ? If yes, you can easily achieve it using attrs in Odoo.


Sample: attrs="{'invisible': [('state', '!=', ('option'))]}"

Video: Conditionally Hide Fields in Odoo


Thanks

Avatar
Discard
Author Best Answer

I don't think I can as I've manipulated the default fields in the view too. I think putting attrs would just make them invisible, not the way they were as default.

Avatar
Discard
Related Posts Replies Views Activity
1
May 22
3318
2
Aug 19
19876
1
Nov 24
1397
5
Jul 24
92453
1
Dec 23
2855