Commit: openerp_saas_tenant_docker_container:6c4c0b44  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: openerp_saas_tenant_account:112bf6ec  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: openerp_saas_tenant:39e02d74  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: openerp_dashboard:5fb6065a  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: tenant_docker_actions:ab6404b9  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: openerp_saas_tenant_extension:39f19ab2  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: db_idle_connection:9bcac263  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: db_filter:85ce27e7  
Subject: Add 18.0
Author: gitlab.unitsoft.io appstore pipeline
Committer: gitlab.unitsoft.io appstore pipeline
Commit: odoo:072101b6  
Subject: [FIX] point_of_sale: fix condition for displaying proxystatus of hardware devices in PoS navbar
Author: Stephen Anthony
Committer: Stephen Anthony
Version: 18.0
Config: Default
Build time: 40s
Wait time: 45s
Load time: 40s
Date Level Type Message
2025-11-07 16:11:24 INFO runbot Init build environment with config Default
2025-11-07 16:11:24 Starting step all from config Default
2025-11-07 16:11:24 Using Dockerfile Tag odoo:DockerDefault
2025-11-07 16:11:38 INFO server odoo.modules.loading:360 1 modules loaded in 9.95s, 9258 queries (+9258 extra)
2025-11-07 16:11:39 WARNING server odoo.modules.loading:647 Transient module states were reset
2025-11-07 16:11:39 ERROR server odoo.modules.registry:134 Failed to load registry
2025-11-07 16:11:39 CRITICAL server odoo.service.server:1404
Failed to initialize database `00899-18-0-all`.
Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/module.py", line 485, in check_python_external_dependency
    version = importlib.metadata.version(requirement.name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 889, in version
    return distribution(distribution_name).version
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for yaml

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 358, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo/odoo/modules/module.py", line 506, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo/odoo/modules/module.py", line 495, in check_python_external_dependency
    raise Exception(msg) from e
Exception: External dependency yaml not installed: No package metadata was found for yaml

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/service/server.py", line 1366, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/registry.py", line 129, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/odoo/odoo/modules/loading.py", line 456, in load_modules
    modules.button_install()
  File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log
    return method(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 425, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 400, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 366, in check_external_dependencies
    raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "db_idle_connection" because an external dependency is not met: External dependency yaml not installed: No package metadata was found for yaml
2025-11-07 16:11:42 INFO runbot Getting results for build 00899-18-0
2025-11-07 16:11:42 Step all finished in 15s
2025-11-07 16:11:42 Starting step base from config Default
2025-11-07 16:11:42 Using Dockerfile Tag odoo:DockerDefault
2025-11-07 16:11:57 INFO server odoo.modules.loading:360 1 modules loaded in 9.96s, 9258 queries (+9258 extra)
2025-11-07 16:12:02 INFO server odoo.modules.loading:360 13 modules loaded in 4.07s, 4214 queries (+4214 extra)
2025-11-07 16:12:04 INFO runbot Getting results for build 00899-18-0
2025-11-07 16:12:04 Step base finished in 20s
2025-11-07 16:12:04 Starting step run from config Default
2025-11-07 16:12:04 INFO runbot Start running build 00899-18-0
2025-11-07 16:12:04 Using Dockerfile Tag odoo:DockerDefault
2025-11-07 16:12:08 INFO server odoo.modules.loading:360 1 modules loaded in 0.04s, 0 queries (+0 extra)
2025-11-07 16:12:53 WARNING server odoo.addons.base.models.ir_cron:158 Skipping database 00899-18-0-all because of modules to install/upgrade/remove.
2025-11-07 16:13:23 WARNING server odoo.addons.base.models.ir_cron:158 Skipping database 00899-18-0-all because of modules to install/upgrade/remove.
2025-11-07 16:13:50 INFO runbot Kill build 00899-18-0