Auth oauth configuration with server_environment

auth_oauth_environment
REPOSITORY
REPOSITORYOCA/server-env
GIT
GIThttps://github.com/OCA/server-env.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-env/tree/11.0/auth_oauth_environment
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSAkim Juillerat, OCA-git-bot
WEBSITE
WEBSITEhttp://odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-env:
    - server_environment
odoo/odoo:
    - auth_oauth
    - base
    - web
    - base_setup
    - auth_signup
    - mail
    - bus
    - web_tour
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_oauth_provider_form auth.oauth.provider.form.inherit auth.oauth.provider field Inherits auth_oauth.view_oauth_provider_form
Models touched (2)

New fields (4)
  • client_id Char
    compute='_compute_server_env' string='Client ID'
  • enabled Boolean
    compute='_compute_server_env' search='_search_enabled' string='Allowed'
  • managed_by_env Boolean
    compute='_compute_server_env'
  • provider_simple_name Char
    compute='_compute_simple_name'
Public methods (1)
  • fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
    @api.model
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/server-env
PULL REQUEST
PULL REQUEST[17.0][MIG] auth_oauth_environment: Migration to 17.0 (#254)