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.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
3
أبريل 25
|
4939 | ||
|
1
يناير 25
|
3791 | ||
|
5
نوفمبر 23
|
43284 | ||
Create dynamic tree view
تم الحل
|
|
3
سبتمبر 23
|
9616 | |
|
1
سبتمبر 22
|
3905 |
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 ?