Commit: odoo:519ee8ab  
Subject: [FIX] website_sale: dynamic filters as a visitor
Author: Florian Malfroid
Commit: duong-addons:b7b1ce38  
Subject: [FIX] d_discusss_link_preview: adapt odoo fix
Author: daiduongnguyen-odoo
Commit: odoo-enterprise:ef3527ed  
Subject: [FIX] social_facebook: deprecated post_impression
Author: daiduongnguyen-odoo
Commit: duong-addons-ee:9519d317  
Subject: [FIX] d_ee_social_tiktok_business: missing secret parameter when setup verification
Author: daiduongnguyen-odoo
Build time: 72s
Wait time: 5h
Load time: 19m4s
Children:
Build 813 Test at install 97s
Build 814 Test pylint Running step: dynamic testing 12m
Build 821 Post install tests for -> !f 119s
Build 822 Post install tests for f -> !m 29s
Build 823 Post install tests for m -> !r 23s
Build 824 Post install tests for r -> !s 24s
Build 825 Post install tests for s -> !t 24s
Build 826 Post install tests for t -> 28s
Date Level Type Message
2026-03-23 06:21:58 INFO runbot Init build environment with config Parallel Testing
2026-03-23 06:21:58 Starting step create_at_install from config Parallel Testing
2026-03-23 06:21:58 INFO subbuild Build # 813 created with config Test at install
2026-03-23 06:21:58 INFO subbuild Build # 814 created with config Test pylint
2026-03-23 06:22:22 Starting step install all from config Parallel Testing
2026-03-23 06:22:22 Using Dockerfile Tag odoo:Docker17
2026-03-23 06:23:05 INFO server odoo.modules.loading:355 1 modules loaded in 17.49s, 9073 queries (+9073 extra)
2026-03-23 06:23:08 WARNING server odoo.modules.module:474 DistributionNotFound: The 'google-generativeai' distribution was not found and is required by the application
2026-03-23 06:23:08 WARNING server odoo.modules.loading:643 Transient module states were reset
2026-03-23 06:23:08 ERROR server odoo.modules.registry:115
Failed to load registry
Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/module.py", line 467, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 528, in get_distribution
    dist = get_provider(dist)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 400, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829, in resolve
    dist = self._resolve_dist(
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 870, in _resolve_dist
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'google-generativeai' 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/modules/module.py", line 470, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'google-generativeai'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 367, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo/odoo/modules/module.py", line 489, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo/odoo/modules/module.py", line 475, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: google-generativeai

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/registry.py", line 110, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/odoo/odoo/modules/loading.py", line 452, 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 "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 77, in check_and_log
    return method(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 427, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 406, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 375, in check_external_dependencies
    raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "d_gemini_ai_connector" because an external dependency is not met: Python library not installed: google-generativeai
2026-03-23 06:23:08 CRITICAL server odoo.service.server:1411
Failed to initialize database `00774-17-0-all`.
Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/module.py", line 467, in check_python_external_dependency
    pkg_resources.get_distribution(pydep)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 528, in get_distribution
    dist = get_provider(dist)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 400, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829, in resolve
    dist = self._resolve_dist(
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 870, in _resolve_dist
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'google-generativeai' 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/modules/module.py", line 470, in check_python_external_dependency
    importlib.import_module(pydep)
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'google-generativeai'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 367, in check_external_dependencies
    modules.check_manifest_dependencies(terp)
  File "/data/build/odoo/odoo/modules/module.py", line 489, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo/odoo/modules/module.py", line 475, in check_python_external_dependency
    raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: google-generativeai

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/service/server.py", line 1374, 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 "/data/build/odoo/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/registry.py", line 110, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/odoo/odoo/modules/loading.py", line 452, 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 "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 77, in check_and_log
    return method(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 427, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 406, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 375, in check_external_dependencies
    raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "d_gemini_ai_connector" because an external dependency is not met: Python library not installed: google-generativeai
2026-03-23 06:23:09 INFO runbot Getting results for build 00774-17-0
2026-03-23 06:23:09 Step install all finished in 46s
2026-03-23 06:23:09 Starting step create_post_install from config Parallel Testing
2026-03-23 06:23:09 INFO subbuild Build # 821 created with config Test Post Install
2026-03-23 06:23:09 INFO subbuild Build # 822 created with config Test Post Install
2026-03-23 06:23:09 INFO subbuild Build # 823 created with config Test Post Install
2026-03-23 06:23:09 INFO subbuild Build # 824 created with config Test Post Install
2026-03-23 06:23:09 INFO subbuild Build # 825 created with config Test Post Install
2026-03-23 06:23:09 INFO subbuild Build # 826 created with config Test Post Install