Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 3.32 KB

index.rst

File metadata and controls

68 lines (51 loc) · 3.32 KB

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

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
  • Open addons/website_livechat/data/website_livechat_data.xml and edit in im_livechat_channel_data_website record YourWebsiteWithOdoo.com string
  • Install website_debranding module if module Website Builder has been already installed in your system
  • Install pos_debranding module if module POS has been already installed in your system
  • Delete Odoo.com Accounts record at SettingsUsers & CompaniesOAuth Providers if module OAuth2 Authentication has been already 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 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>

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)

Usage

  • Go to your Website home page.
  • Enable or disable [[Customize]] >> Footer Copyright >> Remove Odoo Promotional Link. It should be enabled by default.

RESULT: Odoo references are removed from your Website.