How do you remove the backlinks from the public front end of Odoo 8?
Location: lower right corner of the page, in the footer.
HTML Code:
<div class="pull-right">
Powered by <a class="label label-danger" href="http://www.odoo.com/page/website-builder">Odoo</a>,
the #1
<a href="http://www.odoo.com/page/e-commerce">Open Source eCommerce</a>.
</div>
These backlinks are shown to all search engines, and to anybody visiting the site, who is not logged in to the site!!
And when you log in, Odoo dynamically removes the links from the generated HTML page.
Odoo is very nice, but...
We cannot be displaying its back links on all public website page footers!
How do you remove them??
I've determined how to solve this issue.
<!-- Powered by <a class="label label-danger" href="http://www.odoo.com/page/website-builder">Odoo</a>,
the #1 <a href="http://www.odoo.com/page/e-commerce">Open Source eCommerce</a>. -->