Commit: l10n-romania:37b8ab38  
Subject: [BOT] post-merge updates
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: design-themes:7553da0c  
Subject: [I18N] *: fetch translation updates
Author: Odoo Translation Bot
Committer: Odoo Translation Bot
Commit: demo_data:6a9bd345  
Subject: Update demo data
Author: Fekete Mihai
Committer: Fekete Mihai
Commit: addons_oca:e0882107  
Subject: stock_exception
Author: stananatanaela
Committer: stananatanaela
Commit: odoo:ba525bf4  
Subject: [FIX] mrp: add user group in multistep manufacturing test setup
Author: lase@odoo.com
Committer: lase@odoo.com
Commit: enterprise:c01815cc  
Subject: [FIX] l10n_be_hr_payroll: Fix employee domain for departure wizards
Author: Amr Yasser (amry)
Committer: Yannick Tivisse
Version: 18.0
Config: Enterprise
Build time: 6m
Wait time: 13m
Load time: 6m
Date Level Type Message
2023-12-14 08:25:51 INFO server odoo.modules.loading:248 1 modules loaded in 11.61s, 11263 queries (+0 extra)
2023-12-14 08:25:53 WARNING server odoo.modules.module:459 DistributionNotFound: The 'cssutils' distribution was not found and is required by the application
2023-12-14 08:25:53 WARNING server odoo.modules.loading:597 Transient module states were reset
2023-12-14 08:25:54 ERROR server odoo.modules.registry:94
Failed to load registry
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-73>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:25:54 CRITICAL server odoo.service.server:1234
Failed to initialize database `03230-14-0-base`.
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/service/server.py", line 1201, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-73>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:41:22 INFO server odoo.modules.loading:248 1 modules loaded in 34.29s, 11263 queries (+0 extra)
2023-12-14 08:41:26 WARNING server odoo.modules.module:459 DistributionNotFound: The 'cssutils' distribution was not found and is required by the application
2023-12-14 08:41:26 WARNING server odoo.modules.loading:597 Transient module states were reset
2023-12-14 08:41:26 ERROR server odoo.modules.registry:94
Failed to load registry
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-72>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:41:26 CRITICAL server odoo.service.server:1234
Failed to initialize database `03230-14-0-test`.
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/service/server.py", line 1201, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-72>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:25:51 INFO server odoo.modules.loading:248 1 modules loaded in 11.61s, 11263 queries (+0 extra)
2023-12-14 08:25:53 WARNING server odoo.modules.module:459 DistributionNotFound: The 'cssutils' distribution was not found and is required by the application
2023-12-14 08:25:53 WARNING server odoo.modules.loading:597 Transient module states were reset
2023-12-14 08:25:54 ERROR server odoo.modules.registry:94
Failed to load registry
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-73>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:25:54 CRITICAL server odoo.service.server:1234
Failed to initialize database `03230-14-0-base`.
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/service/server.py", line 1201, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-73>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:41:22 INFO server odoo.modules.loading:248 1 modules loaded in 34.29s, 11263 queries (+0 extra)
2023-12-14 08:41:26 WARNING server odoo.modules.module:459 DistributionNotFound: The 'cssutils' distribution was not found and is required by the application
2023-12-14 08:41:26 WARNING server odoo.modules.loading:597 Transient module states were reset
2023-12-14 08:41:26 ERROR server odoo.modules.registry:94
Failed to load registry
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-72>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2023-12-14 08:41:26 CRITICAL server odoo.service.server:1234
Failed to initialize database `03230-14-0-test`.
Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 452, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cssutils' 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 "/data/build/odoo_odoo/odoo/modules/module.py", line 455, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cssutils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 340, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 474, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo_odoo/odoo/modules/module.py", line 460, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: cssutils

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo_odoo/odoo/service/server.py", line 1201, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/data/build/odoo_odoo/odoo/modules/registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/data/build/odoo_odoo/odoo/modules/loading.py", line 426, in load_modules
    modules.button_install()
  File "<decorator-gen-72>", line 2, in button_install
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 396, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo_odoo/odoo/addons/base/models/ir_module.py", line 348, in check_external_dependencies
    raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "l10n_ro_controller_report_xls" because an external dependency is not met: Python library not installed: cssutils
2025-08-14 11:16:49 INFO runbot Init build environment with config Enterprise
2025-08-14 11:16:49 Starting step all from config Enterprise
2025-08-14 11:16:49 Using Dockerfile Tag odoo:DockerDefault
2025-08-14 11:23:00 INFO runbot Getting results for build 03230-18-0
2025-08-14 11:23:00 Step all finished in 6m
2025-08-14 11:23:00 Starting step run from config Enterprise
2025-08-14 11:23:00 INFO runbot Start running build 03230-18-0
2025-08-14 11:23:00 Using Dockerfile Tag odoo:DockerDefault
2025-09-30 09:26:19 ERROR runbot Docker with state GHOST not started after 60 seconds, skipping
2025-09-30 09:26:19 INFO runbot Step run finished in 1125h