Files
web/web_dashboard_tile/views/templates.xml
Sylvain LE GAL 6055bd3b2d [MIG][12.0] web_dashboard_tile
- refactor tile category
- improve description
- add legalsylvain as maintainer
- update code and translation
2021-10-21 19:51:45 +02:00

15 lines
433 B
XML

<?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>