How to hide the tree view field in odoo 16?
This question has been flagged
1
Reply
667
Views
Hi,
Try this: column_invisible
eg: attrs="{'column_invisible': [('parent.has_kits', '=', False)]}"/>
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up