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>
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistracijaRelated Posts | Replies | Rodiniai | Veikla | |
---|---|---|---|---|
|
2
vas. 25
|
2525 | ||
|
1
spal. 23
|
1705 | ||
|
0
lapkr. 24
|
939 | ||
|
2
birž. 20
|
11259 | ||
|
0
lapkr. 19
|
3803 |
Mr. Alex lazich
"nolabel" attribute only used in Form view.