añadido backend_theme 12.0.3 y web_responsive

This commit is contained in:
santiky 2022-01-19 17:34:49 +01:00
parent 66c21b9d45
commit 31d76e6e50
Signed by: snt
GPG key ID: A9FD34930EADBE71
69 changed files with 4979 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 Alexandre Díaz
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
-->
<odoo>
<template id="webclient_bootstrap"
inherit_id="web.webclient_bootstrap"
name="App Drawer - Web Client"
>
<xpath expr="//t[@t-set='body_classname']" position="attributes">
<attribute name="t-value">'o_web_client o_chatter_position_' + (request.env.user.chatter_position or 'normal')</attribute>
</xpath>
</template>
</odoo>