Traducción automática. Los datos y las cifras son la fuente de verdad; la redacción puede contener errores de traducción y algunos fragmentos pueden seguir en inglés. La versión autorizada son las páginas en inglés y en ucraniano. avísenos si un término no es exacto
l10n_br_crm_cnpj_search
en l10n-brazil · código en GitHub
CNPJ search in CRM Lead
KMEE · AGPL-3
| Serie | Estado | Detalles | Código |
|---|---|---|---|
| 16.0 | ~Problema del entorno | External Python package missing: brazilcep · ejecutado el 2026-08-26 | en GitHub |
| 17.0 | ~Problema del entorno | External Python package missing: brazilcep · ejecutado el 2026-08-26 | en GitHub |
| 18.0 | ✓Se instala | · ejecutado el 2026-08-20 · 18.0.1.2.0 | en GitHub |
| 19.0 | ✓Se instala | · ejecutado el 2026-09-04 · 19.0.1.0.0 | en GitHub |
Odoo 20.0 dev — línea de desarrollo
Una afirmación distinta de la de la tabla de arriba. Allí: el módulo tal como está publicado, sobre una plataforma ya liberada. Aquí: el código del módulo con la versión de su manifiesto elevada mecánicamente, sobre una plataforma que no está liberada y que cambia a diario.
| Estado | Detalles |
|---|---|
| ✗fails | El mismo código se instala en 19.0; en la línea de desarrollo no. La diferencia es de la plataforma. (model_gone) · falló en un archivo de OTRO módulo: uom_alias/security/ir.model.access.csv · versión 19.0.1.0.0 → 19.5.1.0.0, código sin cambios · ejecutado el 2026-09-10 · odoo 19.5 · modidx/odoo:master-deps-20260910 |
Extracto del registro, 20.0 dev
2026-09-10 15:36:07,971 1 INFO job_93b8b65c0a7d odoo.modules.loading: Loading module uom_alias (19/59)
2026-09-10 15:36:07,990 1 INFO job_93b8b65c0a7d odoo.registry: module uom_alias: creating or updating database tables
2026-09-10 15:36:08,155 1 INFO job_93b8b65c0a7d odoo.modules.loading: loading uom_alias/security/ir.model.access.csv
2026-09-10 15:36:08,230 1 WARNING job_93b8b65c0a7d odoo.modules.loading: Transient module states were reset
2026-09-10 15:36:08,231 1 ERROR job_93b8b65c0a7d odoo.registry: Failed to load registry
2026-09-10 15:36:08,231 1 CRITICAL job_93b8b65c0a7d odoo.service.server: Failed to initialize database `job_93b8b65c0a7d`.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1559, in preload_registries
registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 67, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 222, in new
contextvars.Context().run(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 446, in load_modules
load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 211, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 56, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 712, in convert_file
convert_csv_import(env, module, pathname, fp.read(), idref, mode, noupdate)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 769, in convert_csv_import
result = env[model].with_context(**context).load(fields, datas)
~~~^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/environments.py", line 107, in __getitem__
return self.registry[model_name](self, (), ())
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 385, in __getitem__
return self.models[model_name]
~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'ir.model.access'
2026-09-10 15:36:08,236 1 INFO job_93b8b65c0a7d odoo.service.server.ThreadedServer: Initiating shutdown
2026-09-10 15:36:08,236 1 INFO job_93b8b65c0a7d odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-10 15:36:08,236 1 INFO job_93b8b65c0a7d odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-09-10 15:36:08,337 1 INFO job_93b8b65c0a7d odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connectionsProcedencia: __manifest__.py sha256 74a306e3f1fd3794… · árbol de 18 archivos sin el manifiesto, sha256 c51ff178a9f8d854…
Esto no dice que el módulo sea compatible con Odoo 20.0, y no dice que se instale en Odoo 20.0: sobre una plataforma estándar no lo hará, hasta que su mantenedor eleve la versión. Por qué elevamos la versión
El catálogo apps.odoo.com tiene una publicación con el mismo nombre técnico en 16.0, 17.0, 18.0: apps.odoo.com/apps/modules/18.0/l10n_br_crm_cnpj_search. Que el nombre coincida no demuestra que el código coincida — cómo lo contamos.
Depende de
| Módulo | Estado | Comprobado |
|---|---|---|
| l10n_br_cnpj_search | ✓Se instala | 2026-09-02 |
| l10n_br_crm | ✓Se instala | 2026-09-02 |
Registro de instalación 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 "l10n_br_zip" because an external dependency is not met: Python library not installed: brazilcep
2026-08-26 20:41:55,539 1 CRITICAL job_8892aa808ada odoo.service.server: Failed to initialize database `job_8892aa808ada`.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 496, in check_python_external_dependency
get_distribution(pydep)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 471, in get_distribution
dist = get_provider(dist)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 347, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 891, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'brazilcep' distribution was not found and is required by the application
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 499, in check_python_external_dependency
importlib.import_module(pydep)
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'brazilcep'
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 518, in check_manifest_dependencies
check_python_external_dependency(pydep)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 504, in check_python_external_dependency
raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: brazilcep
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 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 "l10n_br_zip" because an external dependency is not met: Python library not installed: brazilcepRegistro de instalación 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 "l10n_br_zip" because an external dependency is not met: Python library not installed: brazilcep
2026-08-26 20:31:07,605 1 CRITICAL job_bdfc6cb72a78 odoo.service.server: Failed to initialize database `job_bdfc6cb72a78`.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 538, in check_python_external_dependency
pkg_resources.get_distribution(pydep)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 466, in get_distribution
dist = get_provider(dist)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 342, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 886, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'brazilcep' distribution was not found and is required by the application
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 541, in check_python_external_dependency
importlib.import_module(pydep)
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'brazilcep'
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 560, in check_manifest_dependencies
check_python_external_dependency(pydep)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 546, in check_python_external_dependency
raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: brazilcep
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 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 "l10n_br_zip" because an external dependency is not met: Python library not installed: brazilcep¿El resultado parece erróneo? Díganoslo: le mostraremos el registro o lo ejecutaremos de nuevo. Informar de un resultado erróneo