23 lines
626 B
XML
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> |