Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
14 Trả lời
123200 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ

does not work in odoo 12.0e+

Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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 !

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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>

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất


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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 22
3348
0
thg 6 21
5898
0
thg 3 21
2734
2
thg 1 20
21651
2
thg 5 18
4035