Skip to Content
Menu
This question has been flagged
4 Replies
22601 Views

Seems like I should be able to turn off odoo's self advertising at the bottom of my website if I'm paying for it, but I can't find the option. The banner only shows for users that are not logged in, and does not appear when I'm logged in and editing.

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

Thank you very much , it worked for me!

checkout this remove powered by odoo from website and email template:
https://apps.odoo.com/apps/modules/18.0/ace_remove_website_powered_by_odoo

Best Answer
  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. 3 to 9.



Avatar
Discard

Thankyou! 2 years later I search for a way to remove it and this worked for me :}

This works... do not delete or make inactive- else you get an error 500... Simply comment out as instructed.

Best Answer

Hi, I don't know if things have changed in odoo, but I can't find 'Brand Promotion Message' anywhere... I've already activated developer mode, and I go to 'open view' in the developer menu, but I can't find it. I don't know if I'm doing something wrong, or if I just can't change/delete it anymore...

Avatar
Discard
Best Answer

Hello James Howard,

Find Code in Comment. 

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard

Please see the code below, inherit and change the brand_promotion_message template.

<template id="brand_promotion" inherit_id="web.brand_promotion_message" priority="99">
<xpath expr="//t[@t-raw]" position="replace"/>
</template>

Best Answer

Easily Remove the "Powered by Odoo" Footer in Odoo 18 with Our Module

If you're looking for a quick and simple way to remove the "Powered by Odoo" footer from your Odoo 18 website, we have just the solution for you! Our module, Download Remove Website Powered by Odoo, allows you to easily remove the Odoo branding and make your website fully customized to your brand identity.

Key Features:

  • Remove "Powered by Odoo" footer across all website pages
  • Simple installation and setup
  • Seamless integration with Odoo 18
  • No coding or technical skills required
  • Fully customizable for your needs

This module is ideal for business owners and developers who want a clean, professional website without Odoo's branding. It's a hassle-free solution for creating a more polished, branded user experience.

For more details, check out the module here.

Let us know if you have any questions or need support with the installation!

Avatar
Discard