mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
9 lines
269 B
XML
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>
|