I am looking to hide a column's label when in list view, both when I look at a list view on a page and in a form view. The nolabel field attribute doesn't seem to work on list views.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am looking to hide a column's label when in list view, both when I look at a list view on a page and in a form view. The nolabel field attribute doesn't seem to work on list views.
Hi Alex ,
<tree>
<field name="state" string=" "/>
</tree>
Hi,
please Try this
<tree>
<field name="your_field" string=" " />
</tree>
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Feb 25
|
2539 | ||
How to hide a field in list view based on context
Diselesaikan
|
|
1
Okt 23
|
1712 | |
|
0
Nov 24
|
943 | ||
|
2
Jun 20
|
11264 | ||
|
0
Nov 19
|
3805 |
Mr. Alex lazich
"nolabel" attribute only used in Form view.