How reduce string length in qweb?
Example:
<p t-field="doc.name" />
return stackoverflow I want remowe last 8 character and get stack
<p><t t-esc="doc.name[:-8] if doc.name else ''"/></p>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With