This question has been flagged
1 Reply
2440 Views

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

How to please.

Avatar
Discard
Best Answer

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

Avatar
Discard