primeira versão
This commit is contained in:
15
views/web_layout.xml
Normal file
15
views/web_layout.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<odoo>
|
||||
<template id="custom_favicon_backend" inherit_id="web.layout" name="Custom Favicon & 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 -->
|
||||
<meta name="theme-color" content="#714B67"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user