Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
14 Răspunsuri
124007 Vizualizări

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.

Imagine profil
Abandonează

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

Enhance your Odoo experience with the Custom Branding and Copyrights module. This powerful tool allows you to remove default branding messages and personalize your Odoo instance to reflect your company's identity seamlessly.

https://apps.odoo.com/apps/modules/17.0/mh_hide_powered_by_odoo_website

Cel mai bun răspuns

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează

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

Cel mai bun răspuns

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

Imagine profil
Abandonează

does not work in odoo 12.0e+

Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

Remove Powered by odoo from website, you can use this module instead of Saves time compared to manually editing templates: 

https://apps.odoo.com/apps/modules/18.0/ace_remove_website_powered_by_odoo

Imagine profil
Abandonează
Cel mai bun răspuns

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. :)

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează

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

Cel mai bun răspuns

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 !

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

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>

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns


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.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
nov. 22
3515
0
iun. 21
6105
0
mar. 21
2914
2
ian. 20
21903
2
mai 18
4188