Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4062 Weergaven

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

How to please.

Avatar
Annuleer
Beste antwoord

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
Annuleer