Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
20814 Переглядів

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.. :-)

Related Posts Відповіді Переглядів Дія
1
вер. 16
12368
1
жовт. 16
4158
1
вер. 15
10831
1
бер. 15
5330
0
лип. 24
1023