- APPS
- Backend debranding 14.0
Technical name | web_debranding |
License | OPL-1 |
Website | https://odoo-debranding.com |
Included Dependencies | Control access to Apps Restricted administration rights Show settings menu for non-admin Protect ir.rule records |
Backend debranding
Build and enhance your Brand by removing references to odoo.com and customizing company logo, favicon, page title, etc.
Version: v14.0.1.1.2
Tested and maintained by
IT Projects Labs
Assistance: apps@itpp.dev
Beyond the presentation this service provides a wide range of options for debranding:
- Replaces "Odoo" in page title
- Replaces "Odoo" in help message for empty list
- Deletes Documentation, Support, About links from the top right-hand User Menu.
- 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 Super User 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
- [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.
- Rename "OdooBot" to "Bot". Use company's logo as bot avatar
- [ENTERPRISE] Replaces icons for android and apple devices with custom url
- Replaces links to documentation (e.g. "Help" in Import tool, "How-to" in paypal, etc.) to custom website
- Deletes Google Play, Apps Store apps links
- Replaces "Powered by Odoo" in emails
- Deletes "Powered by Odoo" in Website (when installed)
Let our expertise work for you!
(Doors and windows below are clickable)
/itpp-labs-1100.jpg)
/itpp-labs-930.jpg)
/itpp-labs-690.jpg)
Backend debranding
Installation
- Install this module in a usual way
Configuration
By default the module replaces Odoo to Software.
- Switch to Developer mode
- Open [[ General Settings ]] >> Technical >> Parameters >> System Parameters and modify:
- web_debranding.new_title (put space in Value field if you don't need Brand in Title)
- web_debranding.new_name (your Brand)
- web_debranding.new_website (your website)
- web_debranding.new_documentation_website (website with documentation instead of official one)
- 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.icon_url - icon for mobile devices recommended size :192x192
- web_debranding.apple_touch_icon_url - icon for IOS Safari recommended size :152x152
Further debranding
- Open addons/mail/data/mail_data.xml and edit Template Notification Email - delete using Odoo
- Install website_debranding if module Website Builder has been already installed in your system
- Install pos_debranding if module POS has been already installed in your system
- Delete Odoo.com Accounts record at Settings >> Users & Companies >> OAuth Providers if module OAuth2 Authentication has been already installed in your system
- To debrand /web/database/manager:
- Either set list_db to value False
- or 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 warning <div class="alert alert-warning"> Warning, your Odoo database ...</div>
- delete or modify <small class="text-muted"> To enhance your experience, some data may be sent to Odoo online services. See our Privacy Policy
- delete or modify <p class="form-text"> In order to avoid conflicts between databases, Odoo needs ...</p>
- Favicon
- in existing database, you may need to open [[ Settings ]] >> Users & Companies >> Companies and change Company Favicon
- for new companies odoo default favicon is empty
- to get debranded favicon in new datatabase check next section
Auto-debrand new databases
To automatically install this module for every new databases set 'auto_install': True in __manifest__.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)
Also, it's recommended to add web_debranding to server wide modules, e.g.:
./odoo-bin --load=base,web,web_debranding
Usage
- Open Backend
- Perform usual workflow
RESULT: No more reference to Odoo. Possible exceptions may be Mails.
Examples
Search a random string at the menu [[ Settings ]] >> Users & Companies >> Companies
Create and manage the companies that will be managed by Odoo from here. Shops or subsidiaries can be created and maintained from here.
Try to delete Administrator via menu [[ Settings ]] >> Users & Copanies >> Users
You can not remove the admin user as it is used internally for resources created by Odoo* (updates, module installation, ...).
Note: You may see another error depending on installed modules.
When you create new company it shows placeholder for field Website
e.g. www.odoo.com
Open menu [[ Settings ]] >> General Settings.
Use external pads in Odoo Notes.
Extract and analyze Odoo data from Google Spreadsheet.
Open menu [[ Discuss ]] >> CHANNELS >> #general
Send /help to the chat
OdooBot - now
You are in channel #general.
You can mention someone by typing @username, this will grab its attention.
You can mention a channel by typing #channel.
You can execute a command by typing /command.
You can insert canned responses in your message by typing :shortcut.
Open two browser tabs with Odoo. Then logout in one of it. Open any menu in another one.
Your Odoo session expired. The current page is about to be refreshed.
This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file).
You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one).
It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software.
The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.