corrigido webapp android e ocultado o database do login e adicionado meu credito
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<h4 style="color: #28a745; border-bottom: 2px solid #28a745; padding-bottom: 5px;">
|
<h4 style="color: #28a745; border-bottom: 2px solid #28a745; padding-bottom: 5px;">
|
||||||
🟢 Entradas (Receitas)
|
🟢 Entradas
|
||||||
</h4>
|
</h4>
|
||||||
<table class="table table-sm table-striped">
|
<table class="table table-sm table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
<div class="mt-5">
|
<div class="mt-5">
|
||||||
<h4 style="color: #dc3545; border-bottom: 2px solid #dc3545; padding-bottom: 5px;">
|
<h4 style="color: #dc3545; border-bottom: 2px solid #dc3545; padding-bottom: 5px;">
|
||||||
🔴 Saídas (Despesas)
|
🔴 Saídas
|
||||||
</h4>
|
</h4>
|
||||||
<table class="table table-sm table-striped">
|
<table class="table table-sm table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -160,6 +160,9 @@
|
|||||||
<div class="text-muted text-center mt-5" style="font-size: 0.8em;">
|
<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')"/>
|
Relatório gerado em <span t-esc="context_timestamp(datetime.datetime.now()).strftime('%d/%m/%Y %H:%M')"/>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
|
|||||||
@@ -1,15 +1,21 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
<template id="custom_favicon_backend" inherit_id="web.layout" name="Custom Favicon & Manifest">
|
<template id="custom_favicon_backend" inherit_id="web.layout" name="Custom Favicon & Manifest">
|
||||||
<xpath expr="//head" position="inside">
|
<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="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"/>
|
<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?v=2"/>
|
||||||
<link rel="manifest" href="/plugin_recre/static/manifest.json"/>
|
|
||||||
|
|
||||||
<!-- Meta tag para pintar a barra do navegador do celular -->
|
|
||||||
<meta name="theme-color" content="#714B67"/>
|
<meta name="theme-color" content="#714B67"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</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>
|
</odoo>
|
||||||
Reference in New Issue
Block a user