| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/connector-salesforce |
| GIT | |
| GIT | https://github.com/OCA/connector-salesforce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/connector-salesforce/tree/8.0/connector_salesforce_server_environment |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, GitHub, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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.
|
No views found for this module.
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'
No public methods.