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.
14 Answers
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
This is what worked for me. ODOO 10 and 11.
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.
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.
Then Click Edit
- search for "web.menu_secondary" and edit it as your requirement
- Save it
- Refresh your browser to get the change otherwise log out and again in to see the change.
Thanks...
Hello
If you are using odoo16, you can use this module
https://apps.odoo.com/apps/modules/16.0/hide_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/
Why not just use odoo debrand from the apps section? Works for me and it'll survive core updates etc :)
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>
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&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 !
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 © <span t-field="res_company.name">Company name</span>
</div>
</div>
</xpath>
</template>
Thank You
Or just install this module: https://apps.odoo.com/apps/modules/8.0/colors_customization/
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
I did these steps and didn't find the mentioned view
Good !! It will be permanent if edit by code.
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