Hello I want to put a variable between <style> sentence on qweb reports
I already setting the variable on model and views, the variable will set the color for a table style, I tried with this sentence, but doesn't work:
<style type="text/css">
.title{
color:#<span t-esc="o.company_id.cr_invoice_color"/>;
font-size:24px;
</code>