Skip to main content

Data models allowing for connection to external systems.

Project description

Odoo Community Association

Base External System

Beta License: LGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

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.

Table of contents

Configuration

Configure external systems in Settings => Technical => External Systems

Try me on Runbot

Usage

Implementation

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.

Using the Interface

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.

Creating an Adapter

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 system

  • external_destroy_client: Destroy the connection, if applicable. Does not need to be defined if the connection destroys itself.

Changelog

Version 18.0.1.0.0

Migration to 18.0

  • All data will now be stored in the external.system model.

  • Interface adapters can more easily be extended with functionality.

  • Activated clients can be passed information from the main external.system model.

Version 16.0.1.0.0

Migration to 16.0

Version 10.0.2.0.0

Model base.external.system will be the only regular model, containing all the data

Bug Tracker

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 to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • LasLabs

  • Therp BV

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

Current maintainer:

NL66278

This module is part of the OCA/server-backend project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_base_external_system-18.0.1.0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_base_external_system-18.0.1.0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a0be6389273f95c16663057ce2052fcd044c13aeaa46a666fe61b060a2899f38
MD5 e64a7ee5e5f331d9c4c2c26d17964ec4
BLAKE2b-256 26cfd148addf6511bb5b5db0e6e88cfbe995a991c34c717e5af664a2a879db78

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page