mirror of https://github.com/OCA/web.git
commit
f51655412e
|
@ -16,6 +16,7 @@
|
|||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/ir_rule.xml",
|
||||
"views/templates.xml",
|
||||
"views/menu.xml",
|
||||
"views/tile_tile.xml",
|
||||
"views/tile_category.xml",
|
||||
|
@ -24,5 +25,4 @@
|
|||
"demo/tile_category.xml",
|
||||
"demo/tile_tile.xml",
|
||||
],
|
||||
"qweb": ["static/src/xml/web_dashboard_tile.xml"],
|
||||
}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<?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>
|
Loading…
Reference in New Issue