diff --git a/web_dashboard_tile/__manifest__.py b/web_dashboard_tile/__manifest__.py index cbada6744..9e8c14159 100644 --- a/web_dashboard_tile/__manifest__.py +++ b/web_dashboard_tile/__manifest__.py @@ -16,6 +16,7 @@ "data": [ "security/ir.model.access.csv", "security/ir_rule.xml", + "views/templates.xml", "views/menu.xml", "views/tile_tile.xml", "views/tile_category.xml", @@ -24,5 +25,4 @@ "demo/tile_category.xml", "demo/tile_tile.xml", ], - "qweb": ["static/src/xml/web_dashboard_tile.xml"], } diff --git a/web_dashboard_tile/views/templates.xml b/web_dashboard_tile/views/templates.xml new file mode 100644 index 000000000..69acf7d7c --- /dev/null +++ b/web_dashboard_tile/views/templates.xml @@ -0,0 +1,10 @@ + + + + + +