Backend debranding
by IT-Projects LLC https://odoo-debranding.com , Ivan Yelizariev https://odoo-debranding.com
Odoo
$ 322.13
Included Dependencies | Show |
Technical Name |
web_debranding |
License | LGPL-3 |
Website | https://twitter.com/yelizariev |
Also available in version | v 15.0 v 13.0 v 10.0 v 11.0 v 12.0 v 14.0 v 8.0 |

Backend debranding
Removes references to odoo.com:
- Deletes Odoo label in footer
- Replaces "Odoo" in page title
- Replaces "Odoo" in help message for empty list
- (feature is not required in 9.0 version)
- Deletes Documentation, Support, About links. Adds "Developer mode" link to the top right-hand User Menu.
- Replaces default logo by empty image
- Replaces "Odoo" in Dialog Box
- Replaces "Odoo" in strings marked for translation.
- Replaces default favicon to a custom one
- Hides Apps menu (by default, only admin (superuser) can see Apps menu. You could change it via tick "Show Modules Menu" in user's access rights tab)
- Disables server requests to odoo.com (publisher_warranty_url) - optional. Works only for non-enterprise versions of odoo, check note below.
- Deletes "My odoo.com account" button
- Deletes Apps and other blocks from Settings/Dashboard
- Replaces "Odoo" in planner
- Replaces footer in planner to a custom one.
- Deletes "Odoo" in a request message for permission desktop notifications. Replaces "Odoo" and icon in desktop notifications
- [ENTERPRISE] Deletes odoo logo in application switcher
- Hides Enterprise features in Settings
- Replaces "Odoo" in all backend qweb templates (e.g. FAQ in import tool)
- Replaces "odoo.com" in hints, examples, etc.
By default the module replaces "Odoo" to "Software". To configure module open Settings\System Parameters and modify
- web_debranding.new_title (put space in value if you don't need Brand in Title)
- web_debranding.new_name (your Brand)
- web_debranding.new_website (your website)
- web_debranding.favicon_url
- web_debranding.send_publisher_warranty_url - set 0 to disable server requests to odoo.com and 1 otherwise (useful for enterprise contractors). Works only for non-enterprise versions of odoo, check note below.
- web_debranding.planner_footer
Note. More user friendly way to configure the module is available in Brand Kit.
Further debranding
- open addons/mail/data/mail_data.xml and edit Template "Notification Email" -- delete "using Odoo"
- install website_debranding module if module "Website Builder" is installed in your system
- install pos_debranding module if module "POS" is installed in your system
- delete "Odoo.com Accounts" record at Settings\Users\OAuth Providers if module "OAuth2 Authentication" is installed. in your system
- to debrand /web/database/manager:
- edit addons/web/views/database_manager.html file:
- delete or modify <title> tag
- delete or modify favicon
- delete or modify <img> tag with logo2.png
- delete or modify paragraph <p>Fill in this form to create an Odoo database...</p>
- delete or modify warning <div class="alert alert-warning">Warning, your Odoo database ...</div>
- edit addons/web/views/database_manager.html file:
Auto-debrand new databases
To automatically install this module for every new databases set 'auto_install': True in __openerp__.py files of following modules:
- web_debranding
- ir_rule_protected
- access_restricted
- access_apps
- access_settings_menu
- mail (built-in)
- base_setup (built-in)
- bus (built-in)
Tested on Odoo 9.0
Enterprise users notice
- Terms of Odoo Enterprise Subscription Agreement don't allow to disable server requests to odoo.com. For this reason feature #11 doesn't work in Enterprise version.
Need our service?
Contact us by email or fill out request form:
- it@it-projects.info
- https://www.it-projects.info/page/website.contactus
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedgood app !!
good app working Well. But can't access odoo developer mode anymore. When you click the arrow from the menu under your username in the top right corner of Odoo, the "About Box" is missing. Only "preferences" and "logout" links are present. How do I get the other links back? thanks
Issues was fixed. Thank you
All of the issues listed below was fixed.
good app
good app but (1) needs upgrade incompatible with account_full_reconcile (2) no upgrade path to website debranding module (need to buy module again)