由Odoo页脚提供支持 [英] Powered by Odoo footer

查看:93
本文介绍了由Odoo页脚提供支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将由Odoo技术支持"页脚中的技术支持"更改为制造", 因此,我的Odoo(以前称为OpenERP)8.0-aab3d9f的页脚将为由Odoo制作"

I need to change the "Powered" in "Powered by Odoo" footer to "Made", So the footer of my Odoo (Formerly OpenERP) Version 8.0-aab3d9f will be "Made by Odoo"

任何想法?

推荐答案

首先转到您的Odoo Web模块并在文件下面打开.

First go to your Odoo web module and open below file.

addons => web => views => webclient_templates.xml

现在找到此标签<div class="oe_footer">并对其进行编辑

Now find this tag <div class="oe_footer"> and edit it like

<div class="oe_footer">
    Made by <a href="http://www.openerp.com" target="_blank"><span>Odoo</span></a>
</div>

保存并刷新浏览器.希望你得到想要的东西.

Save it and refresh your browser. Hope you get what you want.

这篇关于由Odoo页脚提供支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