Date |
Level |
Type |
Message |
2024-05-28 19:57:07
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+ beta
|
2024-05-28 19:57:07
|
|
|
Starting step base from config Adhoc Conf con tests 17+ beta
|
2024-05-28 19:57:07
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-05-28 19:57:19
|
INFO
|
server
|
odoo.modules.loading:301
1 modules loaded in 6.96s, 9051 queries (+9051 extra)
|
2024-05-28 19:57:30
|
INFO
|
server
|
odoo.modules.loading:301
19 modules loaded in 4.41s, 7238 queries (+7238 extra)
|
2024-05-28 19:57:30
|
|
|
Step base finished in 19s
|
2024-05-28 19:57:30
|
|
|
Starting step all-beta from config Adhoc Conf con tests 17+ beta
|
2024-05-28 19:57:30
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-05-28 19:57:48
|
INFO
|
server
|
odoo.modules.loading:301
1 modules loaded in 7.88s, 9051 queries (+9051 extra)
|
2024-05-28 20:02:20
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert7 in (AR) Responsable Inscripto company
|
2024-05-28 20:02:20
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert2 in (AR) Monotributista company
|
2024-05-28 20:02:20
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert7 in (AR) Exento company
|
2024-05-28 20:02:32
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:03:07
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:03: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-05-28 20:04:10
|
INFO
|
server
|
odoo.modules.loading:301
392 modules loaded in 377.51s, 257898 queries (+259779 extra)
|
2024-05-28 20:04:19
|
INFO
|
server
|
odoo.modules.loading:301
401 modules loaded in 8.10s, 2025 queries (+2025 extra)
|
2024-05-28 20:04:19
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:301
Pregenerating assets bundles
|
2024-05-28 20:05:00
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:00
|
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-05-28 20:05:00
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:00
|
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-05-28 20:05:00
|
WARNING
|
server
|
odoo.models:907
@api.onchange('user_type_id', 'name', 'reconcile') parameters must be field names -> not valid: ['user_type_id']
|
2024-05-28 20:05:06
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_account:219
ERROR: TestAccountAccount.test_compute_current_balance
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_account.py", line 219, in test_compute_current_balance
self.env['account.move'].create(payable_debit_move).action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 20, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pueden usar cuentas a cobrar / a pagar en apuntes contables sin partner
|
2024-05-28 20:05:06
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:06
|
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-05-28 20:05:12
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:12
|
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-05-28 20:05:24
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:24
|
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-05-28 20:05:24
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:24
|
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-05-28 20:05:24
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:273
ERROR: TestAccountBankStatementLine.test_edition_journal_curr_1_statement_curr_2
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 273, in test_edition_journal_curr_1_statement_curr_2
self._test_edition_customer_and_supplier_flows(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 227, in _test_edition_customer_and_supplier_flows
self._test_statement_line_edition(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 137, in _test_statement_line_edition
journal.currency_id = journal_currency.id
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:24
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:291
ERROR: TestAccountBankStatementLine.test_edition_journal_curr_1_statement_false
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 291, in test_edition_journal_curr_1_statement_false
self._test_edition_customer_and_supplier_flows(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 227, in _test_edition_customer_and_supplier_flows
self._test_statement_line_edition(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 137, in _test_statement_line_edition
journal.currency_id = journal_currency.id
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:34
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:525
ERROR: Subtest TestAccountBankStatementLine.test_prepare_counterpart_amounts_using_st_line_rate (params=(res.currency(1,), res.currency(176,), res.currency(176,), 80.0, 120.0, 120.0, 40.0, -120.0, -80.0))
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 525, in test_prepare_counterpart_amounts_using_st_line_rate
assertAppliedRate(*params)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 492, in assertAppliedRate
journal.currency_id = journal_currency
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:34
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:525
ERROR: Subtest TestAccountBankStatementLine.test_prepare_counterpart_amounts_using_st_line_rate (params=(res.currency(1,), res.currency(176,), res.currency(177,), 80.0, 120.0, 480.0, 80.0, -120.0, -80.0))
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 525, in test_prepare_counterpart_amounts_using_st_line_rate
assertAppliedRate(*params)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 492, in assertAppliedRate
journal.currency_id = journal_currency
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:34
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:525
ERROR: Subtest TestAccountBankStatementLine.test_prepare_counterpart_amounts_using_st_line_rate (params=(res.currency(1,), res.currency(1,), res.currency(177,), 80.0, 80.0, 480.0, 80.0, -80.0, -80.0))
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 525, in test_prepare_counterpart_amounts_using_st_line_rate
assertAppliedRate(*params)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 492, in assertAppliedRate
journal.currency_id = journal_currency
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:34
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:525
ERROR: Subtest TestAccountBankStatementLine.test_prepare_counterpart_amounts_using_st_line_rate (params=(res.currency(1,), res.currency(176,), res.currency(1,), 80.0, 120.0, 80.0, 80.0, -120.0, -80.0))
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 525, in test_prepare_counterpart_amounts_using_st_line_rate
assertAppliedRate(*params)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 492, in assertAppliedRate
journal.currency_id = journal_currency
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:34
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:525
ERROR: Subtest TestAccountBankStatementLine.test_prepare_counterpart_amounts_using_st_line_rate (params=(res.currency(1,), res.currency(1,), res.currency(1,), 80.0, 80.0, 80.0, 80.0, -80.0, -80.0))
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 525, in test_prepare_counterpart_amounts_using_st_line_rate
assertAppliedRate(*params)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 492, in assertAppliedRate
journal.currency_id = journal_currency
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:35
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_bank_statement:300
ERROR: TestAccountBankStatementLine.test_zero_amount_journal_curr_1_statement_curr_2
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_bank_statement.py", line 300, in test_zero_amount_journal_curr_1_statement_curr_2
self.bank_journal_2.currency_id = self.currency_1
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 36, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-enterprise/account_online_synchronization/models/account_journal.py", line 38, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_journal.py", line 44, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_journal.py", line 632, in write
result = super(AccountJournal, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin_optional.py", line 124, in write
super().write(record_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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_journal.py", line 23, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:05:43
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:43
|
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-05-28 20:05:43
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:05:43
|
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-05-28 20:05:49
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:80
ERROR: TestAccountMoveInalterableHash.test_account_move_hash_integrity_report
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 80, in test_account_move_hash_integrity_report
Model.write(moves[4], {'date': fields.Date.from_string('2023-01-07')})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2023-01-07 2023-01-05 INV/2023/00005
|
2024-05-28 20:05:49
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:119
ERROR: TestAccountMoveInalterableHash.test_account_move_hash_versioning_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 119, in test_account_move_hash_versioning_1
Model.write(moves[1], {'date': fields.Date.from_string('2023-01-07')})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2023-01-07 2023-01-03 INV/2023/00003
|
2024-05-28 20:05:55
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:142
ERROR: TestAccountMoveInalterableHash.test_account_move_hash_versioning_2
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 142, in test_account_move_hash_versioning_2
Model.write(moves[1], {'date': fields.Date.from_string('2023-01-07')})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2023-01-07 2023-01-02 INV/2023/00003
|
2024-05-28 20:06:01
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:176
ERROR: TestAccountMoveInalterableHash.test_account_move_hash_versioning_v1_to_v2
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 176, in test_account_move_hash_versioning_v1_to_v2
Model.write(moves[4], {'date': fields.Date.from_string('2023-01-07')})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2023-01-07 2023-01-02 INV/2023/00006
|
2024-05-28 20:06:07
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:244
ERROR: TestAccountMoveInalterableHash.test_account_move_hash_versioning_v2_to_v3
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 244, in test_account_move_hash_versioning_v2_to_v3
Model.write(moves[1], {'date': fields.Date.from_string('2023-01-07')})
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2023-01-07 2023-01-02 INV/2023/00003
|
2024-05-28 20:06:12
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06:12
|
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-05-28 20:06:12
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06:12
|
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-05-28 20:06:18
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06:18
|
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-05-28 20:06:24
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06:24
|
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-05-28 20:06:24
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06:24
|
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-05-28 20:06:30
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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
|
2024-05-28 20:06:30
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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
|
2024-05-28 20:06:36
|
ERROR
|
server
|
odoo.tests.suite:110
ERROR: setUpClass (odoo.addons.account.tests.test_account_journal.TestAccountJournalAlias)
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 49, in setUpClass
super().setUpClass()
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/tests/common.py", line 1281, in setUpClass
cls._init_mail_servers()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/common.py", line 454, in _init_mail_servers
cls.mail_servers = cls.env['ir.mail_server'].create([
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 4608, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4870, in _create
records._validate_fields(name for data in data_list for name in data['stored'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_adhoc/models/ir_mail_server.py", line 16, in _check_port
raise ValidationError(_(
odoo.exceptions.ValidationError: Lamentablemente nuestros servidores no aceptan enviar emails por el puerto 25, debe utilizar algún otro puerto para el servidor de correo saliente.
|
2024-05-28 20:06:36
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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-05-28 20:06:42
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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-05-28 20:06:42
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_journal_dashboard:301
ERROR: TestAccountJournalDashboard.test_bank_journal_misc_operations_with_payments
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_journal_dashboard.py", line 301, in test_bank_journal_misc_operations_with_payments
}).action_post()
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_withholding_ux/models/account_payment.py", line 119, in action_post
return super().action_post()
File "/data/build/ingadhoc-account-payment/account_payment_pro_receiptbook/models/account_payment.py", line 31, in action_post
res = super().action_post()
File "/data/build/ingadhoc-account-payment/account_payment_pro/models/account_payment.py", line 502, in action_post
res = super().action_post()
File "/data/build/ingadhoc-account-payment/account_cashbox/models/account_payment.py", line 64, in action_post
super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_latam_check/models/account_payment.py", line 270, in action_post
super(AccountPayment, self - check_payments).action_post()
File "/data/build/ingadhoc-account-payment/account_payment_ux/models/account_payment.py", line 10, in action_post
return super(AccountPayment, self.with_context(from_action_post=True)).action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_payment/models/account_payment.py", line 130, in action_post
res = super(AccountPayment, self - payments_need_tx).action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_check_printing/models/account_payment.py", line 155, in action_post
return super(AccountPayment, self).action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment.py", line 976, in action_post
self.move_id._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 20, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pueden usar cuentas a cobrar / a pagar en apuntes contables sin partner
|
2024-05-28 20:06:42
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_journal_dashboard:259
ERROR: TestAccountJournalDashboard.test_gap_in_sequence_warning
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_journal_dashboard.py", line 259, in test_gap_in_sequence_warning
moves = self.env['account.move'].create([{
File "<decorator-gen-890>", 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 133, in create
moves = super(AccountMove, self).create(vals_list)
File "<decorator-gen-502>", 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 2456, 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 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 4608, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4870, in _create
records._validate_fields(name for data in data_list for name in data['stored'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2019-01-01 1900-01-01 Draft Invoice INV/2019/00001
2019-01-02 1900-01-02 Draft Invoice (* 277)
2019-01-03 1900-01-03 Draft Invoice (* 278)
2019-01-04 1900-01-04 Draft Invoice (* 279)
2019-01-05 1900-01-05 Draft Invoice (* 280)
2019-01-06 1900-01-06 Draft Invoice (* 281)
2019-01-07 1900-01-07 Draft Invoice (* 282)
2019-01-08 1900-01-08 Draft Invoice (* 283)
2019-01-09 1900-01-09 Draft Invoice (* 284)
2019-01-10 1900-01-10 Draft Invoice (* 285)
|
2024-05-28 20:06:48
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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-05-28 20:06:48
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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-05-28 20:06:53
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_date_algorithm:272
ERROR: Subtest TestAccountMoveDateAlgorithm.test_caba_with_different_lock_dates (group='account.group_account_invoice', expected_date='2023-05-01')
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/freezegun/api.py", line 778, in wrapper
result = func(*args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_date_algorithm.py", line 272, in test_caba_with_different_lock_dates
(invoice + payment.move_id).action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 24, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 101, in _post
return super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 221, in _post
posted = super()._post(soft=soft)
File "/data/build/ingadhoc-account-payment/account_payment_pro/models/account_move.py", line 82, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_asset/models/account_move.py", line 111, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 101, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase_stock/models/account_invoice.py", line 137, in _post
posted = super(AccountMove, self.with_context(skip_cogs_reconciliation=True))._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_latam_invoice_document/models/account_move.py", line 161, in _post
return super()._post(soft)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 42, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_move.py", line 48, in _post
return super()._post(soft)
File "/data/build/ingadhoc-enterprise-extensions/account_direct_debit/models/account_move.py", line 19, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock_account/models/account_move.py", line 51, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_invoice_extract/models/account_invoice.py", line 264, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_move.py", line 240, in _post
posted = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 68, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 3858, in _post
move.date = move._get_accounting_date(move.invoice_date or move.date, affects_tax_report)
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 148, 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
)).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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2023-05-01 2023-01-02 Draft Invoice (* 300)
|
2024-05-28 20:06:53
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_date_algorithm:65
ERROR: TestAccountMoveDateAlgorithm.test_out_invoice_date_with_lock_date
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/freezegun/api.py", line 778, in wrapper
result = func(*args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_date_algorithm.py", line 65, in test_out_invoice_date_with_lock_date
move.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 24, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 101, in _post
return super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 221, in _post
posted = super()._post(soft=soft)
File "/data/build/ingadhoc-account-payment/account_payment_pro/models/account_move.py", line 82, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_asset/models/account_move.py", line 111, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 101, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase_stock/models/account_invoice.py", line 137, in _post
posted = super(AccountMove, self.with_context(skip_cogs_reconciliation=True))._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_latam_invoice_document/models/account_move.py", line 161, in _post
return super()._post(soft)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 42, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_move.py", line 48, in _post
return super()._post(soft)
File "/data/build/ingadhoc-enterprise-extensions/account_direct_debit/models/account_move.py", line 19, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock_account/models/account_move.py", line 51, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_invoice_extract/models/account_invoice.py", line 264, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_move.py", line 240, in _post
posted = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 68, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 3858, in _post
move.date = move._get_accounting_date(move.invoice_date or move.date, affects_tax_report)
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 148, 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
)).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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2017-01-12 2016-01-01 Draft Invoice INV/2017/00001
|
2024-05-28 20:06:53
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_date_algorithm:88
ERROR: TestAccountMoveDateAlgorithm.test_out_refund_date_with_lock_date
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/freezegun/api.py", line 778, in wrapper
result = func(*args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_date_algorithm.py", line 88, in test_out_refund_date_with_lock_date
move.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 24, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 101, in _post
return super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 221, in _post
posted = super()._post(soft=soft)
File "/data/build/ingadhoc-account-payment/account_payment_pro/models/account_move.py", line 82, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_asset/models/account_move.py", line 111, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 101, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase_stock/models/account_invoice.py", line 137, in _post
posted = super(AccountMove, self.with_context(skip_cogs_reconciliation=True))._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_latam_invoice_document/models/account_move.py", line 161, in _post
return super()._post(soft)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 42, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_move.py", line 48, in _post
return super()._post(soft)
File "/data/build/ingadhoc-enterprise-extensions/account_direct_debit/models/account_move.py", line 19, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock_account/models/account_move.py", line 51, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_invoice_extract/models/account_invoice.py", line 264, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_move.py", line 240, in _post
posted = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 68, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 3858, in _post
move.date = move._get_accounting_date(move.invoice_date or move.date, affects_tax_report)
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 148, 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
)).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 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 156, in _check_dates_on_invoices
raise UserError(_('The date and invoice date of a sale invoice must be the same: %s') % (error_msg))
odoo.exceptions.UserError: The date and invoice date of a sale invoice must be the same:
Date Invoice Date Invoice
2017-01-12 2016-01-01 Draft Credit Note RINV/2017/00001
|
2024-05-28 20:06:59
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:06: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-05-28 20:07:05
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:07:05
|
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-05-28 20:07:11
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:133
ERROR: TestAccountMove.test_custom_currency_on_account_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 133, in test_custom_currency_on_account_1
custom_account.currency_id = self.company_data['currency']
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/account/models/account_account.py", line 714, in write
return super(AccountAccount, self).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/odoo/models.py", line 4428, in write
real_recs._validate_fields(vals, inverse_fields)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1456, in _validate_fields
check(self)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_account.py", line 21, in check_currency
raise ValidationError(_(
odoo.exceptions.ValidationError: Solo puede utilizar una moneda secundaria distinta a la moneda de la compañía (USD).
|
2024-05-28 20:07:11
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:747
ERROR: TestAccountMove.test_invoice_like_entry_reverse_caba
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 747, in test_invoice_like_entry_reverse_caba
move.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 20, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pueden usar cuentas a cobrar / a pagar en apuntes contables sin partner
|
2024-05-28 20:07:11
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:1149
ERROR: TestAccountMove.test_line_steal
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 1149, in test_line_steal
honest_move.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 20, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pueden usar cuentas a cobrar / a pagar en apuntes contables sin partner
|
2024-05-28 20:07:11
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:392
ERROR: TestAccountMove.test_misc_draft_reconciled_entries_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 392, in test_misc_draft_reconciled_entries_1
draft_moves.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 20, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pueden usar cuentas a cobrar / a pagar en apuntes contables sin partner
|
2024-05-28 20:07:17
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:920
ERROR: TestAccountMove.test_reset_draft_exchange_move
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 920, in test_reset_draft_exchange_move
moves.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 20, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pueden usar cuentas a cobrar / a pagar en apuntes contables sin partner
|
2024-05-28 20:07:17
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:1170
ERROR: TestAccountMove.test_validate_move_wizard_with_auto_post_entry
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 1170, in test_validate_move_wizard_with_auto_post_entry
wizard.validate_move()
File "/data/build/ingadhoc-account-invoicing/account_background_post/wizards/validate_account_move.py", line 64, in validate_move
move.action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 400, in action_post
return super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 63, in action_post
res = super(AccountMove, self).action_post()
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 47, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 76, in action_post
res = super().action_post()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 4080, in action_post
other_moves._post(soft=False)
File "/data/build/adhoc-cicd-odoo-enterprise/account_avatax/models/account_move.py", line 15, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_external_tax/models/account_move.py", line 53, in _post
return super()._post(soft=soft)
File "/data/build/ingadhoc-enterprise-extensions/l10n_cl_edi_factoring/models/account_move.py", line 28, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina-ee/l10n_ar_edi_ux/models/account_move.py", line 89, in _post
return super(AccountMove, self - purchase_ar_edi_invoices)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/account_move.py", line 13, in _post
posted_moves = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_cl_edi/models/account_move.py", line 128, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/ingadhoc-odoo-argentina/l10n_ar_ux/models/account_move.py", line 90, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_ar_edi/models/account_move.py", line 207, in _post
return validated + super(AccountMove, self - ar_edi_invoices)._post(soft=soft)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_account/models/account_move.py", line 24, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 101, in _post
return super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_move.py", line 221, in _post
posted = super()._post(soft=soft)
File "/data/build/ingadhoc-account-payment/account_payment_pro/models/account_move.py", line 82, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_asset/models/account_move.py", line 111, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/account_move.py", line 101, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase_stock/models/account_invoice.py", line 137, in _post
posted = super(AccountMove, self.with_context(skip_cogs_reconciliation=True))._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_latam_invoice_document/models/account_move.py", line 161, in _post
return super()._post(soft)
File "/data/build/ingadhoc-account-financial-tools/account_ux/models/account_move.py", line 42, in _post
res = super(AccountMove, self)._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_reports/models/account_move.py", line 48, in _post
return super()._post(soft)
File "/data/build/ingadhoc-enterprise-extensions/account_direct_debit/models/account_move.py", line 19, in _post
res = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock_account/models/account_move.py", line 51, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_invoice_extract/models/account_invoice.py", line 264, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/account_move.py", line 240, in _post
posted = super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/account_accountant/models/account_move.py", line 68, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 3828, in _post
raise UserError(_("This move is configured to be auto-posted on %s", date_msg))
odoo.exceptions.UserError: This move is configured to be auto-posted on 08/28/2024
|
2024-05-28 20:07:23
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:07:23
|
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-05-28 20:07:23
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-05-28 20:07:23
|
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-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_compute_cash_rounding_lines
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_fiduciary_mode_date_suggestion
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_change_period_accrual_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_create_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_create_refund
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_create_refund_multi_currency
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_business_fields_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_cash_rounding_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_currency_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_partner_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_product_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_product_2_with_fiscal_pos
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_product_2_with_fiscal_pos_2
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_onchange_taxes_1
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_product_taxes_on_branch
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_in_invoice:135
FAIL: TestAccountMoveInInvoiceOnchanges.test_in_invoice_line_tax_line_delete
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_in_invoice.py", line 135, in setUp
self.assertInvoiceValues(self.invoice, [
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 479, in assertInvoiceValues
self.assertRecordValues(move, [expected_move_values])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 659, in assertRecordValues
self.fail('\n'.join(errors))
AssertionError: The records and expected_values do not match.
==== Differences at index 0 ====
---
+++
@@ -1 +1 @@
-date:2019-01-31
+date:2019-01-01
|
2024-05-28 20:07:29
|
|
|
Log limit reached (full logs are still available in the log file)
|
2024-05-28 20:16:49
|
INFO
|
runbot
|
Getting results for build 55255-17-0
|
2024-05-28 20:16:49
|
|
|
Step all-beta finished in 19m
|
2024-05-28 20:16:49
|
|
|
Starting step setup from config Adhoc Conf con tests 17+ beta
|
2024-05-28 20:16:49
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-05-28 20:16:50
|
INFO
|
runbot
|
Step setup finished in 0s
|
2024-05-28 20:16:50
|
|
|
Starting step run from config Adhoc Conf con tests 17+ beta
|
2024-05-28 20:16:50
|
INFO
|
runbot
|
Start running build 55255-17-0
|
2024-05-28 20:16:50
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-05-28 20:16:54
|
INFO
|
server
|
odoo.modules.loading:301
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2024-05-28 20:16:54
|
INFO
|
server
|
odoo.modules.loading:301
19 modules loaded in 0.13s, 0 queries (+0 extra)
|
2024-05-29 17:02:18
|
INFO
|
runbot
|
Kill build 55255-17-0
|