Files
web/web_favicon/views/templates.xml
2016-11-05 18:46:53 +01:00

9 lines
269 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="layout" inherit_id="web.layout">
<xpath expr="//link[@rel='shortcut icon']" position="replace">
<link rel="icon" href="/web_favicon/favicon" />
</xpath>
</template>
</odoo>