From 64f919f6a1328d494dee3676df93b42e04328bd3 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 16 Dec 2021 12:11:58 +0100 Subject: [PATCH] [FIX] web_dashboard_tile : remove obsolete qweb reference to xml file ; restore templates.xml file to include css file --- web_dashboard_tile/__manifest__.py | 2 +- web_dashboard_tile/views/templates.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 web_dashboard_tile/views/templates.xml 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 @@ + + + + + +