hello! i make a wizard class in order to print a xml report.
for class variables, i don't have any problem to call them in my report
i just do:
{
...
<t t-foreach="docs" t-as="o">...
<span t-field="o.variable"/>
...
</t>
....
}
but how can i have data coming from sql query (suppose it's dict type)?