first push message
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user