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

Hi,

I have to hide(Invisible) one column field in Tree View for Specific Companies, like i have configured with 4 companies but this field i want to see in only one company remaining companies will not see this field, Is it possible.

Thanks in Advance.

 

頭像
捨棄
最佳答案

Add groups property for that field...

Example:

 <field name="company_id" groups="base.multi_company"/>

頭像
捨棄
作者

Thanks for reply Deep,I will check and let you know..