Files

11 lines
440 B
XML
Raw Permalink Normal View History

2026-07-01 14:41:49 +07:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="MYSITE_layout" inherit_id="web.layout" name="Web layout">
<xpath expr="//head//title" position="before">
<title t-esc="'CYCPP'"/>
</xpath>
<xpath expr="//head//link" position="replace">
<link rel="shortcut icon" href="/debrand_module/static/src/img/favicon.ico" type="image/x-icon"/>
</xpath>
</template>
</odoo>