Date |
Level |
Type |
Message |
2025-02-12 10:31:53
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+
|
2025-02-12 10:31:53
|
|
|
Starting step base from config Adhoc Conf con tests 17+
|
2025-02-12 10:31:53
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-18
|
2025-02-12 10:32:12
|
INFO
|
server
|
odoo.modules.loading:329
1 modules loaded in 8.07s, 9223 queries (+9223 extra)
|
2025-02-12 10:32:18
|
INFO
|
server
|
odoo.modules.loading:329
19 modules loaded in 5.78s, 7938 queries (+7938 extra)
|
2025-02-12 10:32:18
|
|
|
Step base finished in 25s
|
2025-02-12 10:32:18
|
|
|
Starting step all from config Adhoc Conf con tests 17+
|
2025-02-12 10:32:18
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-18
|
2025-02-12 10:32:38
|
INFO
|
server
|
odoo.modules.loading:329
1 modules loaded in 8.94s, 9223 queries (+9223 extra)
|
2025-02-12 10:34:46
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.partner_id cannot be precomputed as it depends on non-precomputed field account.payment.is_internal_transfer
File "/data/build/adhoc-cicd-odoo-odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/command.py", line 66, in main
o.run(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 180, in run
main(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 173, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1414, in start
rc = server.run(preload, stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 581, in run
rc = preload_registries(preload)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1318, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-13>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 127, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 205, in load_module_graph
registry.init_models(env.cr, model_names, {'module': package.name}, new_install)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 614, in init_models
func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 59, in mark_modified
records.modified(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 10:34:46
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.journal_id cannot be precomputed as it depends on non-precomputed field account.payment.partner_id
File "/data/build/adhoc-cicd-odoo-odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/command.py", line 66, in main
o.run(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 180, in run
main(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 173, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1414, in start
rc = server.run(preload, stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 581, in run
rc = preload_registries(preload)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1318, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-13>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 127, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 205, in load_module_graph
registry.init_models(env.cr, model_names, {'module': package.name}, new_install)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 614, in init_models
func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 59, in mark_modified
records.modified(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 10:34:46
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.company_id cannot be precomputed as it depends on non-precomputed field account.payment.journal_id
File "/data/build/adhoc-cicd-odoo-odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/command.py", line 66, in main
o.run(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 180, in run
main(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 173, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1414, in start
rc = server.run(preload, stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 581, in run
rc = preload_registries(preload)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1318, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-13>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 127, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 205, in load_module_graph
registry.init_models(env.cr, model_names, {'module': package.name}, new_install)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 614, in init_models
func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 59, in mark_modified
records.modified(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 10:34:46
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.currency_id cannot be precomputed as it depends on non-precomputed field account.payment.journal_id
File "/data/build/adhoc-cicd-odoo-odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/command.py", line 66, in main
o.run(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 180, in run
main(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 173, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1414, in start
rc = server.run(preload, stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 581, in run
rc = preload_registries(preload)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1318, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-13>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 127, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 205, in load_module_graph
registry.init_models(env.cr, model_names, {'module': package.name}, new_install)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 614, in init_models
func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 59, in mark_modified
records.modified(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 10:37:49
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.counterpart_exchange_rate cannot be precomputed as it depends on non-precomputed field account.payment.company_id
File "/data/build/adhoc-cicd-odoo-odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/command.py", line 66, in main
o.run(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 180, in run
main(args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/cli/server.py", line 173, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1414, in start
rc = server.run(preload, stop)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 581, in run
rc = preload_registries(preload)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1318, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-13>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 127, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 205, in load_module_graph
registry.init_models(env.cr, model_names, {'module': package.name}, new_install)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 614, in init_models
func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 59, in mark_modified
records.modified(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 10:40:13
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:128
Setting demo certificate from False to AR demo certificate 2 in (AR) Responsable Inscripto company
|
2025-02-12 10:40:13
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:128
Setting demo certificate from False to AR demo certificate 3 in (AR) Monotributista company
|
2025-02-12 10:40:13
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:128
Setting demo certificate from False to AR demo certificate 7 in (AR) Exento company
|
2025-02-12 10:41:55
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:42:11
|
WARNING
|
server
|
odoo.modules.loading:93
Module l10n_ar_tax demo data failed to install, installed without demo data
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 445, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 440, in _make_request
httplib_response = conn.getresponse()
File "/usr/local/lib/python3.10/http/client.py", line 1375, in getresponse
response.begin()
File "/usr/local/lib/python3.10/http/client.py", line 318, in begin
version, status, reason = self._read_status()
File "/usr/local/lib/python3.10/http/client.py", line 279, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/local/lib/python3.10/socket.py", line 717, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib/python3.10/ssl.py", line 1307, in recv_into
return self.read(nbytes, buffer)
File "/usr/local/lib/python3.10/ssl.py", line 1163, in read
return self._sslobj.read(len, buffer)
TimeoutError: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.10/site-packages/urllib3/util/retry.py", line 532, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise
raise value
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 447, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='app.rentascordoba.gob.ar', port=443): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
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 5467, 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 5371, in _load_records_create
records = self.create(vals_list)
File "<decorator-gen-1384>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_es_reports/models/account_move.py", line 145, in create
moves = super().create(vals_list)
File "<decorator-gen-1201>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase/models/account_invoice.py", line 167, in create
moves = super(AccountMove, self).create(vals_list)
File "<decorator-gen-605>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 3168, in create
moves = super().create(vals_list)
File "<decorator-gen-147>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, 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-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5218, in _create
field.create([
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4491, in create
self.write_batch(record_values, True)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4517, in write_batch
self.write_real(records_commands_list, create)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4713, in write_real
flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4668, in flush
comodel.create(to_create)
File "<decorator-gen-609>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move_line.py", line 1495, in create
lines = super().create([self._sanitize_vals(vals) for vals in vals_list])
File "<decorator-gen-362>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/analytic/models/analytic_mixin.py", line 160, in create
return super().create(vals_list)
File "<decorator-gen-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4923, in create
new_vals_list = self._prepare_create_values(vals_list)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move_line.py", line 1428, in _prepare_create_values
result_vals_list = super()._prepare_create_values(vals_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5080, in _prepare_create_values
self._add_precomputed_values(result_vals_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5117, in _add_precomputed_values
vals[fname] = field.convert_to_write(record[fname], self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6999, in __getitem__
return self._fields[key].__get__(self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 3047, in __get__
return super().__get__(records, owner)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1291, in __get__
self.compute_value(recs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1473, in compute_value
records._compute_field_value(self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5238, in _compute_field_value
fields.determine(field.compute, self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 110, in determine
return needle(*args)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_move_line.py", line 35, in _compute_tax_ids
super(AccountMoveLine, lines_to_compute)._compute_tax_ids()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move_line.py", line 866, in _compute_tax_ids
line.tax_ids = line._get_computed_taxes()
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_tax/models/account_move_line.py", line 24, in _get_computed_taxes
taxes += self.move_id.fiscal_position_id._l10n_ar_add_taxes(
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_tax/models/account_fiscal_position.py", line 36, in _l10n_ar_add_taxes
partner_tax = fp_tax._get_missing_taxes(partner, date)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_tax/models/account_fiscal_position_l10n_ar_tax.py", line 51, in _get_missing_taxes
taxes += rec._get_tax_from_ws(partner, date)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_tax/models/account_fiscal_position_l10n_ar_tax.py", line 105, in _get_tax_from_ws
aliquot, ref = getattr(self, "_get_%s_data" % self.webservice)(partner, date, to_date)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_tax/models/account_fiscal_position_l10n_ar_tax.py", line 230, in _get_rentas_cordoba_data
r = requests.post(url, data=json.dumps(payload), headers=headers, timeout=10)
File "/usr/local/lib/python3.10/site-packages/requests/api.py", line 119, in post
return request('post', url, data=data, json=json, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 529, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='app.rentascordoba.gob.ar', port=443): Read timed out. (read timeout=10)
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 89, 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 71, 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,
...<message too long, truncated>
|
2025-02-12 10:43:07
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:44:36
|
ERROR
|
server
|
odoo.sql_db:357
bad query: b'INSERT INTO "account_payment" ("create_date", "create_uid", "date", "journal_id", "partner_type", "payment_type", "state", "write_date", "write_uid") VALUES (\'2025-02-12 10:44:35.467288\', 3, \'2025-02-12\', 27, \'customer\', \'inbound\', \'draft\', \'2025-02-12 10:44:35.467288\', 3) RETURNING "id"'
ERROR: null value in column "company_id" violates not-null constraint
DETAIL: Failing row contains (4, null, null, 27, null, null, null, null, null, null, null, null, null, 3, 3, null, draft, inbound, customer, null, null, 2025-02-12, null, null, null, null, null, 2025-02-12 10:44:35.467288, 2025-02-12 10:44:35.467288, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-12 10:44:36
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_account_journal_security:29
ERROR: TestAccountJournalSecurity.test_journal_security_1
Traceback (most recent call last):
File "/data/build/ingadhoc-ingadhoc-demo/demo_full/tests/test_account_journal_security.py", line 29, in test_journal_security_1
.create({"journal_id": self.company_bank_journal.id})
File "<decorator-gen-1248>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 479, in _model_create_multi
return create(self, [arg])
File "/data/build/ingadhoc-multi-company/payment_multic_ux/models/account_payment.py", line 16, in create
return super().create(val_list)
File "<decorator-gen-612>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment.py", line 865, in create
payments = super().create(vals_list)
File "<decorator-gen-147>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, 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-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5159, 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 "company_id" violates not-null constraint
DETAIL: Failing row contains (4, null, null, 27, null, null, null, null, null, null, null, null, null, 3, 3, null, draft, inbound, customer, null, null, 2025-02-12, null, null, null, null, null, 2025-02-12 10:44:35.467288, 2025-02-12 10:44:35.467288, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-12 10:44:36
|
ERROR
|
server
|
odoo.sql_db:357
bad query: b'INSERT INTO "account_payment" ("create_date", "create_uid", "date", "journal_id", "partner_type", "payment_type", "state", "write_date", "write_uid") VALUES (\'2025-02-12 10:44:35.467288\', 3, \'2025-02-12\', 27, \'customer\', \'inbound\', \'draft\', \'2025-02-12 10:44:35.467288\', 3) RETURNING "id"'
ERROR: null value in column "company_id" violates not-null constraint
DETAIL: Failing row contains (5, null, null, 27, null, null, null, null, null, null, null, null, null, 3, 3, null, draft, inbound, customer, null, null, 2025-02-12, null, null, null, null, null, 2025-02-12 10:44:35.467288, 2025-02-12 10:44:35.467288, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-12 10:44:36
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_account_journal_security:90
ERROR: TestAccountJournalSecurity.test_journal_security_2
Traceback (most recent call last):
File "/data/build/ingadhoc-ingadhoc-demo/demo_full/tests/test_account_journal_security.py", line 90, in test_journal_security_2
.create({"journal_id": self.company_bank_journal.id})
File "<decorator-gen-1248>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 479, in _model_create_multi
return create(self, [arg])
File "/data/build/ingadhoc-multi-company/payment_multic_ux/models/account_payment.py", line 16, in create
return super().create(val_list)
File "<decorator-gen-612>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment.py", line 865, in create
payments = super().create(vals_list)
File "<decorator-gen-147>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, 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-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5159, 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 "company_id" violates not-null constraint
DETAIL: Failing row contains (5, null, null, 27, null, null, null, null, null, null, null, null, null, 3, 3, null, draft, inbound, customer, null, null, 2025-02-12, null, null, null, null, null, 2025-02-12 10:44:35.467288, 2025-02-12 10:44:35.467288, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-12 10:44:47
|
ERROR
|
server
|
odoo.modules.loading:320
Module demo_full: 0 failures, 2 errors of 10 tests
|
2025-02-12 10:44:52
|
INFO
|
server
|
odoo.modules.loading:329
621 modules loaded in 727.38s, 405171 queries (+431165 extra)
|
2025-02-12 10:44:52
|
INFO
|
server
|
odoo.modules.loading:329
622 modules loaded in 0.87s, 340 queries (+340 extra)
|
2025-02-12 10:44:52
|
ERROR
|
server
|
odoo.modules.loading:594
At least one test failed when loading the modules.
|
2025-02-12 10:44:58
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:329
Pregenerating assets bundles
|
2025-02-12 10:45:54
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:45:59
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:10
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:33
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:38
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:44
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:44
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:50
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:46:50
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:47:40
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:47:46
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:47:52
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:47:52
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:03
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:03
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:08
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:08
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:14
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:19
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, company_1_data
|
2025-02-12 10:48:19
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests)
|
2025-02-12 10:48:25
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests)
|
2025-02-12 10:48:25
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests)
|
2025-02-12 10:48:53
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:48:58
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:04
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:04
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:21
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:21
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:21
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:26
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:26
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:32
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:32
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:32
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:32
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:37
|
ERROR
|
server
|
odoo.sql_db:357
bad query: b'INSERT INTO "account_payment" ("amount", "create_date", "create_uid", "date", "partner_id", "partner_type", "payment_type", "state", "write_date", "write_uid") VALUES (400.0, \'2025-02-12 10:49:11.495133\', 54, \'2025-02-12\', 325, \'customer\', \'inbound\', \'draft\', \'2025-02-12 10:49:11.495133\', 54) RETURNING "id"'
ERROR: null value in column "journal_id" violates not-null constraint
DETAIL: Failing row contains (14, null, null, null, null, null, null, null, null, null, 325, null, null, 54, 54, null, draft, inbound, customer, null, null, 2025-02-12, 400.0, null, null, null, null, 2025-02-12 10:49:11.495133, 2025-02-12 10:49:11.495133, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-12 10:49:37
|
ERROR
|
server
|
odoo.addons.account_followup.tests.test_followup_report:330
ERROR: TestAccountFollowupReports.test_negative_followup_report
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/account_followup/tests/test_followup_report.py", line 330, in test_negative_followup_report
self.env['account.payment'].create({
File "<decorator-gen-1248>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 479, in _model_create_multi
return create(self, [arg])
File "/data/build/ingadhoc-multi-company/payment_multic_ux/models/account_payment.py", line 16, in create
return super().create(val_list)
File "<decorator-gen-612>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment.py", line 865, in create
payments = super().create(vals_list)
File "<decorator-gen-147>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_thread.py", line 264, in create
threads = super(MailThread, self).create(vals_list)
File "<decorator-gen-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5159, 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 "journal_id" violates not-null constraint
DETAIL: Failing row contains (14, null, null, null, null, null, null, null, null, null, 325, null, null, 54, 54, null, draft, inbound, customer, null, null, 2025-02-12, 400.0, null, null, null, null, 2025-02-12 10:49:11.495133, 2025-02-12 10:49:11.495133, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-12 10:49:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:43
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:49:54
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:50:00
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:50:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-12 10:50:11
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, company_1_data
|
2025-02-12 10:50:11
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests)
|
2025-02-12 10:50:17
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests)
|
2025-02-12 10:50:17
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:36
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests)
|
2025-02-12 10:51:12
|
ERROR
|
server
|
odoo.tests.result:592
0 failed, 3 error(s) of 316 tests when loading database '123123-18-0-all'
|
2025-02-12 10:51:23
|
INFO
|
runbot
|
Getting results for build 123123-18-0
|
2025-02-12 10:51:23
|
|
|
Step all finished in 19m
|
2025-02-12 10:51:23
|
|
|
Starting step setup from config Adhoc Conf con tests 17+
|
2025-02-12 10:51:23
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-18
|
2025-02-12 10:51:24
|
INFO
|
runbot
|
Step setup finished in 1s
|
2025-02-12 10:51:24
|
|
|
Starting step run from config Adhoc Conf con tests 17+
|
2025-02-12 10:51:24
|
INFO
|
runbot
|
Start running build 123123-18-0
|
2025-02-12 10:51:24
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-18
|
2025-02-12 10:51:31
|
INFO
|
server
|
odoo.modules.loading:329
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2025-02-12 10:51:31
|
INFO
|
server
|
odoo.modules.loading:329
19 modules loaded in 0.47s, 0 queries (+0 extra)
|
2025-02-12 11:15:35
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.partner_id cannot be precomputed as it depends on non-precomputed field account.payment.is_internal_transfer
File "/usr/local/lib/python3.10/threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1119, in _runloop
self.process_work()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1158, in process_work
self.process_request(client, addr)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1149, in process_request
self.server.process_request(client, addr)
File "/usr/local/lib/python3.10/socketserver.py", line 347, in process_request
self.finish_request(request, client_address)
File "/usr/local/lib/python3.10/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python3.10/socketserver.py", line 747, in __init__
self.handle()
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 342, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/local/lib/python3.10/http/server.py", line 433, in handle
self.handle_one_request()
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 374, in handle_one_request
self.run_wsgi()
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 319, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 308, in execute
application_iter = app(environ, start_response)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2371, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1898, in _serve_db
return self._transactioning(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1961, in _transactioning
return service_model.retrying(func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 137, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1928, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2089, in dispatch
return self.request.registry['ir.http']._dispatch(endpoint)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 329, in _dispatch
result = endpoint(**request.params)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 727, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/controllers/binary.py", line 12, in content_assets_website
return super().content_assets(**kwargs, assets_params={'website_id': website_id})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 727, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/data/build/adhoc-cicd-odoo-odoo/addons/web/controllers/binary.py", line 143, in content_assets
attachment = env['ir.attachment'].sudo().browse(bundle.js().id)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/assetsbundle.py", line 319, in js
js_attachment = self.get_attachments(extension)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/assetsbundle.py", line 256, in get_attachments
attachment = self.env['ir.attachment'].with_user(SUPERUSER_ID).create(values)
File "<decorator-gen-436>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 479, in _model_create_multi
return create(self, [arg])
File "/data/build/adhoc-cicd-odoo-enterprise/documents_account/models/ir_attachment.py", line 10, in create
attachments = super().create(vals_list)
File "<decorator-gen-305>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_attachment.py", line 22, in create
return super().create(vals_list)
File "<decorator-gen-271>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/documents/models/ir_attachment.py", line 95, in create
attachments = super().create(vals_list)
File "<decorator-gen-191>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/product/models/ir_attachment.py", line 12, in create
attachments = super().create(vals_list)
File "<decorator-gen-64>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_attachment.py", line 655, in create
return super().create(vals_list)
File "<decorator-gen-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5212, in _create
records.modified(self._fields, create=True)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 11:15:35
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.partner_id cannot be precomputed as it depends on non-precomputed field account.payment.is_internal_transfer
File "/usr/local/lib/python3.10/threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1119, in _runloop
self.process_work()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1158, in process_work
self.process_request(client, addr)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1149, in process_request
self.server.process_request(client, addr)
File "/usr/local/lib/python3.10/socketserver.py", line 347, in process_request
self.finish_request(request, client_address)
File "/usr/local/lib/python3.10/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python3.10/socketserver.py", line 747, in __init__
self.handle()
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 342, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/local/lib/python3.10/http/server.py", line 433, in handle
self.handle_one_request()
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 374, in handle_one_request
self.run_wsgi()
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 319, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python3.10/site-packages/werkzeug/serving.py", line 308, in execute
application_iter = app(environ, start_response)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2371, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1898, in _serve_db
return self._transactioning(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1961, in _transactioning
return service_model.retrying(func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 137, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1928, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2089, in dispatch
return self.request.registry['ir.http']._dispatch(endpoint)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 329, in _dispatch
result = endpoint(**request.params)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 727, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/controllers/binary.py", line 12, in content_assets_website
return super().content_assets(**kwargs, assets_params={'website_id': website_id})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 727, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/data/build/adhoc-cicd-odoo-odoo/addons/web/controllers/binary.py", line 141, in content_assets
attachment = env['ir.attachment'].sudo().browse(bundle.css().id)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/assetsbundle.py", line 490, in css
attachments = self.get_attachments(extension)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/assetsbundle.py", line 256, in get_attachments
attachment = self.env['ir.attachment'].with_user(SUPERUSER_ID).create(values)
File "<decorator-gen-436>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 479, in _model_create_multi
return create(self, [arg])
File "/data/build/adhoc-cicd-odoo-enterprise/documents_account/models/ir_attachment.py", line 10, in create
attachments = super().create(vals_list)
File "<decorator-gen-305>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_attachment.py", line 22, in create
return super().create(vals_list)
File "<decorator-gen-271>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/documents/models/ir_attachment.py", line 95, in create
attachments = super().create(vals_list)
File "<decorator-gen-191>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/product/models/ir_attachment.py", line 12, in create
attachments = super().create(vals_list)
File "<decorator-gen-64>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_attachment.py", line 655, in create
return super().create(vals_list)
File "<decorator-gen-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 480, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5212, in _create
records.modified(self._fields, create=True)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 11:57:15
|
WARNING
|
server
|
py.warnings:322
/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py:828: UserWarning: Field account.payment.partner_id cannot be precomputed as it depends on non-precomputed field account.payment.is_internal_transfer
File "/usr/local/lib/python3.10/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done
return handle(*args_tuple)
File "/usr/local/lib/python3.10/site-packages/gevent/pywsgi.py", line 1577, in handle
handler.handle()
File "/usr/local/lib/python3.10/site-packages/gevent/pywsgi.py", line 464, in handle
result = self.handle_one_request()
File "/usr/local/lib/python3.10/site-packages/gevent/pywsgi.py", line 694, in handle_one_request
self.handle_one_response()
File "/usr/local/lib/python3.10/site-packages/gevent/pywsgi.py", line 999, in handle_one_response
self.run_application()
File "/usr/local/lib/python3.10/site-packages/gevent/pywsgi.py", line 951, in run_application
close()
File "/usr/local/lib/python3.10/site-packages/werkzeug/wsgi.py", line 466, in close
callback()
File "/usr/local/lib/python3.10/site-packages/werkzeug/wrappers/response.py", line 439, in close
func()
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/websocket.py", line 916, in <lambda>
response.call_on_close(lambda: cls._serve_forever(
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/websocket.py", line 1033, in _serve_forever
req.serve_websocket_message(message)
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/websocket.py", line 835, in serve_websocket_message
service_model.retrying(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 137, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/websocket.py", line 851, in _serve_ir_websocket
self.env['ir.websocket']._update_bus_presence(**data)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/discuss/mail_guest.py", line 38, in wrapper
return func(self, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/discuss/ir_websocket.py", line 87, in _update_bus_presence
super()._update_bus_presence(inactivity_period, im_status_ids_by_model)
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/models/ir_websocket.py", line 125, in _update_bus_presence
self.env['bus.presence'].update_presence(
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/models/bus_presence.py", line 62, in update_presence
self._update_presence(inactivity_period=inactivity_period, identity_field=identity_field, identity_value=identity_value)
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/models/bus_presence.py", line 91, in _update_presence
presence = self.create(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/bus/models/bus_presence.py", line 34, in create
presences = super().create(values)
File "<decorator-gen-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 479, in _model_create_multi
return create(self, [arg])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4975, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5212, in _create
records.modified(self._fields, create=True)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7125, in modified
todo = [self._modified([self._fields[fname] for fname in fnames], create)]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 7176, in _modified
tree = self.pool.get_trigger_tree(fields, select=select)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 417, in get_trigger_tree
trees = [
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 420, in <listcomp>
if field in self._field_triggers
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 42, in __get__
value = self.fget(obj)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 514, in _field_triggers
dependencies = list(field.resolve_depends(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 828, in resolve_depends
warnings.warn(f"Field {self} cannot be precomputed as it depends on non-precomputed field {field}")
|
2025-02-12 11:59:04
|
WARNING
|
server
|
odoo.http:2404
Uh-oh! Looks like you have stumbled upon some top-secret records.
Sorry, Soporte ADHOC (id=2) doesn't have 'read' access to:
- User (res.users)
If you really, really need access, perhaps you can win over your friendly administrator with a batch of freshly baked cookies.
This seems to be a multi-company issue, you might be able to access the record by switching to the company: My Company (San Francisco).
|
2025-02-12 12:26:21
|
ERROR
|
server
|
odoo.sql_db:357
bad query: b'\n WITH period_table(date_start, date_stop, period_index) AS ((VALUES (NULL, \'2025-02-12\', 0),(\'2025-02-11\', \'2025-01-13\', 1),(\'2025-01-12\', \'2024-12-14\', 2),(\'2024-12-13\', \'2024-11-14\', 3),(\'2024-11-13\', \'2024-10-15\', 4),(\'2024-10-14\', NULL, 5)))\n\n SELECT\n \n 1 * (\n SUM(account_move_line.amount_currency)\n - COALESCE(SUM(part_debit.debit_amount_currency), 0)\n + COALESCE(SUM(part_credit.credit_amount_currency), 0)\n ) AS amount_currency,\n ARRAY_AGG(DISTINCT account_move_line.partner_id) AS partner_id,\n ARRAY_AGG(account_move_line.payment_id) AS payment_id,\n ARRAY_AGG(DISTINCT move.invoice_date) AS invoice_date,\n ARRAY_AGG(DISTINCT COALESCE(account_move_line."date_maturity", account_move_line.date)) AS report_date,\n ARRAY_AGG(DISTINCT ("account_move_line__account_id"."code_store"->\'5\'->>0)::VARCHAR) AS account_name,\n ARRAY_AGG(DISTINCT COALESCE(account_move_line."date_maturity", account_move_line.date)) AS due_date,\n ARRAY_AGG(DISTINCT account_move_line.currency_id) AS currency_id,\n COUNT(account_move_line.id) AS aml_count,\n ARRAY_AGG(("account_move_line__account_id"."code_store"->\'5\'->>0)::VARCHAR) AS account_code,\n \n CASE WHEN period_table.period_index = 0\n THEN 1 * SUM((account_move_line.balance - COALESCE(part_debit.amount, 0) + COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1))\n ELSE 0 END AS "period0"\n ,\n CASE WHEN period_table.period_index = 1\n THEN 1 * SUM((account_move_line.balance - COALESCE(part_debit.amount, 0) + COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1))\n ELSE 0 END AS "period1"\n ,\n CASE WHEN period_table.period_index = 2\n THEN 1 * SUM((account_move_line.balance - COALESCE(part_debit.amount, 0) + COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1))\n ELSE 0 END AS "period2"\n ,\n CASE WHEN period_table.period_index = 3\n THEN 1 * SUM((account_move_line.balance - COALESCE(part_debit.amount, 0) + COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1))\n ELSE 0 END AS "period3"\n ,\n CASE WHEN period_table.period_index = 4\n THEN 1 * SUM((account_move_line.balance - COALESCE(part_debit.amount, 0) + COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1))\n ELSE 0 END AS "period4"\n ,\n CASE WHEN period_table.period_index = 5\n THEN 1 * SUM((account_move_line.balance - COALESCE(part_debit.amount, 0) + COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1))\n ELSE 0 END AS "period5"\n \n\n FROM "account_move_line" LEFT JOIN "account_account" AS "account_move_line__account_id" ON ("account_move_line"."account_id" = "account_move_line__account_id"."id")\n\n JOIN account_journal journal ON journal.id = account_move_line.journal_id\n JOIN account_move move ON move.id = account_move_line.move_id\n \n JOIN account_account aml_ct_account\n ON aml_ct_account.id = account_move_line.account_id\n LEFT JOIN account_currency_table\n ON account_move_line.company_id = account_currency_table.company_id\n AND (\n account_currency_table.rate_type = CASE\n WHEN aml_ct_account.account_type LIKE \'equity%\' THEN \'historical\'\n WHEN aml_ct_account.account_type LIKE ANY (ARRAY[\'income%\', \'expense%\', \'equity_unaffected\']) THEN \'historical\'\n ELSE \'closing\'\n END\n )\n AND (account_currency_table.date_from IS NULL OR account_currency_table.date_from <= account_move_line.date)\n AND (account_currency_table.date_next IS NULL OR account_currency_table.date_next > account_move_line.date)\n AND (account_currency_table.period_key = \'None_2025-02-12\' OR account_currency_table.period_key IS NULL)\n \n\n LEFT JOIN LATERAL (\n SELECT\n SUM(part.amount) AS amount,\n SUM(part.debit_amount_currency) AS debit_amount_currency,\n part.debit_move_id\n FROM account_partial_reconcile part\n WHERE part.max_date <= \'2025-02-12\'::date AND part.debit_move_id = account_move_line.id\n GROUP BY part.debit_move_id\n ) part_debit ON TRUE\n\n LEFT JOIN LATERAL (\n SELECT\n SUM(part.amount) AS amount,\n SUM(part.credit_amount_currency) AS credit_amount_currency,\n part.credit_move_id\n FROM account_partial_reconcile part\n WHERE part.max_date <= \'2025-02-12\'::date AND part.credit_move_id = account_move_line.id\n GROUP BY part.credit_move_id\n ) part_credit ON TRUE\n\n JOIN period_table ON\n (\n period_table.date_start IS NULL\n OR COALESCE(account_move_line."date_maturity", account_move_line.date) <= DATE(period_table.date_start)\n )\n AND\n (\n period_table.date_stop IS NULL\n OR COALESCE(account_move_line."date_maturity", account_move_line.date) >= DATE(period_table.date_stop)\n )\n\n WHERE (((((("account_move_line"."display_type" NOT IN (\'line_section\', \'line_note\')) OR "account_move_line"."display_type" IS NULL) AND ("account_move_line"."company_id" IN (5, 1))) AND ("account_move_line"."date" <= \'2025-02-12\')) AND ("account_move_line"."parent_state" = \'posted\')) AND ((("account_move_line__account_id"."non_trade" IS NULL OR "account_move_line__account_id"."non_trade" = FALSE) AND ("account_move_line__account_id"."account_type" = \'asset_receivable\')) AND ("account_move_line__account_id"."account_type" = \'asset_receivable\'))) AND (("account_move_line"."company_id" IN (5, 1)) AND ("account_move_line"."journal_id" IS NULL OR ("account_move_line"."journal_id" IN (SELECT "account_journal"."id" FROM "account_journal" WHERE (NOT EXISTS (SELECT 1 FROM "journal_security_journal_users" AS "account_journal__user_ids" WHERE "account_journal__user_ids"."journal_id" = "account_journal"."id") OR FALSE)))))\n\n GROUP BY period_table.period_index\n\n HAVING\n ROUND(SUM((CASE WHEN account_move_line.balance > 0 THEN account_move_line.balance else 0 END - COALESCE(part_debit.amount, 0)) * COALESCE(account_currency_table.rate, 1)), 2) != 0\n OR ROUND(SUM((CASE WHEN account_move_line.balance < 0 THEN -account_move_line.balance else 0 END - COALESCE(part_credit.amount, 0)) * COALESCE(account_currency_table.rate, 1)), 2) != 0\n\n ORDER BY period_table.period_index\n\n \n '
ERROR: function round(double precision, integer) does not exist
LINE 103: ROUND(SUM((CASE WHEN account_move_line.balan...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
|
2025-02-12 12:26:21
|
ERROR
|
server
|
odoo.http:2406
Exception during request handling.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2371, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1898, in _serve_db
return self._transactioning(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1961, in _transactioning
return service_model.retrying(func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 137, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1928, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2176, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 329, in _dispatch
result = endpoint(**request.params)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 727, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/data/build/adhoc-cicd-odoo-odoo/addons/web/controllers/dataset.py", line 35, in call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 517, in call_kw
result = getattr(recs, name)(*args, **kwargs)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports_cash_basis/models/account_report.py", line 17, in get_report_information
info = super().get_report_information(options)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_report.py", line 5145, in get_report_information
all_column_groups_expression_totals = self._compute_expression_totals_for_each_column_group(self.line_ids.expression_ids, options, warnings=warnings)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_report.py", line 3079, in _compute_expression_totals_for_each_column_group
current_group_expression_totals = self._compute_expression_totals_for_single_column_group(
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_report.py", line 3242, in _compute_expression_totals_for_single_column_group
formula_results = self._compute_formula_batch(column_group_options, engine, date_scope, formulas_dict, current_groupby, next_groupby,
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_report.py", line 3592, in _compute_formula_batch
return getattr(self, engine_function_name)(
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_report.py", line 4123, in _compute_formula_batch_with_engine_custom
rslt[(formula, expressions)] = custom_engine_function(
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_aged_partner_balance.py", line 84, in _report_custom_engine_aged_receivable
return self._aged_partner_report_custom_engine_common(options, 'asset_receivable', current_groupby, next_groupby, offset=offset, limit=limit)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_aged_partner_balance.py", line 272, in _aged_partner_report_custom_engine_common
self._cr.execute(query)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 354, in execute
res = self._obj.execute(query, params)
psycopg2.errors.UndefinedFunction: function round(double precision, integer) does not exist
LINE 103: ROUND(SUM((CASE WHEN account_move_line.balan...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
|
2025-02-12 15:28:05
|
INFO
|
runbot
|
Kill build 123123-18-0
|