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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
3
apr. 25
|
4933 | ||
|
1
ian. 25
|
3791 | ||
|
5
nov. 23
|
43282 | ||
Create dynamic tree view
Rezolvat
|
|
3
sept. 23
|
9614 | |
|
1
sept. 22
|
3902 |
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 ?