Files
Odoo-Modules/Work in Progress/fusion_backend_theme/templates/web_layout.xml
gsinghpal fc3c966484 changes
2026-03-13 12:38:28 -04:00

14 lines
368 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-set="x_icon"
t-value="x_icon or '/web/image/res.company/%s/favicon' % request.env.company.id"
/>
</xpath>
</template>
</odoo>