Date |
Level |
Type |
Message |
2024-12-05 13:35:47
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+
|
2024-12-05 13:35:47
|
|
|
Starting step base from config Adhoc Conf con tests 17+
|
2024-12-05 13:35:47
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-12-05 13:36:10
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 11.00s, 9049 queries (+9049 extra)
|
2024-12-05 13:36:27
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 8.36s, 7149 queries (+7149 extra)
|
2024-12-05 13:36:28
|
|
|
Step base finished in 37s
|
2024-12-05 13:36:28
|
|
|
Starting step all from config Adhoc Conf con tests 17+
|
2024-12-05 13:36:28
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-12-05 13:36:52
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 11.89s, 9049 queries (+9049 extra)
|
2024-12-05 13:46:52
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Responsable Inscripto company
|
2024-12-05 13:46:52
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert10 in (AR) Monotributista company
|
2024-12-05 13:46:52
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert10 in (AR) Exento company
|
2024-12-05 13:48:07
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:52:15
|
WARNING
|
server
|
odoo.modules.loading:94
Module demo_base_minimal 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 556, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 280, in _tag_function
_eval_xml(self, rec, env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 205, in _eval_xml
return odoo.api.call_kw(model, method_name, args, kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 468, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 449, in _call_kw_multi
ids, args = args[0], args[1:]
IndexError: list index out of range
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 627, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 693, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 613, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 569, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-ingadhoc-demo/demo_base_minimal/demo/init_demo_py.xml:10, somewhere inside
<function model="res.partner" name="_init_demo_base"/>
|
2024-12-05 13:52:43
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_account_payment_pro_sale_type:25
ERROR: TestAccountPaymentProSaleType.test_account_payment_pro_sale_type
Traceback (most recent call last):
File "/data/build/ingadhoc-ingadhoc-demo/demo_full/tests/test_account_payment_pro_sale_type.py", line 25, in setUp
self.sale_order_type['payment_atomation'] = 'validate_payment'
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6659, in __setitem__
return self._fields[key].__set__(self, value)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4447, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1463, in _validate_fields
check(self)
File "/data/build/ingadhoc-sale/sale_order_type_automation/models/sale_order_type.py", line 116, in validate_invoicing_atomation
payment_journal_required = self.filtered(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6129, in filtered
return self.browse([rec.id for rec in self if func(rec)])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6129, in <listcomp>
return self.browse([rec.id for rec in self if func(rec)])
File "/data/build/ingadhoc-sale/sale_order_type_automation/models/sale_order_type.py", line 118, in <lambda>
not x.payment_journal_id)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 2907, in __get__
return super().__get__(records, owner)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1152, in __get__
self.recompute(record)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1367, in recompute
apply_except_missing(self.compute_value, recs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1340, in apply_except_missing
func(records)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1389, in compute_value
records._compute_field_value(self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4899, in _compute_field_value
self.filtered('id')._validate_fields(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1463, in _validate_fields
check(self)
File "/data/build/ingadhoc-sale/sale_order_type_automation/models/sale_order_type.py", line 120, in validate_invoicing_atomation
raise ValidationError(_(
odoo.exceptions.ValidationError: If you choose a Payment automation, Payment Journal is required
|
2024-12-05 13:52:43
|
ERROR
|
server
|
odoo.sql_db:335
bad query: INSERT INTO "account_move" ("auto_post", "company_id", "create_date", "create_uid", "currency_id", "date", "extract_state", "fiscal_position_id", "invoice_incoterm_id", "invoice_payment_term_id", "journal_id", "l10n_es_edi_facturae_reason_code", "l10n_es_reports_mod349_invoice_type", "move_type", "partner_id", "partner_shipping_id", "sale_type_id", "state", "team_id", "write_date", "write_uid") VALUES ('no', NULL, '2024-12-05 13:52:41.012591', 1, NULL, '2024-12-05', 'no_extract_requested', NULL, NULL, 10, NULL, '10', NULL, 'out_invoice', 102, 102, NULL, 'draft', 1, '2024-12-05 13:52:41.012591', 1) RETURNING "id"
ERROR: null value in column "journal_id" violates not-null constraint
DETAIL: Failing row contains (205, null, null, null, null, null, null, null, null, null, null, 10, 102, null, 102, null, null, null, null, null, null, null, 1, 1, null, null, null, null, draft, out_invoice, no, null, null, null, null, null, null, null, null, 2024-12-05, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 2024-12-05 13:52:41.012591, 2024-12-05 13:52:41.012591, null, null, null, null, null, null, null, null, no_extract_requested, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2024-12-05 13:52:43
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_multicompany_02:79
ERROR: TestMulticompany02.test_multicompany_payment_term
Traceback (most recent call last):
File "/data/build/ingadhoc-ingadhoc-demo/demo_full/tests/test_multicompany_02.py", line 79, in test_multicompany_payment_term
invoice = self.env['account.move'].create({
File "<decorator-gen-1070>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 414, in _model_create_multi
return create(self, [arg])
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_es_reports/models/account_move.py", line 136, in create
moves = super().create(vals_list)
File "<decorator-gen-995>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase/models/account_invoice.py", line 138, in create
moves = super(AccountMove, self).create(vals_list)
File "<decorator-gen-526>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 2484, in create
moves = super().create(vals_list)
File "<decorator-gen-150>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_thread.py", line 259, in create
threads = super(MailThread, self).create(vals_list)
File "<decorator-gen-12>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4627, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4815, in _create
cr.execute(SQL(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 332, 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 (205, null, null, null, null, null, null, null, null, null, null, 10, 102, null, 102, null, null, null, null, null, null, null, 1, 1, null, null, null, null, draft, out_invoice, no, null, null, null, null, null, null, null, null, 2024-12-05, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 2024-12-05 13:52:41.012591, 2024-12-05 13:52:41.012591, null, null, null, null, null, null, null, null, no_extract_requested, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2024-12-05 13:52:43
|
ERROR
|
server
|
odoo.sql_db:335
bad query: INSERT INTO "sale_order" ("company_id", "create_date", "create_uid", "currency_id", "currency_rate", "date_order", "delivery_status", "fiscal_position_id", "health", "is_batch", "is_invoice_cron", "is_rental_order", "journal_id", "locked", "name", "note", "partner_id", "partner_invoice_id", "partner_shipping_id", "payment_term_id", "percentage_satisfaction", "picking_policy", "prepayment_percent", "pricelist_id", "require_payment", "require_signature", "sale_checkbook_id", "sale_order_template_id", "state", "team_id", "type_id", "user_id", "validity_date", "warehouse_id", "write_date", "write_uid") VALUES (NULL, '2024-12-05 13:52:41.012591', 1, NULL, 1.0, '2024-12-05 13:52:41', 'no', NULL, 'normal', false, false, false, NULL, false, 'V 0001-00000428', NULL, 102, 102, 102, NULL, -1, 'direct', 0.0, NULL, false, false, NULL, NULL, 'draft', 1, 11, 1, NULL, NULL, '2024-12-05 13:52:41.012591', 1) RETURNING "id"
ERROR: null value in column "company_id" violates not-null constraint
DETAIL: Failing row contains (429, null, null, null, null, 102, null, 102, 102, null, null, null, null, 1, 1, null, 1, 1, null, V 0001-00000428, draft, null, null, null, null, null, null, null, 1.0, null, null, null, null, f, f, f, 2024-12-05 13:52:41.012591, null, 2024-12-05 13:52:41, null, 2024-12-05 13:52:41.012591, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, f, null, null, null, null, direct, no, null, null, null, null, null, null, 11, null, null, null, null, null, null, null, null, null, null, null, null, -1, normal, null, null, null, null, null, null, null, null, null, f, f, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2024-12-05 13:52:43
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_multicompany_02:50
ERROR: TestMulticompany02.test_multicompany_sale_order
Traceback (most recent call last):
File "/data/build/ingadhoc-ingadhoc-demo/demo_full/tests/test_multicompany_02.py", line 50, in test_multicompany_sale_order
sale_order = self.sale_order_model.create(vals)
File "<decorator-gen-1176>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 414, in _model_create_multi
return create(self, [arg])
File "/data/build/adhoc-cicd-odoo-enterprise/industry_fsm_sale/models/sale_order.py", line 15, in create
orders = super().create(vals)
File "<decorator-gen-1168>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/ingadhoc-sale/sale_stock_ux/models/sale_order.py", line 66, in create
return super().create(vals_list)
File "<decorator-gen-1166>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_project/models/sale_order.py", line 251, in create
created_records = super().create(vals_list)
File "<decorator-gen-1163>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/ingadhoc-sale/sale_order_type_ux/models/sale_order.py", line 24, in create
res = super().create(vals)
File "<decorator-gen-1158>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website_sale/models/sale_order.py", line 48, in create
return super().create(vals_list)
File "<decorator-gen-1149>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/sale_order.py", line 613, in create
orders = super().create(vals_list)
File "<decorator-gen-1135>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-oca-sale-workflow/sale_order_type/models/sale.py", line 169, in create
return super().create(vals_list)
File "<decorator-gen-1127>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/ingadhoc-argentina-sale/l10n_ar_sale/models/sale_order.py", line 71, in create
return super(SaleOrder, self).create(vals)
File "<decorator-gen-1041>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/sale_order.py", line 801, in create
return super().create(vals_list)
File "<decorator-gen-150>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_thread.py", line 259, in create
threads = super(MailThread, self).create(vals_list)
File "<decorator-gen-12>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4627, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4815, in _create
cr.execute(SQL(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 332, 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 (429, null, null, null, null, 102, null, 102, 102, null, null, null, null, 1, 1, null, 1, 1, null, V 0001-00000428, draft, null, null, null, null, null, null, null, 1.0, null, null, null, null, f, f, f, 2024-12-05 13:52:41.012591, null, 2024-12-05 13:52:41, null, 2024-12-05 13:52:41.012591, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, f, null, null, null, null, direct, no, null, null, null, null, null, null, 11, null, null, null, null, null, null, null, null, null, null, null, null, -1, normal, null, null, null, null, null, null, null, null, null, f, f, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2024-12-05 13:52:43
|
ERROR
|
server
|
odoo.modules.loading:321
Module demo_full: 0 failures, 3 errors of 10 tests
|
2024-12-05 13:52:43
|
INFO
|
server
|
odoo.modules.loading:303
567 modules loaded in 942.04s, 412157 queries (+441843 extra)
|
2024-12-05 13:52:53
|
INFO
|
server
|
odoo.modules.loading:303
576 modules loaded in 8.12s, 2172 queries (+2172 extra)
|
2024-12-05 13:52:53
|
ERROR
|
server
|
odoo.modules.loading:595
At least one test failed when loading the modules.
|
2024-12-05 13:52:59
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:303
Pregenerating assets bundles
|
2024-12-05 13:54:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:54:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:26
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:31
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:42
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:48
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:53
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:55:59
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:04
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:04
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:09
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:20
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:26
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:26
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:56:36
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, company_2_data
|
2024-12-05 13:56:42
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, company_1_data, company_2_data
|
2024-12-05 13:56:47
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests), company_2_data
|
2024-12-05 13:57:25
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:57:31
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:57:36
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:57:36
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:57:47
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:57:47
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:58:03
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:58:09
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-12-05 13:58:25
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, company_2_data
|
2024-12-05 13:58:30
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, company_1_data, company_2_data
|
2024-12-05 13:58:36
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto, (AR) Responsable Inscripto (Unit Tests), company_2_data
|
2024-12-05 13:59:03
|
WARNING
|
server
|
odoo.addons.demo_full.tests.test_multicompany.TestMulticompany.browser:1263
Tour multicompany failed at step button[name='action_post']
{
"trigger": "button[id='create_invoice_open']",
"run": "click"
},
{
"trigger": ".o_button_icon.fa-pencil",
"run": "click"
},
{
"trigger": "button[name='change_company']",
"run": "click",
"isChecked": true
},
----- FAILING STEP -----
{
"trigger": "button[name='action_post']",
"run": "click",
"isChecked": true
},
-----------------------
|
2024-12-05 13:59:03
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_multicompany.TestMulticompany.browser:1263
Tour multicompany failed at step button[name='action_post']
|
2024-12-05 13:59:03
|
INFO
|
server
|
odoo.addons.demo_full.tests.test_multicompany.TestMulticompany:303
Screenshot in: /data/build/tests/97505-17-0-all/screenshots/sc_20241205_135902_365025_TestMulticompany.png
|
2024-12-05 13:59:03
|
INFO
|
server
|
odoo.addons.demo_full.tests.test_multicompany.TestMulticompany:303
Screenshot in: /data/build/tests/97505-17-0-all/screenshots/sc_20241205_135902_422752_TestMulticompany.png
|
2024-12-05 13:59:03
|
ERROR
|
server
|
odoo.addons.demo_full.tests.test_multicompany:53
FAIL: TestMulticompany.test_multicompany
Traceback (most recent call last):
File "/data/build/ingadhoc-ingadhoc-demo/demo_full/tests/test_multicompany.py", line 53, in test_multicompany
self.start_tour(url, 'multicompany', login="admin",tep_delay=100)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 1899, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 1878, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('multicompany', {"stepDelay": 0, "keepWatchBrowser": false, "startUrl": "/web#cids=False-5&action=menu"})" failed
Tour multicompany failed at step button[name='action_post']
|
2024-12-05 14:00:03
|
ERROR
|
server
|
odoo.tests.result:601
1 failed, 3 error(s) of 308 tests when loading database '97505-17-0-all'
|
2024-12-05 14:00:14
|
INFO
|
runbot
|
Getting results for build 97505-17-0
|
2024-12-05 14:00:14
|
|
|
Step all finished in 24m
|
2024-12-05 14:00:14
|
|
|
Starting step setup from config Adhoc Conf con tests 17+
|
2024-12-05 14:00:14
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-12-05 14:00:15
|
INFO
|
runbot
|
Step setup finished in 0s
|
2024-12-05 14:00:15
|
|
|
Starting step run from config Adhoc Conf con tests 17+
|
2024-12-05 14:00:15
|
INFO
|
runbot
|
Start running build 97505-17-0
|
2024-12-05 14:00:15
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-12-05 14:00:21
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2024-12-05 14:00:21
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 0.29s, 0 queries (+0 extra)
|
2024-12-05 17:06:49
|
INFO
|
runbot
|
Kill build 97505-17-0
|