跳至內容
選單
此問題已被標幟
1 回覆
3815 瀏覽次數

I want to hide a field in treeview using odoo 9

頭像
捨棄
最佳答案

Hello PradaOverflow,


You can hide a column using 'invisible' attribute.

For Example,

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


Hope this helps,

Thank You.

頭像
捨棄