Skip to Content
Menu
This question has been flagged
1 Reply
1834 Views

I am using Odoo 12.0e+ online SaaS.

on my website is an Odoo add on the bottom right:

https://waterbergh-management-eu2.odoo.com/de_DE/

How can I remove it?

Avatar
Discard
Author Best Answer

Found a solution for odoo 12.0e+:

website

got to website

Cutomize

HTML:/CSS Editor

XML

Brand Promotion

Substute by:

<?xml version="1.0"?>

<t name="Brand Promotion" t-name="Peter">

    <div class="Peter">

          <a target="_blank" href="http://www.waterbergh.com"> </a>  

        <a target="_blank" class=" " href="http://www.waterbergh.com"> </a>

    </div>

</t>

Change "Peter" and "www.waterbergh.com" to a space or your name and website.

Hit save

Done


Avatar
Discard