1

I try bind label text from computation but I don't know how render html.

When put in label static html work fine.

Eg.

enter image description here

Any solution how fix this problem?

user_odoo
  • 2,284
  • 34
  • 55

1 Answers1

1

It's possible to control output escaping in substitution strings. In the label value, use &P71_COMPUTATION!RAW. instead. This is documented here. This is the 21.1 doc but this feature has been around for a while.

Koen Lostrie
  • 14,938
  • 2
  • 13
  • 19