bizzappdev/oerp_no_phoning_home

Add 7 more debranding features...

Opened this issue · 0 comments

Is it possible to add these debranding features to the module?

1 – change the odoo company logo (let’s start from easy…)
Hover the big Odoo logo on the top left corner, it will let you click on “Edit company data” and give your company your own logo – this would replace the Odoo placeholder logo.
Is it possible to replace this Odoo placeholder logo with a blank generic nonbranded logo, saying something like "your company logo".

2 – remove “Powered by Odoo”
To do this automatically by module.
Open the view web.login_layout and comment out following lines:

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

3 – remove “Odoo support” user for instant messaging
Go to Settings > Local Modules and uninstall module Odoo Live Support (im_odoo_support)

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) {};

5 – remove the menu items “My Odoo.com Account” . “Help”
addons/web/static/src/xml/base.xml and comment out these lines

6 – Remove the URLs backlinked to odoo.com, on the "facebook" icon, "twitter" icon, "linkedin" icon, and "googleplus" icon.

7 – Remove the branding and backlink at the bottom of the page template which displays when you are not logged in:
Powered by Odoo, an awesome Open Source CRM