This question has been flagged
14 Replies
86816 Views

1. Log in to the Odoo admin as administrator. Activate Technical Features, if not already activated, by going to Settings > Users > Users > Admin > Edit > Usability > Technical Features > check the box (on), click Save.


2. Go to Settings > Technical > User Interface > Views.
In the search box, next to filter icon, type "Footer Copyright", and hit enter to search.


3. It will show: View name: Footer Copyright. Click to open it. Click Edit.


Comment out lines of the code as follows:
<!-- 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>. -->
Click Save.


4. Refresh the browser view of your Odoo front end website. Log out and try to logi in again. The previously visible "Powered by" backlinks and text, are gone.

Congrats.

Avatar
Discard

How to make it permanent

hello try this it will remove Powered by Odoo from your website footer i have perform this in my project

Copyright © Company name

I did these steps and didn't find the mentioned view

Good !! It will be permanent if edit by code.

Hello can anyone assist me here I want to make my website more good

On Thu, Sep 21, 2023 at 5:01 PM yonathan.cardoso@alfred-eyes.ai <notifications@mail.odoo.com> wrote:
Une nouvelle réponse sur Remove Powered by Odoo from Website footer. Instructions. Enjoy. a été publiée. Cliquez ici pour accéder au message : Voir la publication ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​ ͏ ​

Une nouvelle réponse sur Remove Powered by Odoo from Website footer. Instructions. Enjoy. a été publiée. Cliquez ici pour accéder au message :

Voir la publication


Odoo S.A.

+32 81 81 37 00 | info@odoo.com | https://www.odoo.com

Powered by Odoo
Best Answer

odoo 12.0+ 

In the search box type:Brand Promotion Message

View name: Brand Promotion Message. Click to open it. Click Edit

delete:

<t t-set="final_message">Powered by %s%s</t> 

<t t-raw="final_message % (odoo_logo, _message and ('- %s' % _message) or '')"/>

"Save":Congrats.

Avatar
Discard

Worked on Odoo 13.0e. Thanks.

It worked also in Odoo 14. Just go to the web, up right click on "Customize Theme" and then on "HTML/CSS editor" and click on "home" (white bar), then search for "Brand Promotion Message" and delete as Shiyi said.

Worked on Odoo 14.0e Thank u very much

Best Answer

This is what worked for me. ODOO 10 and 11.

  1. log in as administrator and "Activate Technical Features", if not activated this is done by going to Settings => Users => Users => ( select your Administrator username by default is Administrator) > Edit > Usability > Technical Features > check the box (active), then Save.

  2. Go to Settings > Technical > User Interface > Views. In the search box, next to "(filter icon) Active", type "Login Layout", and hit enter to search. There will be one search result. (View name: Login Layout. View type: QWeb view.) Click to open it.

  3. Then Click Edit

  4. search for "web.menu_secondary" and edit it as your requirement
  5. Save it
  6. Refresh your browser to get the change otherwise log out and again in to see the change.

       Thanks...

Avatar
Discard

does not work in odoo 12.0e+

Best Answer

Hello
If you are using odoo16, you can use this module
https://apps.odoo.com/apps/modules/16.0/hide_website_powered_by_odoo/

Avatar
Discard
Best Answer

for anyone who did not want to touch any kind of code, can be tried with by disable the "Copyright" at "Footer Block" through website editor mode. Just try it at Odoo 17 EE.

Avatar
Discard
Best Answer

in Odoo 14:
FULL CODE
 Go to the web, up right click on "Customize Theme" and then on "HTML/CSS editor" and click on "home" (white bar), then search for "Brand Promotion Message"  :
 
Comment :  <t t-set="final_message">Powered by %s%s</t>   like  this :

    <?xml version="1.0"?>
<t name="Brand Promotion Message" t-name="web.brand_promotion_message">
        <t t-set="odoo_logo">
            <a target="_blank" t-attf-href="http://www.odoo.com?utm_source=db&amp;utm_medium=#{_utm_medium}" class="badge badge-light">
                <img alt="Odoo" src="/web/static/src/img/odoo_logo_tiny.png" style="height: 1em; vertical-align: baseline;"/>
            </a>
        </t>
       
        <!--  <t t-set="final_message">Powered by %s%s</t>
        <t t-raw="final_message % (odoo_logo, _message and ('- %s' % _message) or '')"/>
        -->
       
    </t>


It works ! Enjoy !

Avatar
Discard
Best Answer

In the search box type:Brand Promotion Message

View name: Brand Promotion Message. Click to open it. ClickEdit

delete:

Powered by %s%s 

"Save":Congratulations.

 

I followed this and I got a 500: internal server error. :)

Avatar
Discard
Best Answer

Follow this link https://sortedodoo.com/how-to-remove-powered-by-odoo-from-login-screen-and-website-footer/

Avatar
Discard
Best Answer

hello try this it will work for sure if you put this code properly bcoz i have perform this in my project and it removes powered by odoo from my website footer


<template id="website.layout_footer_copyright" inherit_id="website.layout" name="Footer Copyright">

<xpath expr="//footer" position="inside">

<div class="container mt16 mb8">

<div class="pull-left text-muted">

Copyright &copy; <span t-field="res_company.name">Company name</span>

</div>

</div>

</xpath>

</template>



Thank You

Avatar
Discard
Best Answer

You need to check "Non Updatable" checkbox so that the change will not be reverted everytime you update (-u all)

Avatar
Discard

This is a great feature, is it available for every view on Odoo ?

Best Answer

Or just install this module: https://apps.odoo.com/apps/modules/8.0/colors_customization/

Avatar
Discard
Best Answer

It doesn't work ....zachiny ..... which module is required to make it work ?

ParseError: "The ID "website.layout_footer_copyright" refers to an uninstalled m odule" while parsing None:4, near

<data inherit_id="website.layout" name="Footer Copyright">

<xpath expr="//footer" position="inside">

<div class="container mt16 mb8">

<div class="pull-left text-muted">

Copyright <span t-field="res_company.name">Company name</span>

</div>

</div>

</xpath>

</data>

Avatar
Discard
Best Answer

Why not just use odoo debrand from the apps section? Works for me and it'll survive core updates etc  :)

Avatar
Discard
Best Answer


1. Log in to the Odoo admin as administrator. Activate Technical Features, if not already activated, by going to Settings > Users > Users > Admin > Edit > Usability > Technical Features > check the box (on), click Save.

2. Go to Settings > Technical > User Interface > Views.

In the search box, next to filter icon, type "Footer Copyright", and hit enter to search.

3. It will show: View name: Footer Copyright. Click to open it. Click Edit.

Comment out lines of the code as follows:

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

Click Save.

4. Refresh the browser view of your Odoo front end website. Log out and try to logi in again. The previously visible "Powered by" backlinks and text, are gone.

Congrats.

Avatar
Discard