LDAP Attribute Sync

auth_ldap_attribute_sync
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/12.0/auth_ldap_attribute_sync
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSMaxime Chambreuil, Alexey Pelykh, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
ldap_attribute_mapping_view_tree ldap.attribute.mapping.view.tree ldap.attribute.mapping tree New
view_ldap_installer_form res.company.ldap.form res.company.ldap xpath Inherits auth_ldap.view_ldap_installer_form
Models touched (3)

New fields (4)
  • attribute_name Char
    help='LDAP attribute name from where value is taken' required=True string='Attribute'
  • field_name Selection
    help='Entity field to where value is written' required=True selection='_field_name_selection' string='Mapped field'
  • ldap_id Many2one → res.company.ldap
    comodel_name='res.company.ldap' string='LDAP configuration'
  • mode Selection
    help='Defines mode of synchronization' required=True selection='_mode_selection' string='Sync mode'
Public methods (0)

No public methods.

New fields (1)
  • user_attributes_mapping One2many → ldap.attribute.mapping
    comodel_name='ldap.attribute.mapping' inverse_name='ldap_id' string='User attributes mapping'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.