gpt4 book ai didi

openerp - 如何在odoo 10中为除管理员以外的所有用户从网站上删除工具栏

转载 作者:行者123 更新时间:2023-12-04 04:15:14 25 4
gpt4 key购买 nike

如何删除公共(public)用户的 odoo 默认工具栏?我的意思是我不希望任何用户(管理员除外)在登录后看到顶部的蓝条,其中包含讨论、员工等选项。

请引用下图:

Website image

最佳答案

经过3天的研究,我能够做到这一点。任何想要这样做的人都可以在您的 View 中添加以下代码。

<template id="credirect.remove_header" inherit_id="website.user_navbar" name="Remove Header">
<xpath expr="//nav[@id='oe_main_menu_navbar']" position="attributes">
<attribute name="groups">base.group_erp_manager</attribute>
</xpath>
</template>

关于openerp - 如何在odoo 10中为除管理员以外的所有用户从网站上删除工具栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46832028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com