0% found this document useful (0 votes)
152 views3 pages

Debranding Odoo Backend

The document discusses four steps to debrand an Odoo backend: 1) Change the company logo to remove the Odoo placeholder 2) Remove "Powered by Odoo" from login and menu footers 3) Uninstall the "Odoo support" instant messaging module 4) Empty the announcement bar JavaScript to remove upgrade messages

Uploaded by

mohamedsalem2019
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
152 views3 pages

Debranding Odoo Backend

The document discusses four steps to debrand an Odoo backend: 1) Change the company logo to remove the Odoo placeholder 2) Remove "Powered by Odoo" from login and menu footers 3) Uninstall the "Odoo support" instant messaging module 4) Empty the announcement bar JavaScript to remove upgrade messages

Uploaded by

mohamedsalem2019
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Debranding Odoo backend | odoo.

guide
(8 votes, average: 4.75 out of 5)

Debranding Odoo backend



8. January 2015 / Chief Editor / 14 Comments

There are at least four spots where normal users could get in touch with Odoo branding in the
backend:

• Odoo announcement top bar “Your Odoo is not supported. Upgrade or register your contract
here.”

• company logo placeholder

• “powered by Odoo” in the left menu footer and in the login footer

• “Odoo support” user for instant messaging

To debrand your Odoo backend please follow these steps:

STEP #1 – change your company logo (let’s start from easy…)



Hover the big Odoo logo on the left side, click on “Edit company data” and give your company
your own logo – this will replace the Odoo placeholder logo.

STEP#2 – remove “Powered by Odoo”



Open the view web.login_layout and comment out following lines:

http://odoo.guide/debranding-odoo-backend/[AM ۰۷:٥۲:۰۱ ۲۰۱٥/۰٤/۱۹]


Debranding Odoo backend | odoo.guide
<!-- <span class="oe_footer_seperator"> | </span> -->
<!-- <a href="https://www.odoo.com" target="_blank">Powered by
<span>Odoo</span></a> -->

Open the view web.menu_secondary and comment out following line:

<!-- Powered by <a href="http://www.openerp.com" target="_blank">


<span>Odoo</span></a> -->

STEP#3 – remove “Odoo support” user for instant messaging


Goto Settings > Local Modules and uninstall module Odoo Live Support (im_odoo_support)

STEP#4 – remove Odoo announcement top bar



Empty the openerp_announcement function in addons/mail/static/src/js/announcement.js like
this:

openerp_announcement = function(instance) {};

Comments

Jussi
15. January 2015 - 15:18

Thank You! Keep up the good work!

Tobias
8. February 2015 - 10:56

Like your style!

For the changes in the views: To make it permanant, we have to set the views on “no update”.

Right?

Chief Editor
8. February 2015 - 20:05

Yes, thank you for this useful comment! An even more elegant way would be to put these changes into an
own module

shaheryar
16. February 2015 - 21:01

http://odoo.guide/debranding-odoo-backend/[AM ۰۷:٥۲:۰۱ ۲۰۱٥/۰٤/۱۹]


Debranding Odoo backend | odoo.guide

Thanks alot for the help. I am also interested to know that how the menu items “My Odoo.com Account” . “Help”
can be removed?

Chief Editor
18. March 2015 - 10:41

Hi,

good point!

Look here: addons/web/static/src/xml/base.xml and comment out this line: “

Help

Kind regards

Editorial Department

http://odoo.guide/debranding-odoo-backend/[AM ۰۷:٥۲:۰۱ ۲۰۱٥/۰٤/۱۹]

You might also like