コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2072 ビュー

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?

アバター
破棄
著作者 最善の回答

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


アバター
破棄