From the docs: https://github.com/odoo/owl/blob/master/doc/reference/qweb_templating_language.md#setting-variables
I don't see any way to url encode a string before the templating happens.
For
example, I'm going to pass the company name in url params. The company
name has a space in it, so it needs to be url encoded.
Example code:
https://github.com/t-900-a/moneroodoo/commit/576b7a9cc789809dbeab831c1efc8c4ae45ff518
Any work around?