[REF] test_themes: remove owl="1" from the templates

As all the templates are now imported in the owl app, there is not need
anymore to specify the owl="1" attribute in the templates.

Part of task~3443861

closes odoo/design-themes#686

Related: odoo/enterprise#45020
Related: odoo/odoo#130467
Signed-off-by: Samuel Degueldre (sad) <sad@odoo.com>
This commit is contained in:
Jorge Pinna Puissant
2023-08-09 08:47:54 +00:00
parent feed58b94b
commit f7f7016efb
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="test_themes.ThemeTooltip" owl="1">
<t t-name="test_themes.ThemeTooltip">
<img t-att-src="url" width="150"/>
</t>