3
0
Fork 0
web_techsystech/web_dashboard_tile/views/templates.xml

14 lines
347 B
XML

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