TIP: You can type at any time to perform a new search.
Connector Salesforce Server Environment
connector_salesforce_server_environment · OCA/connector-salesforce
- 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_methodCharcompute='_get_env_auth_data'string='Authentication Method' -
sandboxBooleancompute='_get_env_auth_data'string='Connect on sandbox instance' -
urlCharcompute='_get_env_auth_data'string='URL'
No public methods.