Files
web/web_favicon/views/templates.xml
2024-03-14 13:34:12 -04: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>