[REF] remove half developed functionality that allowed to create on the fly tiles, but that was limited regarding configuration

This commit is contained in:
Sylvain LE GAL
2021-11-02 15:33:18 +01:00
parent ac41778d58
commit f118060672
5 changed files with 0 additions and 152 deletions

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet"
href="/web_dashboard_tile/static/src/css/web_dashboard_tile.css"/>
<script type="text/javascript"
src="/web_dashboard_tile/static/src/js/web_dashboard_tile.js"/>
</xpath>
</template>
</odoo>