mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I8H48V app_web_fullwidth将web_chatter_position的功能加入
This commit is contained in:
12
app_web_fullwidth/views/webclient_templates.xml
Normal file
12
app_web_fullwidth/views/webclient_templates.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user