This question has been flagged
3 Replies
279 Views

I'd like to remove the "Powered by Odoo" banner from the website

Avatar
Discard

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

Author Best Answer

[NEW FEATURE]

1. Select the area where the banner is located.

2. Go to customize

3. Turn off the Copyright button

Avatar
Discard
Best Answer

You can also remove manually following bellow steps:

  1. Login to your Odoo application as an Admin.
  2. Activate the Technical Settings (Developer Mode) by going to Settings->Activate the developer mode.
  3. Then under the User Interface option, select the Views.
  4. Search for Brand Promotion Message. Click to open and then say Edit.
  5. Just Remove or Comment line no. 2 to 8.


Avatar
Discard
Author

Indeed but if you upgrade this view might be overwritten so it might come back. Always better to stay standard and not modify the code ;)

Best Answer

Hi,

The text "Powered By Odd" is a branding that generating from a template. To remove that First enable debug mode from settings, Then got Settings -> Technical -> User Interface -> Views


Search for "bran" in it. Then you can see different template  for branding.From that select the "Brand Promotion Message " Template

And then just command the code inside the template


By doing this , The "Powered By Odoo " will not be visible in the login page.

The branding is removed from login page


Hope it helps

Avatar
Discard