Hello odooers,
I search a lot but didn't found so I count on you.
I have developed some reports for my module and it occurs that I have insert variables to my text strings. Like here:
_("You have %s invoices wainting") % len(invoices)
In Python there is no problem. But how do I build this in qweb xml reports? Especially when I'm using html elements?
Thanks in advance for a short hint!
Regards,
Tastenmeister