Base External System Odoo-rpc

base_external_system_odoorpc
REPOSITORY
REPOSITORYOCA/server-backend
GIT
GIThttps://github.com/OCA/server-backend.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-backend/tree/16.0/base_external_system_odoorpc
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYBase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Nikos Tsirintanis, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/server-backend
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-backend:
    - base_external_system
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES odoorpc
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
external_system_view_form_odoo external.system.form.odoo external.system xpath Inherits base_external_system.external_system_view_form
Models touched (2)

New fields (2)
  • db_name Char
    help='Input database name' string='Database'
  • is_ssl Boolean
    help='Change protocol if SSL' string='SSL'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • external_destroy_client(self, client)
    Cleanup the client connection
  • external_get_client(self)
    Return a usable client representing the remote system.
  • external_test_connection(self)
    Test connection in the UI.