Repository
OCA/connector-salesforce · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 07:03:15
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, GitHub, OCA-git-bot
Odoo dependencies
Python dependencies
requests, simple_salesforce
System dependencies
None
Required by
None
Description
Implements server environment behavior
for connector Salesforce authentication.

To use it you have to add a section named as:

    salesforce_auth + Name of the backend

Default available section options are:

- authentication_method
- callback_url
- sandbox
- url

Module can easily be extended to add any other field.
By default they are not provided in order not have security issues.
 

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • authentication_method Char
    compute='_get_env_auth_data' string='Authentication Method'
  • sandbox Boolean
    compute='_get_env_auth_data' string='Connect on sandbox instance'
  • url Char
    compute='_get_env_auth_data' string='URL'
Public methods (0)

No public methods.