Date | Level | Type | Message |
---|---|---|---|
2025-04-17 16:42:45 | INFO | runbot | Init build environment with config Adhoc Conf (no test) - Con traducciones |
2025-04-17 16:42:45 | Starting step base from config Adhoc Conf (no test) - Con traducciones | ||
2025-04-17 16:42:45 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18-next |
2025-04-17 16:43:07 | INFO | server | odoo.modules.loading:357 1 modules loaded in 9.85s, 9227 queries (+9227 extra) |
2025-04-17 16:43:15 | INFO | server | odoo.modules.loading:357 19 modules loaded in 6.97s, 7938 queries (+7938 extra) |
2025-04-17 16:43:21 | Step base finished in 29s | ||
2025-04-17 16:43:21 | Starting step all_no_test from config Adhoc Conf (no test) - Con traducciones | ||
2025-04-17 16:43:21 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18-next |
2025-04-17 16:43:41 | INFO | server | odoo.modules.loading:357 1 modules loaded in 9.65s, 9227 queries (+9227 extra) |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | ERROR | server |
odoo.sql_db:357
bad query: b'INSERT INTO "ai_agent" ("active", "create_date", "create_uid", "file_search", "name", "remoteID", "sequence", "system_instructions", "vector_store_id", "write_date", "write_uid") VALUES (true, \'2025-04-17 16:43:55.998577\', 1, true, \'Demo Agent\', \'asst_yQ9zY7zaMr3e2gnVlSe64DCG\', 10, \'Demo Agent System Instructions\', 1, \'2025-04-17 16:43:55.998577\', 1) RETURNING "id"' ERROR: null value in column "description" violates not-null constraint DETAIL: Failing row contains (1, 10, 1, null, 1, 1, Demo Agent, asst_yQ9zY7zaMr3e2gnVlSe64DCG, null, Demo Agent System Instructions, null, t, t, null, null, 2025-04-17 16:43:55.998577, 2025-04-17 16:43:55.998577). |
2025-04-17 16:43:58 | WARNING | server |
odoo.modules.loading:94
Module ai_agent demo data failed to install, installed without demo data Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 537, in _tag_root f(rec) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 437, in _tag_record record = model._load_records([data], self.mode == 'update') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5509, in _load_records records = self._load_records_create([data['values'] for data in to_create]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5413, in _load_records_create records = self.create(vals_list) ^^^^^^^^^^^^^^^^^^^^^^ File "<decorator-gen-41>", line 2, in create File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 496, in _model_create_multi return create(self, arg) ^^^^^^^^^^^^^^^^^ File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_thread.py", line 268, in create threads = super(MailThread, self).create(vals_list) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<decorator-gen-0>", line 2, in create File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 496, in _model_create_multi return create(self, arg) ^^^^^^^^^^^^^^^^^ File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5017, in create records = self._create(data_list) ^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5201, in _create cr.execute(SQL( File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 354, in execute res = self._obj.execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ psycopg2.errors.NotNullViolation: null value in column "description" violates not-null constraint DETAIL: Failing row contains (1, 10, 1, null, 1, 1, Demo Agent, asst_yQ9zY7zaMr3e2gnVlSe64DCG, null, Demo Agent System Instructions, null, t, t, null, null, 2025-04-17 16:43:55.998577, 2025-04-17 16:43:55.998577). The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 90, in load_demo load_data(env(su=True), idref, mode, kind='demo', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 72, in load_data tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 608, in convert_file convert_xml_import(env, module, fp, idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 679, in convert_xml_import obj.parse(doc.getroot()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 594, in parse self._tag_root(de) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 550, in _tag_root raise ParseError('while parsing %s:%s, somewhere inside\n%s' % ( odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/ai_agent/demo/ai_agent_demo.xml:2, somewhere inside <record id="ai_agent_1" model="ai.agent"> <field name="name">Demo Agent</field> <field name="system_instructions">Demo Agent System Instructions</field> <field name="vector_store_id" ref="ai_vector_store_1"/> <field name="remoteID">asst_yQ9zY7zaMr3e2gnVlSe64DCG</field> </record> |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:43:58 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | INFO | server | odoo.modules.loading:357 34 modules loaded in 18.10s, 19241 queries (+19276 extra) |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | WARNING | server | odoo.fields:529 Field ai.action.template_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it |
2025-04-17 16:44:04 | Step all_no_test finished in 42s | ||
2025-04-17 16:44:04 | Starting step setup from config Adhoc Conf (no test) - Con traducciones | ||
2025-04-17 16:44:04 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18-next |
2025-04-17 16:44:05 | INFO | runbot | Step setup finished in 1s |
2025-04-17 16:44:05 |
Skipping step |
||
2025-04-17 16:44:05 | Starting step run from config Adhoc Conf (no test) - Con traducciones | ||
2025-04-17 16:44:05 | INFO | runbot | build has a parent, skip run |
2025-04-17 16:44:06 | INFO | runbot | Step run finished in 1s |