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.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
3
apr 25
|
4949 | ||
|
1
gen 25
|
3795 | ||
|
5
nov 23
|
43290 | ||
Create dynamic tree view
Risolto
|
|
3
set 23
|
9618 | |
|
1
set 22
|
3907 |
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 ?