Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3820 มุมมอง

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.

อวตาร
ละทิ้ง