Repository
OCA/server-backend · module folder · Try on Runboat
Module version
1.0.0
Category
Base
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-backend
Last tracking update
2026-08-07 08:09:30
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Weblate, OCA-git-bot, Nikos Tsirintanis, oca-ci
Odoo dependencies
OCA/server-backend:
odoo/odoo:
Python dependencies
odoorpc
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
external_system_view_form_odoo external.system.form.odoo external.system form Inherits base_external_system.external_system_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.