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

Good day,

I'm modifying the recruitment module, and i get a problem in applicant's form view, with one2many field, i have an editable tree view inside the form but that has a label that i don't need to show... Look at the picture:


Is there a way that makes invisible this label?

I'm using odoo 8 in ubuntu 14.04.3 LTS

頭像
捨棄
最佳答案

just add nolabel="1" to your field in the view like:

<field name="many_ids" nolabel="1"/>
頭像
捨棄
作者

Thank you man, saved my day.

thanks for the up vote, happy to help

Thanks Man.. :-)

相關帖文 回覆 瀏覽次數 活動
1
9月 16
12365
1
10月 16
4154
1
9月 15
10820
1
3月 15
5317
0
7月 24
1014