hiii,
i need field on which apply widget=html. but didnt work with tree view.
if any one have any idea about how to display html field in tree view then please let me know.
thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hiii,
i need field on which apply widget=html. but didnt work with tree view.
if any one have any idea about how to display html field in tree view then please let me know.
thank you.
change the field into Fields.Html(), it will works.
oh, I misunderstand.
it better to add a char-compute-field witch depends on the html-field.
Let new field = html-field.
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
abr 25
|
4951 | ||
|
1
ene 25
|
3797 | ||
|
5
nov 23
|
43292 | ||
Create dynamic tree view
Resuelto
|
|
3
sept 23
|
9619 | |
|
1
sept 22
|
3910 |
I think html widget would not work for tree view because html widget defined only in the view_form.js not in view_tree.js
it is posibble if we decode data of tree view field(widget=html).? so we can display in bold ?