[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:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<templates xml:space="preserve">
|
<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"/>
|
<img t-att-src="url" width="150"/>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user