Connector Salesforce Server Environment

connector_salesforce_server_environment
REPOSITORY
REPOSITORYOCA/connector-salesforce
GIT
GIThttps://github.com/OCA/connector-salesforce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-salesforce/tree/8.0/connector_salesforce_server_environment
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAlexandre Fayolle, GitHub, OCA-git-bot
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - connector
OCA/connector-salesforce:
    - connector_salesforce
OCA/server-tools:
    - server_environment
odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - sale
    - sales_team
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
simple_salesforce
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

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.