Skip to main content

Adds your branding to an Odoo instance

Project description

License: AGPL-3

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 (optional) mailaddress to contact for support

support_branding.release

The (optional) version number of your deployment

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>
<record id="config_parameter_release" model="ir.config_parameter">
    <field name="value">42</field>
</record>Configuration

Note that the email button is only visible if you configure an email address, the default is empty!

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Icon

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo10_addon_support_branding-10.0.1.0.0.99.dev2-py2-none-any.whl.

File metadata

File hashes

Hashes for odoo10_addon_support_branding-10.0.1.0.0.99.dev2-py2-none-any.whl
Algorithm Hash digest
SHA256 ca258c1ea9fca842db9800d883dfb31c27501f4b75ed2f525baeff9cce5a95c8
MD5 35c301f09890e2184a21ee30ec799c52
BLAKE2b-256 31b932ce22a48adbb09162b1cb77ddc3e88338becd1d95df759b8bd3b56b42d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page