-
- Downloads
[IMP] tools: do not export attribute content
Nodes like <attribute name="t-on-dragenter.stop.prevent">() => state.dropzoneVisible = true</attribute> should not be exported in the translations files but <attribute name="string">Hello World</attribute> should be kept It was already the case in the xml processing method for server side templates. Since 16.0, client side QWeb views also use the same inheritance mechanism than the one on the server side so the exception needs to be replicated. Part-of: odoo/odoo#100958
Please register or sign in to comment