mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
13 lines
435 B
XML
13 lines
435 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<template id="webclient_bootstrap" inherit_id="web.webclient_bootstrap">
|
|
<xpath expr="//t[@t-set='body_classname']" position="attributes">
|
|
<attribute
|
|
name="t-value"
|
|
add="+ ' o_chatter_position_' + (request.env.user.chatter_position or 'bottom')"
|
|
separator=" "
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|