Date |
Level |
Type |
Message |
2025-02-05 22:41:05
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+ beta
|
2025-02-05 22:41:05
|
|
|
Starting step base from config Adhoc Conf con tests 17+ beta
|
2025-02-05 22:41:05
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-05 22:41:31
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 11.36s, 9070 queries (+9070 extra)
|
2025-02-05 22:41:49
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 7.77s, 7149 queries (+7149 extra)
|
2025-02-05 22:41:50
|
|
|
Step base finished in 39s
|
2025-02-05 22:41:50
|
|
|
Starting step all-beta from config Adhoc Conf con tests 17+ beta
|
2025-02-05 22:41:50
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-05 22:42:20
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 11.09s, 9070 queries (+9070 extra)
|
2025-02-05 22:47:56
|
ERROR
|
server
|
odoo.sql_db:335
bad query: UPDATE "account_move" SET "always_tax_exigible" = false, "amount_residual" = '1150.00', "amount_residual_signed" = '1150.00', "amount_tax" = '150.00', "amount_tax_signed" = '150.00', "amount_total" = '1150.00', "amount_total_in_currency_signed" = '1150.00', "amount_total_signed" = '1150.00', "amount_untaxed" = '1000.00', "amount_untaxed_signed" = '1000.00', "commercial_partner_id" = 14, "extract_state_processed" = false, "invoice_date_due" = '2025-03-31', "invoice_partner_display_name" = 'Azure Interior', "invoice_user_id" = 1, "is_in_extractable_state" = true, "journal_id" = NULL, "next_surcharge_percent" = 0.0, "payment_state" = 'not_paid', "write_date" = '2025-02-05T22:47:54.617519'::timestamp, "write_uid" = 1 WHERE id IN (25)
ERROR: null value in column "journal_id" violates not-null constraint
DETAIL: Failing row contains (25, 0, null, null, 1, null, null, null, null, null, null, 6, 14, 14, 14, null, null, 1, null, 1, null, null, 1, 1, , null, /, null, draft, out_invoice, no, null, null, null, not_paid, null, Azure Interior, null, null, 2025-02-05, null, null, 2025-03-31, null, null, null, 1000.00, 150.00, 1150.00, 1150.00, 1000.00, 150.00, 1150.00, 1150.00, 1150.00, null, f, f, null, null, null, 2025-02-05 22:47:54.617519, 2025-02-05 22:47:54.617519, null, null, null, null, null, null, null, no_extract_requested, null, null, null, t, f, null, null, null, null, null, null, 0, null, null, null).
|
2025-02-05 22:47:56
|
ERROR
|
server
|
odoo.addons.account_ux.tests.test_account_ux:39
ERROR: TestAccountUXChangeCurrency.test_account_ux_change_currency
Traceback (most recent call last):
File "/data/build/ingadhoc-account-financial-tools/account_ux/tests/test_account_ux.py", line 39, in test_account_ux_change_currency
invoice.write({
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase/models/account_invoice.py", line 153, in write
res = super(AccountMove, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 2538, in write
)).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_thread.py", line 317, in write
result = super(MailThread, self).write(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_activity_mixin.py", line 250, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4476, in write
fields[0].determine_inverse(real_recs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1398, in determine_inverse
determine(self.inverse, records)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 102, in determine
return needle(*args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1757, in _inverse_journal_id
self._conditional_add_to_compute('company_id', lambda m: (
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4900, in _conditional_add_to_compute
to_reset = self.filtered(lambda move:
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6148, 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 6148, in <listcomp>
return self.browse([rec.id for rec in self if func(rec)])
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4901, in <lambda>
condition(move)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1758, in <lambda>
not m.company_id
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 2911, 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/addons/mail/models/mail_thread.py", line 424, in _compute_field_value
return super()._compute_field_value(field)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4918, 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/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1998, in _validate_taxes_country
self._compute_tax_country_id() # We need to ensure this field has been computed, as we use it in our check
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1450, in _compute_tax_country_id
foreign_vat_records = self.filtered(lambda r: r.fiscal_position_id.foreign_vat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6148, 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 6148, in <listcomp>
return self.browse([rec.id for rec in self if func(rec)])
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1450, in <lambda>
foreign_vat_records = self.filtered(lambda r: r.fiscal_position_id.foreign_vat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 2911, 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/addons/mail/models/mail_thread.py", line 424, in _compute_field_value
return super()._compute_field_value(field)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4918, 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/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1998, in _validate_taxes_country
self._compute_tax_country_id() # We need to ensure this field has been computed, as we use it in our check
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 1454, in _compute_tax_country_id
self.env['account.move'].concat(*record_group).tax_country_id = company_id.account_fiscal_country_id
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/addons/purchase/models/account_invoice.py", line 153, in write
res = super(AccountMove, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 2506, in write
if (move.name and move.name != '/' and move.sequence_number not in (0, 1) and 'journal_id' in vals and move.journal_id.id != vals['journal_id'] and not move.quick_edit_mode):
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/addons/mail/models/mail_thread.py", line 424, in _compute_field_value
return super()._compute_field_value(field)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4913, in _compute_field_value
fields.determine(field.compute, self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 102, in determine
return needle(*args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 805, in _compute_name
move._set_next_sequence()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/sequence_mixin.py", line 297, in _set_next_sequence
self.flush_recordset()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6355, in flush_recordset
self._flush(fnames)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6443, in _flush
model.browse(ids)._write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4540, in _write
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 (25, 0, null, null, 1, null, null, null, null, null, null, 6, 14, 14, 14, null, null, 1, null, 1, null, null, 1, 1, , null, /, null, draft, out_invoice, no, null, null, null, not_paid, null, Azure Interior, null, null, 2025-02-05, null, null, 2025-03-31, null, null, null, 1000.00, 150.00, 1150.00, 1150.00, 1000.00, 150.00, 1150.00, 1150.00, 1150.00, null, f, f, null, null, null, 2025-02-05 22:47:54.617519, 2025-02-05 22:47:54.617519, null, null, null, null, null, null, null, no_extract_requested, null, null, null, t, f, null, null, null, null, null, null, 0, null, null, null).
|
2025-02-05 22:47:56
|
ERROR
|
server
|
odoo.modules.loading:321
Module account_ux: 0 failures, 1 errors of 1 tests
|
2025-02-05 22:52:40
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Responsable Inscripto company
|
2025-02-05 22:52:40
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert2 in (AR) Monotributista company
|
2025-02-05 22:52:40
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert10 in (AR) Exento company
|
2025-02-05 22:54:13
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-05 23:01:13
|
INFO
|
server
|
odoo.modules.loading:303
609 modules loaded in 1127.61s, 453060 queries (+484970 extra)
|
2025-02-05 23:01:25
|
INFO
|
server
|
odoo.modules.loading:303
618 modules loaded in 12.80s, 2390 queries (+2390 extra)
|
2025-02-05 23:01:36
|
ERROR
|
server
|
odoo.modules.loading:595
At least one test failed when loading the modules.
|
2025-02-05 23:01:36
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:303
Pregenerating assets bundles
|
2025-02-05 23:03:56
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:04:02
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_2_data
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_1_data, company_2_data
|
2025-02-05 23:07:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG, company_2_data
|
2025-02-05 23:08:01
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:02
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:14
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:14
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:25
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:31
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:31
|
ERROR
|
server
|
odoo.addons.sale_account_accountant.tests.test_bank_rec_widget:50
ERROR: TestBankRecWidget.test_matching_sale_orders
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/sale_account_accountant/tests/test_bank_rec_widget.py", line 50, in test_matching_sale_orders
invoice = so1._create_invoices()
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription_external_tax/models/sale_subscription.py", line 19, in _create_invoices
moves = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_timesheet/models/sale_order.py", line 155, in _create_invoices
moves = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/ingadhoc-enterprise-extensions/sale_subscription_direct_debit/models/sale_order.py", line 16, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/ingadhoc-sale/sale_ux/models/sale_order.py", line 211, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/sale_order.py", line 1663, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/ingadhoc-sale/sale_require_purchase_order_number/models/sale_order.py", line 39, in _create_invoices
moves = super()._create_invoices(grouped, final, date)
File "/data/build/ingadhoc-argentina-sale/l10n_ar_sale/models/sale_order.py", line 130, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/sale_order.py", line 1334, in _create_invoices
raise UserError(self._nothing_to_invoice_error_message())
odoo.exceptions.UserError: Cannot create an invoice. No items are available to invoice.
To resolve this issue, please ensure that:
• The products have been delivered before attempting to invoice them.
• The invoicing policy of the product is configured correctly.
If you want to invoice based on ordered quantities instead:
• For consumable or storable products, open the product, go to the 'General Information' tab and change the 'Invoicing Policy' from 'Delivered Quantities' to 'Ordered Quantities'.
• For services (and other products), change the 'Invoicing Policy' to 'Prepaid/Fixed Price'.
|
2025-02-05 23:08:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:08:48
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_manual:218
FAIL: TestManual.test_130_entrega_gratuita
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_manual.py", line 218, in test_130_entrega_gratuita
self._check_cfe(invoice, "e-FC", "130_entrega_gratuita")
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 211, in _check_cfe
self.assertXmlTreeEqual(expected_xml, result_xml)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 600, in assertXmlTreeEqual
assertNodeDictEqual(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 598, in assertNodeDictEqual
assertNodeDictEqual(child_node_dict, expected_child_node_dict)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 598, in assertNodeDictEqual
assertNodeDictEqual(child_node_dict, expected_child_node_dict)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 598, in assertNodeDictEqual
assertNodeDictEqual(child_node_dict, expected_child_node_dict)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 591, in assertNodeDictEqual
self.assertEqual(
AssertionError: Lists differ: ['TpoMoneda', 'MntTotal', 'CantLinDet', 'MntPagar'] != ['TpoMoneda', 'MntNetoIVATasaBasica', 'IVATasaBasica', 'Mnt[48 chars]gar']
First differing element 1:
'MntTotal'
'MntNetoIVATasaBasica'
Second list contains 3 additional elements.
First extra element 4:
'MntTotal'
- ['TpoMoneda', 'MntTotal', 'CantLinDet', 'MntPagar']
+ ['TpoMoneda',
+ 'MntNetoIVATasaBasica',
+ 'IVATasaBasica',
+ 'MntIVATasaBasica',
+ 'MntTotal',
+ 'CantLinDet',
+ 'MntPagar'] : Number of children elements for node /Totales is different.
|
2025-02-05 23:09:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:09:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-05 23:09:08
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_mock:86
ERROR: TestMock.test_100_invoice_rejected
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_mock.py", line 86, in test_100_invoice_rejected
self._mock_send_and_print(invoice, "mock_90_invoice_received", get_pdf=True)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 179, in _mock_send_and_print
self._send_and_print(invoice)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 194, in _send_and_print
.action_send_and_print()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 794, in action_send_and_print
return self._process_send_and_print(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 728, in _process_send_and_print
self._generate_invoice_documents(moves_data, allow_fallback_pdf=allow_fallback_pdf)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 645, in _generate_invoice_documents
self._call_web_service_before_invoice_pdf_render(invoices_data_web_service)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/wizards/account_move_send.py", line 74, in _call_web_service_before_invoice_pdf_render
invoice._l10n_uy_edi_send()
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_l10n_uy/models/account_move.py", line 39, in _l10n_uy_edi_send
super()._l10n_uy_edi_send()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 783, in _l10n_uy_edi_send
attachments = move._l10n_uy_edi_update_xml_and_pdf_file(response)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 818, in _l10n_uy_edi_update_xml_and_pdf_file
pdf_result = self._l10n_uy_edi_get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 663, in _l10n_uy_edi_get_pdf
result = self.l10n_uy_edi_document_id._get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/l10n_uy_edi_document.py", line 237, in _get_pdf
res.update({"file_content": response.findtext(".//{*}" + report_params + "Result").encode()})
AttributeError: 'NoneType' object has no attribute 'encode'
|
2025-02-05 23:09:21
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_mock:65
ERROR: TestMock.test_80_invoice_accepted_and_pdf
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_mock.py", line 65, in test_80_invoice_accepted_and_pdf
self._mock_send_and_print(invoice, "mock_80_invoice_accepted", get_pdf=True)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 179, in _mock_send_and_print
self._send_and_print(invoice)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 194, in _send_and_print
.action_send_and_print()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 794, in action_send_and_print
return self._process_send_and_print(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 728, in _process_send_and_print
self._generate_invoice_documents(moves_data, allow_fallback_pdf=allow_fallback_pdf)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 645, in _generate_invoice_documents
self._call_web_service_before_invoice_pdf_render(invoices_data_web_service)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/wizards/account_move_send.py", line 74, in _call_web_service_before_invoice_pdf_render
invoice._l10n_uy_edi_send()
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_l10n_uy/models/account_move.py", line 39, in _l10n_uy_edi_send
super()._l10n_uy_edi_send()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 783, in _l10n_uy_edi_send
attachments = move._l10n_uy_edi_update_xml_and_pdf_file(response)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 818, in _l10n_uy_edi_update_xml_and_pdf_file
pdf_result = self._l10n_uy_edi_get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 663, in _l10n_uy_edi_get_pdf
result = self.l10n_uy_edi_document_id._get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/l10n_uy_edi_document.py", line 237, in _get_pdf
res.update({"file_content": response.findtext(".//{*}" + report_params + "Result").encode()})
AttributeError: 'NoneType' object has no attribute 'encode'
|
2025-02-05 23:09:21
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_mock:73
ERROR: TestMock.test_90_invoice_received_pdf_check_status
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_mock.py", line 73, in test_90_invoice_received_pdf_check_status
self._mock_send_and_print(invoice, "mock_90_invoice_received", get_pdf=True)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 179, in _mock_send_and_print
self._send_and_print(invoice)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 194, in _send_and_print
.action_send_and_print()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 794, in action_send_and_print
return self._process_send_and_print(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 728, in _process_send_and_print
self._generate_invoice_documents(moves_data, allow_fallback_pdf=allow_fallback_pdf)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 645, in _generate_invoice_documents
self._call_web_service_before_invoice_pdf_render(invoices_data_web_service)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/wizards/account_move_send.py", line 74, in _call_web_service_before_invoice_pdf_render
invoice._l10n_uy_edi_send()
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_l10n_uy/models/account_move.py", line 39, in _l10n_uy_edi_send
super()._l10n_uy_edi_send()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 783, in _l10n_uy_edi_send
attachments = move._l10n_uy_edi_update_xml_and_pdf_file(response)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 818, in _l10n_uy_edi_update_xml_and_pdf_file
pdf_result = self._l10n_uy_edi_get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 663, in _l10n_uy_edi_get_pdf
result = self.l10n_uy_edi_document_id._get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/l10n_uy_edi_document.py", line 237, in _get_pdf
res.update({"file_content": response.findtext(".//{*}" + report_params + "Result").encode()})
AttributeError: 'NoneType' object has no attribute 'encode'
|
2025-02-05 23:09:21
|
ERROR
|
server
|
odoo.addons.sale_subscription_ux.tests.test_sale_subscription_ux:81
FAIL: TestSaleSubscriptionUx.test_ssu
Traceback (most recent call last):
File "/data/build/ingadhoc-enterprise-extensions/sale_subscription_ux/tests/test_sale_subscription_ux.py", line 81, in test_ssu
self.assertEqual(self.subscription_autopost.next_invoice_date, expected_next_invoice_date )
AssertionError: datetime.date(2025, 3, 5) != datetime.date(2025, 3, 6)
|
2025-02-05 23:09:32
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_2_data
|
2025-02-05 23:09:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_1_data, company_2_data
|
2025-02-05 23:09:43
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG, company_2_data
|
2025-02-05 23:11:24
|
ERROR
|
server
|
odoo.tests.result:605
2 failed, 5 error(s) of 315 tests when loading database '119924-17-0-all-beta'
|
2025-02-05 23:11:43
|
INFO
|
runbot
|
Getting results for build 119924-17-0
|
2025-02-05 23:11:43
|
|
|
Step all-beta finished in 30m
|
2025-02-05 23:11:43
|
|
|
Starting step setup from config Adhoc Conf con tests 17+ beta
|
2025-02-05 23:11:43
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-05 23:11:44
|
INFO
|
runbot
|
Step setup finished in 0s
|
2025-02-05 23:11:44
|
|
|
Starting step run from config Adhoc Conf con tests 17+ beta
|
2025-02-05 23:11:44
|
INFO
|
runbot
|
Start running build 119924-17-0
|
2025-02-05 23:11:44
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-05 23:11:47
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2025-02-05 23:11:48
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 0.38s, 0 queries (+0 extra)
|
2025-02-06 13:57:38
|
INFO
|
runbot
|
Kill build 119924-17-0
|