This module provides an interface/adapter mechanism for the definition of remote systems.
Note that this module stores everything in plain text. In the interest of security, it is recommended you use another module (such as keychain or red_october to encrypt things like the password and private key). This is not done here in order to not force a specific security method.
The credentials for systems are stored in the external.system
model, and are to
be configured by the user. This model is the unified interface for the underlying
adapters.
Given an external.system
singleton called external_system
, you would do the
following to get the underlying system client:
with external_system.client() as client:
client.do_something()
The client will be destroyed once the context has completed. Destruction takes place
in the adapter's external_destroy_client
method.
The only unified aspect of this interface is the client connection itself. Other more opinionated interface/adapter mechanisms can be implemented in other modules, such as the file system interface in OCA/server-tools/external_file_location.
Modules looking to add an external system adapter should inherit the
external.system.adapter
model and override the following methods:
external_get_client
: Returns a usable client for the systemexternal_destroy_client
: Destroy the connection, if applicable. Does not need
to be defined if the connection destroys itself.Configure external systems in Settings => Technical => External Systems
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 smash it by providing detailed and welcomed feedback.
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 https://odoo-community.org.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。