Files
web/web_favicon/views/templates.xml
2024-12-05 15:37:11 -03: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>