Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Base
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 08:42:57
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to store all the connected remotes (external ip
addresses) to Odoo. It should be used with other modules in order to
check remote's configurations.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_remote_form res.remote.form res.remote form New
res_remote_tree res.remote.tree res.remote list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • remote(self)
    @property

New fields (3)
  • in_network Boolean
    help='Shows if the remote can be found through the socket' required=True
  • ip Char
    required=True
  • name Char
    index=True readonly=True required=True string='Hostname'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • authenticate(cls, db, credential, user_agent_env)
    @classmethod

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
no CI data
Open since
470 days ago
Last activity
463 days ago
Repository
OCA/server-tools
Pull request
[17.0][BKP] base_remote: backport from 18.0 (#3279)