Tradução automática. Os dados e os números são a fonte da verdade; a redação pode conter erros de tradução e alguns trechos podem continuar em inglês. A versão autoritativa são as páginas em inglês e em ucraniano. avise-nos se algum termo estiver impreciso

github_connector_odoo

em interface-git · código no GitHub

Analyze Odoo modules information from Github repositories

Categoria: Connector · Sylvain LE GAL · GRAP · AGPL-3

16.0~Problema de ambiente
17.0~Problema de ambiente
18.0~Problema de ambiente
19.0×Not in this series
SérieEstadoDetalhesCódigo
16.0~Problema de ambienteA system utility is missing from the image: cloc · executado em 2026-08-26no GitHub
17.0~Problema de ambienteA system utility is missing from the image: cloc · executado em 2026-08-26no GitHub
18.0~Problema de ambienteA system utility is missing from the image: cloc · executado em 2026-08-26no GitHub
19.0Não testadosem branch

The module’s code on 18.0

Lines of codepython 1.475 · xml 1.232
Testsyes: 1 file(s), 60 lines
Migration scriptsno
Models12 new · 10 extensions

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 c04d5ae515d5.

Depende de

MóduloEstadoVerificado
github_connector~Problema de ambiente2026-08-26

Dependências externas

Verificado contra modidx/odoo:18.0-deps-20260820.

TipoPacoteNa nossa imagem
pythonpathspecna imagem

Histórico

Última alteração2026-03-31
Commits de código, 12 meses1
Mais ativosVíctor Martínez, Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Arquivos73

Commits de tradução e de bots ficam fora da contagem.

Log de instalação 18.0

Warn: Can't find .pfb for face 'Courier'
2026-08-26 19:37:01,123 1 WARNING job_326eb072bfea odoo.modules.loading: Transient module states were reset 
2026-08-26 19:37:01,123 1 ERROR job_326eb072bfea odoo.modules.registry: Failed to load registry 
2026-08-26 19:37:01,124 1 CRITICAL job_326eb072bfea odoo.service.server: Failed to initialize database `job_326eb072bfea`. 
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: 'cloc'

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 'cloc' 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 403, in _state_update
    update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  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 "github_connector" because an external dependency is not met: Unable to find 'cloc' in path

Log de instalação 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 "github_connector" because an external dependency is not met: Unable to find 'cloc' in path
2026-08-26 22:27:13,649 1 CRITICAL job_7b7de0e7ee3a odoo.service.server: Failed to initialize database `job_7b7de0e7ee3a`. 
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: 'cloc'

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 'cloc' 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 400, in _state_update
    update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
  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 "github_connector" because an external dependency is not met: Unable to find 'cloc' in path

Log de instalação 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 "github_connector" because an external dependency is not met: Unable to find 'cloc' in path
2026-08-26 22:26:43,193 1 CRITICAL job_2695c722af0d odoo.service.server: Failed to initialize database `job_2695c722af0d`. 
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: 'cloc'

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 'cloc' 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 393, in _state_update
    update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
  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 "github_connector" because an external dependency is not met: Unable to find 'cloc' in path

O resultado parece errado? Diga-nos — mostraremos o log ou executaremos de novo. Relatar um resultado errado

Ser avisado quando este módulo mudar de estado

Dados atualizados em 2026-09-16 22:00 UTC · publicamos o log de instalação com data, não uma avaliação do fornecedor · O CSV e o JSON são abertos

Dúvidas ou um resultado errado: abrir uma issue ou hello@allservices.one

Projeto independente. Sem vínculo com a Odoo S.A. nem com a Odoo Community Association.