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

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.

アバター
破棄

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

最善の回答

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.

アバター
破棄
最善の回答

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.

アバター
破棄

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

最善の回答

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

アバター
破棄

does not work in odoo 12.0e+

最善の回答

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

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

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

アバター
破棄

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

最善の回答

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 !

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

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>

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答


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.

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 22
3348
0
6月 21
5896
0
3月 21
2733
2
1月 20
21650
2
5月 18
4035