17 lines
617 B
XML
17 lines
617 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="assets_backend" name="dp_style assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/less" href="/dp_style/static/src/less/variables.less"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="assets_editor" name="dp_style assets_editor" inherit_id="web_editor.assets_editor">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/less" href="/dp_style/static/src/less/web_variables.less"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|