| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-auth |
| GIT | |
| GIT | https://github.com/OCA/server-auth.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-auth/tree/18.0/cross_connect_client |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Florian da Costa, Weblate, OCA-git-bot, oca-ci, TB-Ph35 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-auth |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-env: - server_environment odoo/odoo: - base - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows this odoo instance users to connect directly on another odoo instance where the module `cross_connect_server` is installed. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cross_connect_server_view_form |
cross.connect.server.form | cross.connect.server | form | New |
cross_connect_server_view_tree |
cross.connect.server.list | cross.connect.server | list | New |
api_key
Char
required=True
group_ids
One2many → res.groups
inverse_name='cross_connect_server_id'
readonly=True
string='Cross Connect Server Groups'
args: 'res.groups'
menu_id
Many2one → ir.ui.menu
compute='_compute_menu_id'
help='Menu to display the Cross Connect Server in the menu'
store=True
string='Menu'
args: 'ir.ui.menu'
name
Char
help='This name will be used for the new created app'
required=True
server_url
Char
required=True
web_icon_data
Binary
compute='_compute_web_icon_data'
inverse='_inverse_web_icon_data'
action_disable(self)
action_sync(self)
unlink(self)
cross_connect_server_group_id
Integer
string='Originating Cross Connect Server Group ID'
cross_connect_server_id
Many2one → cross.connect.server
string='Originating Cross Connect Server'
args: 'cross.connect.server'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-auth |
| GIT | |
| GIT | https://github.com/OCA/server-auth.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-auth/tree/16.0/cross_connect_client |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Sébastien BEAU, Florian da Costa, Weblate, OCA-git-bot, oca-ci, Florian Mounier |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-auth |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-env: - server_environment odoo/odoo: - base - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows this odoo instance users to connect directly on another odoo instance where the module `cross_connect_server` is installed. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cross_connect_server_view_form |
cross.connect.server.form | cross.connect.server | form | New |
cross_connect_server_view_tree |
cross.connect.server.tree | cross.connect.server | tree | New |
api_key
Char
required=True
group_ids
One2many → res.groups
inverse_name='cross_connect_server_id'
readonly=True
string='Cross Connect Server Groups'
args: 'res.groups'
menu_id
Many2one → ir.ui.menu
compute='_compute_menu_id'
help='Menu to display the Cross Connect Server in the menu'
store=True
string='Menu'
args: 'ir.ui.menu'
name
Char
help='This name will be used for the new created app'
required=True
server_url
Char
required=True
web_icon_data
Binary
compute='_compute_web_icon_data'
inverse='_inverse_web_icon_data'
action_disable(self)
action_sync(self)
unlink(self)
cross_connect_server_group_id
Integer
string='Originating Cross Connect Server Group ID'
cross_connect_server_id
Many2one → cross.connect.server
string='Originating Cross Connect Server'
args: 'cross.connect.server'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/server-auth |
| PULL REQUEST | |
| PULL REQUEST | [MIG][19] cross_connect_client (#965) |