add backend_theme from openworx.nl

This commit is contained in:
santiky 2021-08-07 14:02:32 +02:00
parent 17ecc2e4a0
commit 46d66821ec
Signed by: snt
GPG key ID: A9FD34930EADBE71
70 changed files with 5413 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="menu" inherit_id="web_responsive.apps">
<!-- <xpath expr="//div[hasclass('panel-heading')]"
position="replace" /> -->
<xpath expr="//div[hasclass('dropdown-menu')]" position="after">
<div class="panel-footer" id="appDrawerAppPanelFooter">
<div class="oe_logo">
<img src="/web/binary/company_logo" />
</div>
</div>
</xpath>
</template>
<!-- <template id="webclient_bootstrap"
inherit_id="web_responsive.webclient_bootstrap">
<xpath expr="//i[hasclass('fa-th')]" position="after">
<i class="fa fa-lg fa-chevron-left app-drawer-icon-close"
t-translation="off" aria-hidden="true" />
</xpath>
</template> -->
</odoo>