Alan Hou的个人博客

Odoo 使用小技巧-如何删除 Powered by Odoo

Odoo 使用小技巧-如何删除 Powered by Odoo

虽然不太推荐,在使用中总是有人想去除“Powered by Odoo”这段文件,你可能会在网上查找说修改addons/web/views/webclient_templates.xml却并没有效果,下面整方法如下:

1.后台左下角

打开调试模式(如何开启开发者模式?),Settings>General Settings>Technical>User Interface>Views(如上图)

搜索web.menu_secondary,找到如下代码并注释

2. 登录页面,Settings>General Settings>Technical>User Interface>Views 搜索login_layout

 

3. 安装了网站,需删除”Powered by Odoo. Try the open source website builder. Copyright © My Company”在同样位置搜索 copyright,注释如下代码

4.隐藏右上下拉中的“My Odoo.com account”

addons/web/static/src/xml/base.xml文件中,注释如下内容

 

 

退出移动版