Skip to Content
Menu
This question has been flagged
1 Reply
3516 Views

I want to hide a field in treeview using odoo 9

Avatar
Discard
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
Discard