[FIX] web_dashboard_tile : remove obsolete qweb reference to xml file ; restore templates.xml file to include css file

This commit is contained in:
Sylvain LE GAL
2021-12-16 12:11:58 +01:00
parent 6723d3ff92
commit 4a61decb97
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_dashboard_tile/static/src/css/web_dashboard_tile.css"/>
</xpath>
</template>
</odoo>