mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
11 lines
329 B
XML
11 lines
329 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<template id="layout" inherit_id="web.layout">
|
|
<xpath expr="//link[@rel='shortcut icon']" position="before">
|
|
<t t-if="not website">
|
|
<t t-set="x_icon" t-value="'/web_favicon/favicon'"/>
|
|
</t>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|