Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4128 Представления

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>-->

Аватар
Отменить