Commit: telescope-addons:9c2b90d5  
Subject: Merge branch 'dev-metal-dashboard' of github.com:TelescopeCasual/odoo into dev-metal-dashboard
Author: Jake Warren
Committer: Jake Warren
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: 74m
Wait time: 75m
Load time: 74m
Date Level Type Message
2026-05-19 14:34:51 INFO runbot Rebuild initiated by Jake Warren
2026-05-19 14:34:55 INFO runbot Init build environment with config Default
2026-05-19 14:34:55 Starting step base from config Default
2026-05-19 14:34:55 Using Dockerfile Tag odoo:TelescopeDockerDefault
2026-05-19 14:35:49 INFO server odoo.modules.loading:358 1 modules loaded in 8.57s, 9072 queries (+9072 extra)
2026-05-19 14:35:54 INFO server odoo.modules.loading:358 17 modules loaded in 4.09s, 7053 queries (+7053 extra)
2026-05-19 14:35:57 INFO runbot Getting results for build 00436-v17-
2026-05-19 14:35:57 Step base finished in 59s
2026-05-19 14:35:57 Starting step all from config Default
2026-05-19 14:35:57 Using Dockerfile Tag odoo:TelescopeDockerDefault
2026-05-19 14:37:19 INFO server odoo.modules.loading:358 1 modules loaded in 37.67s, 9072 queries (+34412 extra)
2026-05-19 14:47:10 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 14:47:10 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 14:47:10 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 14:47:10.337362', 1, 1.0, 1.0, true, '2026-05-19 14:47:10.337362', 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 14:47:10 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 14:47:10 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 14:47:10 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 14:47:10 ERROR server odoo.modules.loading:322 Module production_customizations: 0 failures, 3 errors of 3 tests
2026-05-19 14:54:10 INFO server odoo.modules.loading:358 152 modules loaded in 1008.99s, 141015 queries (+1203031 extra)
2026-05-19 14:54:14 INFO server odoo.modules.loading:358 158 modules loaded in 4.17s, 1342 queries (+1342 extra)
2026-05-19 14:54:16 ERROR server odoo.modules.loading:605 At least one test failed when loading the modules.
2026-05-19 14:54:17 INFO server odoo.addons.base.models.ir_qweb:358 Pregenerating assets bundles
2026-05-19 14:54:48 INFO server odoo.addons.base.tests.test_http_case.TestChromeBrowser:358 Screencast frames in: /data/build/tests/00436-v17--all/screencasts/failed_screencast_20260519_145448_237456
2026-05-19 14:54:50 INFO server odoo.addons.base.tests.test_http_case.TestChromeBrowserOddDimensions:358 Screencast frames in: /data/build/tests/00436-v17--all/screencasts/failed_screencast_20260519_145450_619433
2026-05-19 15:49:12 ERROR server odoo.tests.result:651 0 failed, 3 error(s) of 5769 tests when loading database '00436-v17--all'
2026-05-19 15:49:24 INFO runbot Getting results for build 00436-v17-
2026-05-19 15:49:24 Step all finished in 73m
2026-05-19 15:49:24 Starting step run from config Default
2026-05-19 15:49:24 INFO runbot Start running build 00436-v17-
2026-05-19 15:49:24 Using Dockerfile Tag odoo:TelescopeDockerDefault
2026-05-19 15:50:12 INFO server odoo.modules.loading:358 1 modules loaded in 0.01s, 0 queries (+0 extra)
2026-05-19 15:50:12 INFO server odoo.modules.loading:358 17 modules loaded in 0.13s, 0 queries (+0 extra)
2026-05-20 15:09:24 INFO runbot Kill build 00436-v17-