Commit: telescope-addons:8a54cad7  
Subject: [IMP] hq: remove legacy shortages
Author: Zach Waite
Committer: Zach Waite
Commit: printnode:35f41b1b  
Subject: [IMP] Update module(s) version
Author: Ventor Ecosystem
Committer: Ventor Ecosystem
Commit: enterprise:3306f084  
Subject: [FIX] l10n_ph_check_printing: rounding decimals
Author: Antoine (ande)
Committer: Antoine (ande)
Commit: odoo:ef9772bb  
Subject: [FIX] l10n_in_ewaybill_stock: fix toStateCode for SEZ e-waybills
Author: Harsh Shah
Committer: Harsh Shah
Version: v17-
Config: Default
Build time: 76m
Wait time: 76m
Load time: 76m
Date Level Type Message
2026-05-19 15:32:26 INFO runbot Init build environment with config Default
2026-05-19 15:32:26 Starting step base from config Default
2026-05-19 15:32:26 Using Dockerfile Tag odoo:TelescopeDockerDefault
2026-05-19 15:33:20 INFO server odoo.modules.loading:358 1 modules loaded in 8.69s, 9072 queries (+9072 extra)
2026-05-19 15:33:25 INFO server odoo.modules.loading:358 17 modules loaded in 4.38s, 7053 queries (+7053 extra)
2026-05-19 15:33:28 INFO runbot Getting results for build 00439-v17-
2026-05-19 15:33:28 Step base finished in 59s
2026-05-19 15:33:28 Starting step all from config Default
2026-05-19 15:33:28 Using Dockerfile Tag odoo:TelescopeDockerDefault
2026-05-19 15:34:53 INFO server odoo.modules.loading:358 1 modules loaded in 39.46s, 9072 queries (+34444 extra)
2026-05-19 15:34:55 WARNING server odoo.modules.loading:95
Module production_customizations demo data failed to install, installed without demo data
Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/loading.py", line 91, in load_demo
    load_data(env(su=True), idref, mode, kind='demo', package=package)
  File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
    tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
  File "/data/build/odoo/odoo/tools/convert.py", line 678, in convert_file
    convert_csv_import(env, module, pathname, fp.read(), idref, mode, noupdate)
  File "/data/build/odoo/odoo/tools/convert.py", line 724, in convert_csv_import
    raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading production_customizations failed: file production_customizations/demo/kanban.item.review.csv could not be processed:
 Unknown error during import: <class 'pyodbc.InterfaceError'>: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found and no default driver specified (0) (SQLDriverConnect)')
2026-05-19 15:34:55 ERROR server odoo.addons.production_customizations.tests.test_kanban_item_review:15
ERROR: TestKanbanItemReview.test_computed_safety_calculation
Traceback (most recent call last):
  File "/data/build/telescope-addons/production_customizations/tests/test_kanban_item_review.py", line 15, in setUp
    self.data = self.kanban_item.read()[0]
