11 lines
440 B
XML
11 lines
440 B
XML
|
|
<?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>
|