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

@@ -25,7 +25,7 @@
<div class="mt-4">
<h4 style="color: #28a745; border-bottom: 2px solid #28a745; padding-bottom: 5px;">
🟢 Entradas (Receitas)
🟢 Entradas
</h4>
<table class="table table-sm table-striped">
<thead>
@@ -75,7 +75,7 @@
<div class="mt-5">
<h4 style="color: #dc3545; border-bottom: 2px solid #dc3545; padding-bottom: 5px;">
🔴 Saídas (Despesas)
🔴 Saídas
</h4>
<table class="table table-sm table-striped">
<thead>
@@ -160,6 +160,9 @@
<div class="text-muted text-center mt-5" style="font-size: 0.8em;">
Relatório gerado em <span t-esc="context_timestamp(datetime.datetime.now()).strftime('%d/%m/%Y %H:%M')"/>
</div>
<div class="text-muted text-center mt-5" style="font-size: 0.8em;">
Proibida a circulação sem autorização desse documento fora das dependencias do Centro Recreativo Dente de Leão.
</div>
</div>
</t>
</t>

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>