mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
12 lines
404 B
XML
12 lines
404 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="webclient_bootstrap" inherit_id="web.webclient_bootstrap">
|
|
<t t-set="head_web" position="inside">
|
|
<script type="text/javascript">
|
|
odoo.web_chatter_position = "<t
|
|
t-out="request.env.user.chatter_position"
|
|
/>";
|
|
</script>
|
|
</t>
|
|
</template>
|
|
</odoo> |