mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
11 lines
301 B
XML
11 lines
301 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>
|