corrigido webapp android e ocultado o database do login e adicionado meu credito

This commit is contained in:
2026-02-22 15:22:59 +01:00
parent 835c8ed01a
commit 5d23068abe
2 changed files with 16 additions and 7 deletions

View File

@@ -1,15 +1,21 @@
<odoo>
<template id="custom_favicon_backend" inherit_id="web.layout" name="Custom Favicon &amp; Manifest">
<xpath expr="//head" position="inside">
<!-- Ícones de navegador -->
<link rel="shortcut icon" href="/plugin_recre/static/img/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="/plugin_recre/static/img/favicon.ico" type="image/x-icon"/>
<!-- O SEGREDO DO ANDROID: Link para o nosso JSON -->
<link rel="manifest" href="/plugin_recre/static/manifest.json"/>
<!-- Meta tag para pintar a barra do navegador do celular -->
<link rel="manifest" href="/plugin_recre/static/manifest.json?v=2"/>
<meta name="theme-color" content="#714B67"/>
</xpath>
</template>
<template id="remove_odoo_footer_login" inherit_id="web.login_layout" name="Remove Odoo Footer">
<xpath expr="//div[a[contains(@href, 'odoo.com')]]" position="replace">
<div class="text-center pb-3 border-top pt-3 mt-3">
<span style="font-size: 0.85em; color: #6c757d;">
Criado por Creidsu. Clei-Server
</span>
</div>
</xpath>
</template>
</odoo>