mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
- refactor tile category - improve description - add legalsylvain as maintainer - update code and translation
15 lines
433 B
XML
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>
|