Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3809 Zobrazení

I want to hide a field in treeview using odoo 9

Avatar
Zrušit
Nejlepší odpověď

Hello PradaOverflow,


You can hide a column using 'invisible' attribute.

For Example,

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


Hope this helps,

Thank You.

Avatar
Zrušit