跳至内容
菜单
此问题已终结
1 回复
4063 查看

Please, I would like to remove this expression in my website.
"Create a free website with Odoo"

How to please.

形象
丢弃
最佳答案

You can comment this out, directly in the webpages.
Go to Customize -> HTML Editor -> Main Layout on your webpage.

That is where you'll find the footer code. simply put it between <!-- --> and it won't show up anymore. Like this:

<!--Create a <a href="http://openerp.com/apps/website">free website</a> with <a class="label label-danger" href="https://openerp.com/apps/website"> OpenERP</a>-->

形象
丢弃