Traduction automatique. Les données et les chiffres font référence ; la formulation peut contenir des erreurs de traduction et certains fragments peuvent rester en anglais. La version faisant foi est celle des pages en anglais et en ukrainien. signalez-nous tout terme inexact

auth_saml

dans server-auth · code source sur GitHub

Catégorie: Tools · XCG Consulting · AGPL-3

16.0~Problème d'environnement
17.0~Problème d'environnement
18.0~Problème d'environnement
19.0×Not in this series
SérieÉtatDétailsCode
16.0~Problème d'environnementA system utility is missing from the image: xmlsec1 · exécuté le 2026-08-26sur GitHub
17.0~Problème d'environnementA system utility is missing from the image: xmlsec1 · exécuté le 2026-08-26sur GitHub
18.0~Problème d'environnementA system utility is missing from the image: xmlsec1 · exécuté le 2026-08-26sur GitHub
19.0Non testépas de branche

The module’s code on 18.0

Lines of codepython 2 208 · xml 269
Testsyes: 3 file(s), 875 lines
Migration scriptsno
Models4 new · 3 extensions
Raw SQL2 × cr.execute

Lines are physical, blanks and comments included, as wc -l. Tests are test_*.py files under tests/. Models are lines holding _name = and _inherit =. These are facts about the code, not a judgement: more lines is neither better nor worse. Measured 2026-08-28 on tree 3176a919a1ae.

Le catalogue apps.odoo.com contient une fiche sous le même nom technique sur 16.0, 17.0, 18.0 : apps.odoo.com/apps/modules/18.0/auth_saml. Un nom identique ne prouve pas un code identique — comment nous avons compté.

Dépend de

ModuleÉtatVérifié
base_setupnoyaulivré avec Odoo
webnoyaulivré avec Odoo

Dépendances externes

Vérifié par rapport à modidx/odoo:18.0-deps-20260820.

TypePaquetDans notre image
pythonpysaml2dans l'image
binxmlsec1PAS dans l'image

Dont dépendent

1 modules sur 18.0 le déclarent comme dépendance.

Historique

Dernière modification2026-06-18
Commits de code, 12 mois6
Les plus actifsVincent Hatakeyama, Alexandre Fayolle, bt-dlagin
Fichiers42

Les commits de traduction et de bots sont exclus du décompte.

Journal d'installation 18.0

Warn: Can't find .pfb for face 'Courier'
2026-08-26 19:31:29,163 1 WARNING job_ecb2c7d8a911 odoo.modules.loading: Transient module states were reset 
2026-08-26 19:31:29,164 1 ERROR job_ecb2c7d8a911 odoo.modules.registry: Failed to load registry 
2026-08-26 19:31:29,164 1 CRITICAL job_ecb2c7d8a911 odoo.service.server: Failed to initialize database `job_ecb2c7d8a911`. 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 510, in check_manifest_dependencies
    tools.find_in_path(binary)
  File "/usr/lib/python3/dist-packages/odoo/tools/misc.py", line 143, in find_in_path
    return which(name, path=os.pathsep.join(path))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/tools/which.py", line 144, in which
    raise IOError(ENOENT, '%s not found' % (mode & X_OK and 'command' or 'file'), file)
FileNotFoundError: [Errno 2] command not found: 'xmlsec1'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 367, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 512, in check_manifest_dependencies
    raise Exception('Unable to find %r in path' % (binary,))
Exception: Unable to find 'xmlsec1' in path

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1414, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 97, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 118, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 456, in load_modules
    modules.button_install()
  File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 77, in check_and_log
    return method(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 434, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 409, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 375, in check_external_dependencies
    raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "auth_saml" because an external dependency is not met: Unable to find 'xmlsec1' in path

Journal d'installation 17.0

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 406, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 375, in check_external_dependencies
    raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "auth_saml" because an external dependency is not met: Unable to find 'xmlsec1' in path
2026-08-26 22:09:16,070 1 CRITICAL job_db1020c302a6 odoo.service.server: Failed to initialize database `job_db1020c302a6`. 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 522, in check_manifest_dependencies
    tools.find_in_path(binary)
  File "/usr/lib/python3/dist-packages/odoo/tools/misc.py", line 85, in find_in_path
    return which(name, path=os.pathsep.join(path))
  File "/usr/lib/python3/dist-packages/odoo/tools/which.py", line 144, in which
    raise IOError(ENOENT, '%s not found' % (mode & X_OK and 'command' or 'file'), file)
FileNotFoundError: [Errno 2] command not found: 'xmlsec1'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 367, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 524, in check_manifest_dependencies
    raise Exception('Unable to find %r in path' % (binary,))
Exception: Unable to find 'xmlsec1' in path

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1422, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "<decorator-gen-16>", line 2, in new
  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 99, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 452, in load_modules
    modules.button_install()
  File "<decorator-gen-76>", line 2, in button_install
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 77, in check_and_log
    return method(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 427, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 406, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 375, in check_external_dependencies
    raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "auth_saml" because an external dependency is not met: Unable to find 'xmlsec1' in path

Journal d'installation 16.0

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 399, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 368, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "auth_saml" because an external dependency is not met: Unable to find 'xmlsec1' in path
2026-08-26 22:08:46,712 1 CRITICAL job_97e8b8c5a278 odoo.service.server: Failed to initialize database `job_97e8b8c5a278`. 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 564, in check_manifest_dependencies
    tools.find_in_path(binary)
  File "/usr/lib/python3/dist-packages/odoo/tools/misc.py", line 78, in find_in_path
    return which(name, path=os.pathsep.join(path))
  File "/usr/lib/python3/dist-packages/odoo/tools/which.py", line 144, in which
    raise IOError(ENOENT, '%s not found' % (mode & X_OK and 'command' or 'file'), file)
FileNotFoundError: [Errno 2] command not found: 'xmlsec1'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 360, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 566, in check_manifest_dependencies
    raise Exception('Unable to find %r in path' % (binary,))
Exception: Unable to find 'xmlsec1' in path

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1333, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "<decorator-gen-16>", line 2, in new
  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 460, in load_modules
    modules.button_install()
  File "<decorator-gen-76>", line 2, in button_install
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
    return method(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 420, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 399, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 368, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "auth_saml" because an external dependency is not met: Unable to find 'xmlsec1' in path

Le résultat vous semble faux ? Dites-le-nous : nous montrerons le journal ou relancerons l'installation. Signaler un résultat erroné

Être averti quand ce module change d'état

Données mises à jour le 2026-09-16 23:00 UTC · nous publions le journal d'installation avec sa date, pas une note attribuée à l'éditeur · Le CSV et le JSON sont ouverts

Une question ou un résultat erroné: ouvrir un ticket ou hello@allservices.one

Projet indépendant. Sans lien avec Odoo S.A. ni avec l'Odoo Community Association.