community_themes/muk_web_enterprise_theme/templates/web_layout.xml

13 lines
337 B
XML
Raw Normal View History

2025-07-19 01:29:09 +07:00
<?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-set="x_icon"
t-value="x_icon or '/web/image/res.company/%s/favicon' % request.env.company.id"
/>
</xpath>
</template>
</odoo>