İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3808 Görünümler

I want to hide a field in treeview using odoo 9

Avatar
Vazgeç
En İyi Yanıt

Hello PradaOverflow,


You can hide a column using 'invisible' attribute.

For Example,

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


Hope this helps,

Thank You.

Avatar
Vazgeç