Skip to Content
Menu

Support branding

by
Odoo
v 6.1 v 7.0 Third Party 89
Download for v 7.0
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name support_branding
LicenseAGPL-3
Websitehttp://therp.nl
Versions 6.1 7.0
You bought this module and need support? Click here!

Support branding

If you run an Odoo support company and you support customers without an OPW, you can brand the Odoo instance accordingly using this module. This module will add a line Supported by $yourcompany in the menu footer and add a button to mail exception messages to your support email address.

Configuration

This module is controlled by config parameters:

support_branding.company_name
Your company's name
support_branding.company_url
Your company's website
support_branding.company_color
The color to show your company's name in (CSS syntax)
support_branding.support_email
The mailaddress to contact for support

You probably want to depend on this module in your customer specific module and add the following XML:

<record id="support_branding.config_parameter_company_name" model="ir.config_parameter">
    <field name="value">Your company</field>
</record>
<record id="support_branding.config_parameter_company_url" model="ir.config_parameter">
    <field name="value">https://yourwebsite.com</field>
</record>
<record id="support_branding.config_parameter_company_color" model="ir.config_parameter">
    <field name="value">#000</field>
</record>
<record id="support_branding.config_parameter_support_email" model="ir.config_parameter">
    <field name="value">support@yourwebsite.com</field>
</record>

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.