first push message

This commit is contained in:
2026-07-01 14:41:49 +07:00
parent 6667dec2bf
commit 58b5f46cc4
2951 changed files with 316619 additions and 0 deletions
+11
View File
@@ -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>