Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3811 Prikazi

I want to hide a field in treeview using odoo 9

Avatar
Opusti
Best Answer

Hello PradaOverflow,


You can hide a column using 'invisible' attribute.

For Example,

<field name='code' invisible='1'/>


Hope this helps,

Thank You.

Avatar
Opusti