Files
design-themes/theme_zap/views/assets.xml
T
2021-05-25 18:32:22 +02:00

23 lines
626 B
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="base.open_menu" model="ir.actions.todo">
<field name="action_id" ref="website.action_website"/>
<field name="state">open</field>
</record>
</data>
<data>
<template id="less" inherit_id="website.assets_frontend" active="True">
<xpath expr="." position="inside">
<link href="/theme_zap/static/src/less/colors.less" rel="stylesheet" type="text/less"/>
<link href="/theme_zap/static/src/less/theme.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</data>
</openerp>