IndexError: list index out of range
2026-05-19 15:34:55 ERROR server odoo.sql_db:345
bad query: INSERT INTO "kanban_item_review_global_setting" ("create_date", "create_uid", "custom_safety_multiplier_offset", "custom_safety_multiplier_scale", "single_row", "write_date", "write_uid") VALUES ('2026-05-19 15:34:55.717967', 1, 1.0, 1.0, true, '2026-05-19 15:34:55.717967', 1) RETURNING "id"
ERROR: duplicate key value violates unique constraint "kanban_item_review_global_setting_only_row_only"
DETAIL:  Key (single_row)=(t) already exists.
2026-05-19 15:34:55 ERROR server odoo.addons.production_customizations.tests.test_kanban_item_review:11
ERROR: TestKanbanItemReview.test_computed_trigger_calculation
Traceback (most recent call last):
  File "/data/build/telescope-addons/production_customizations/tests/test_kanban_item_review.py", line 11, in setUp
    self.global_settings = self.env["kanban.item.review.global.setting"].create(
  File "<decorator-gen-12>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 430, in _model_create_multi
    return create(self, [arg])
  File "/data/build/odoo/odoo/models.py", line 4656, in create
    records = self._create(data_list)
  File "/data/build/odoo/odoo/models.py", line 4844, in _create
    cr.execute(SQL(
  File "/data/build/odoo/odoo/sql_db.py", line 342, in execute
    res = self._obj.execute(query, params)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "kanban_item_review_global_setting_only_row_only"
DETAIL:  Key (single_row)=(t) already exists.

2026-05-19 15:34:55 ERROR server odoo.sql_db:345
bad query: SELECT "kanban_item_review"."id" FROM "kanban_item_review" WHERE ("kanban_item_review"."part_number" = '24923') ORDER BY "kanban_item_review"."id"  
ERROR: current transaction is aborted, commands ignored until end of transaction block
2026-05-19 15:34:55 ERROR server odoo.addons.production_customizations.tests.test_kanban_item_review:8
ERROR: TestKanbanItemReview.test_lot_size_calculation
Traceback (most recent call last):
  File "/data/build/telescope-addons/production_customizations/tests/test_kanban_item_review.py", line 8, in setUp
    self.kanban_item = self.env["kanban.item.review"].search(
  File "/data/build/odoo/odoo/models.py", line 1623, in search
    return self.search_fetch(domain, [], offset=offset, limit=limit, order=order)
  File "/data/build/odoo/odoo/models.py", line 1654, in search_fetch
    return self._fetch_query(query, fields_to_fetch)
  File "/data/build/odoo/odoo/models.py", line 3987, in _fetch_query
    fetched = self.browse(query)
  File "/data/build/odoo/odoo/models.py", line 5863, in browse
    if not ids:
  File "/data/build/odoo/odoo/tools/query.py", line 261, in __bool__
    return bool(self.get_result_ids())
  File "/data/build/odoo/odoo/tools/query.py", line 224, in get_result_ids
    self._cr.execute(self.select())
  File "/data/build/odoo/odoo/sql_db.py", line 342, in execute
    res = self._obj.execute(query, params)
psycopg2.errors.InFailedSqlTransaction: current transaction is aborted, commands ignored until end of transaction block

2026-05-19 15:34:55 ERROR server odoo.modules.loading:322 Module production_customizations: 0 failures, 3 errors of 3 tests
2026-05-19 15:52:57 INFO server odoo.modules.loading:358 152 modules loaded in 1082.62s, 141185 queries (+1202981 extra)
2026-05-19 15:53:02 INFO server odoo.modules.loading:358 158 modules loaded in 4.61s, 1342 queries (+1342 extra)
2026-05-19 15:53:04 ERROR server odoo.modules.loading:605 At least one test failed when loading the modules.
2026-05-19 15:53:05 INFO server odoo.addons.base.models.ir_qweb:358 Pregenerating assets bundles
2026-05-19 15:53:36 INFO server odoo.addons.base.tests.test_http_case.TestChromeBrowser:358 Screencast frames in: /data/build/tests/00439-v17--all/screencasts/failed_screencast_20260519_155336_579503
2026-05-19 15:53:38 INFO server odoo.addons.base.tests.test_http_case.TestChromeBrowserOddDimensions:358 Screencast frames in: /data/build/tests/00439-v17--all/screencasts/failed_screencast_20260519_155338_922018
2026-05-19 16:48:21 ERROR server odoo.tests.result:651 0 failed, 3 error(s) of 5767 tests when loading database '00439-v17--all'
2026-05-19 16:48:30 INFO runbot Getting results for build 00439-v17-
2026-05-19 16:48:30 Step all finished in 75m
2026-05-19 16:48:30 Starting step run from config Default
2026-05-19 16:48:30 INFO runbot Start running build 00439-v17-
2026-05-19 16:48:30 Using Dockerfile Tag odoo:TelescopeDockerDefault
2026-05-19 16:49:15 INFO server odoo.modules.loading:358 1 modules loaded in 0.01s, 0 queries (+0 extra)
2026-05-19 16:49:15 INFO server odoo.modules.loading:358 17 modules loaded in 0.12s, 0 queries (+0 extra)
2026-05-22 18:22:14 INFO runbot Kill build 00439-v17-