Files
web/web_unclickable/views/web_template.xml
2020-01-07 09:56:13 +01:00

9 lines
313 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="assets_backend" name="web_unclickable" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_unclickable/static/src/css/web_template.css"/>
</xpath>
</template>
</odoo>