Date |
Level |
Type |
Message |
2024-06-25 19:13:15
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+ beta
|
2024-06-25 19:13:15
|
|
|
Starting step base from config Adhoc Conf con tests 17+ beta
|
2024-06-25 19:13:15
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-06-25 19:13:34
|
INFO
|
server
|
odoo.modules.loading:301
1 modules loaded in 6.84s, 9048 queries (+9048 extra)
|
2024-06-25 19:13:40
|
INFO
|
server
|
odoo.modules.loading:301
19 modules loaded in 4.69s, 7239 queries (+7239 extra)
|
2024-06-25 19:13:40
|
|
|
Step base finished in 21s
|
2024-06-25 19:13:40
|
|
|
Starting step all-beta from config Adhoc Conf con tests 17+ beta
|
2024-06-25 19:13:40
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2024-06-25 19:13:53
|
INFO
|
server
|
odoo.modules.loading:301
1 modules loaded in 6.97s, 9048 queries (+9048 extra)
|
2024-06-25 19:19:35
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Responsable Inscripto company
|
2024-06-25 19:19:35
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert8 in (AR) Monotributista company
|
2024-06-25 19:19:35
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert3 in (AR) Exento company
|
2024-06-25 19:19:47
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:20:33
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:20:33
|
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-06-25 19:21:36
|
WARNING
|
server
|
odoo.modules.loading:93
Module website_sale_renting_product_configurator demo data failed to install, installed without demo data
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 556, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 456, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5046, in _load_records
data['record']._load_records_write(data['values'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4977, in _load_records_write
self.write(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_timesheet/models/product.py", line 178, in write
return super(ProductProduct, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_project/models/product.py", line 219, in write
return super(ProductProduct, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock_account/models/product.py", line 116, in write
return super(ProductProduct, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mrp/models/product.py", line 176, in write
return super().write(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock/models/product.py", line 574, in write
return super().write(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/loyalty/models/product_product.py", line 19, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/product/models/product_product.py", line 369, in write
res = super(ProductProduct, self).write(values)
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 4438, in write
fields[0].determine_inverse(real_recs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1398, in determine_inverse
determine(self.inverse, records)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 105, in determine
return needle(records, *args)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 722, in _inverse_related
target[field.name] = record_value[record]
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 6640, in __setitem__
return self._fields[key].__set__(self, value)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_timesheet/models/product.py", line 128, in write
return super(ProductTemplate, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_project/models/product.py", line 184, in write
return super(ProductTemplate, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website_sale/models/product_template.py", line 176, in write
return super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/rating/models/rating_mixin.py", line 100, in write
result = super(RatingMixin, self).write(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock_account/models/product.py", line 55, in write
res = super(ProductTemplate, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mrp/models/product.py", line 73, in write
return super().write(values)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock/models/product.py", line 899, in write
return super(ProductTemplate, self).write(vals)
File "/data/build/adhoc-cicd-oca-product-pack/product_pack/models/product_template.py", line 109, in write
return super().write(_vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/product/models/product_template.py", line 509, in write
res = super(ProductTemplate, 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/addons/mail/models/mail_activity_mixin.py", line 248, in write
return super(MailActivityMixin, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/mixins.py", line 218, in write
return super(WebsitePublishedMixin, 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/adhoc-cicd-odoo-enterprise/website_sale_subscription/models/product_template.py", line 17, in _constraints_optional_product_ids
if self.env['sale.subscription.pricing'].sudo()._get_first_suitable_recurring_pricing(template).plan_id != \
File "/data/build/ingadhoc-enterprise-extensions/sale_subscription_ux/models/sale_subscription_pricing.py", line 16, in _get_first_suitable_recurring_pricing
if not pricelist.use_time_based_rules:
AttributeError: 'NoneType' object has no attribute 'use_time_based_rules'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 89, in load_demo
load_data(env(su=True), idref, mode, kind='demo', package=package)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 627, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 693, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 613, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 569, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/adhoc-cicd-odoo-enterprise/website_sale_renting_product_configurator/data/demo.xml:4, somewhere inside
<record id="sale_renting.rental_product_2" model="product.product">
<field name="optional_product_ids" eval="[(6, 0, [ref('sale_renting.rental_product_1_product_template')])]"/>
</record>
|
2024-06-25 19:23:54
|
INFO
|
server
|
odoo.modules.loading:301
504 modules loaded in 594.90s, 400461 queries (+402436 extra)
|
2024-06-25 19:24:00
|
INFO
|
server
|
odoo.modules.loading:301
513 modules loaded in 8.08s, 2226 queries (+2226 extra)
|
2024-06-25 19:24:06
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:301
Pregenerating assets bundles
|
2024-06-25 19:24:49
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:24:49
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:24:49
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:24:49
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:24:49
|
WARNING
|
server
|
odoo.models:907
@api.onchange('user_type_id', 'name', 'reconcile') parameters must be field names -> not valid: ['user_type_id']
|
2024-06-25 19:24:49
|
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 4096, 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 216, 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 21, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: Para validar este asiento es necesario definir partners para las siguientes cuentas:
211000 Account Payable
121000 Account Receivable
|
2024-06-25 19:24:55
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:24:55
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:24:55
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:24:55
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:25:01
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_analytic:200
FAIL: TestAccountAnalyticAccount.test_mandatory_plan_validation
odoo.exceptions.ValidationError: Una o más líneas requieren una distribución analítica del 100%.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_analytic.py", line 200, in test_mandatory_plan_validation
with self.assertRaisesRegex(ValidationError, '100% analytic distribution.'):
AssertionError: "100% analytic distribution." does not match "Una o más líneas requieren una distribución analítica del 100%."
|
2024-06-25 19:25:07
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:25:07
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:25:07
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:25:07
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:13
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:18
|
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/adhoc-cicd-odoo-odoo/addons/l10n_ar/models/account_journal.py", line 186, in write
return super().write(vals)
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 642, 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-06-25 19:25:24
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:25:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:25:24
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:25:24
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:25:30
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:56
FAIL: 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 56, in test_account_move_hash_integrity_report
self.assertEqual(integrity_check['msg_cover'], 'This journal is not in strict mode.')
AssertionError: 'Este diario no está en modo estricto.' != 'This journal is not in strict mode.'
- Este diario no está en modo estricto.
+ This journal is not in strict mode.
|
2024-06-25 19:25:30
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:112
FAIL: 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 112, in test_account_move_hash_versioning_1
self.assertRegex(integrity_check['msg_cover'], f'Entries are hashed from {moves[0].name}.*')
AssertionError: Regex didn't match: 'Entries are hashed from INV/2023/00002.*' not found in 'Los asientos son hash de INV/2023/00002 (02/01/2023)'
|
2024-06-25 19:25:36
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:135
FAIL: 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 135, in test_account_move_hash_versioning_2
self.assertRegex(integrity_check['msg_cover'], f'Entries are hashed from {moves[0].name}.*')
AssertionError: Regex didn't match: 'Entries are hashed from INV/2023/00002.*' not found in 'Los asientos son hash de INV/2023/00002 (01/01/2023)'
|
2024-06-25 19:25:36
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:212
FAIL: TestAccountMoveInalterableHash.test_account_move_hash_versioning_3
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 212, in test_account_move_hash_versioning_3
self.assertRegex(integrity_check_v3['msg_cover'], f'Entries are hashed from {moves_v3[0].name}.*')
AssertionError: Regex didn't match: 'Entries are hashed from INV/2023/00002.*' not found in 'Los asientos son hash de INV/2023/00002 (01/01/2023)'
|
2024-06-25 19:25:38
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:169
FAIL: 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 169, in test_account_move_hash_versioning_v1_to_v2
self.assertRegex(integrity_check['msg_cover'], f'Entries are hashed from {moves[0].name}.*')
AssertionError: Regex didn't match: 'Entries are hashed from INV/2023/00002.*' not found in 'Los asientos son hash de INV/2023/00002 (01/01/2023)'
|
2024-06-25 19:25:44
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:238
FAIL: 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 238, in test_account_move_hash_versioning_v2_to_v3
self.assertRegex(integrity_check['msg_cover'], f'Entries are hashed from {moves[0].name}.*')
AssertionError: Regex didn't match: 'Entries are hashed from INV/2023/00002.*' not found in 'Los asientos son hash de INV/2023/00002 (01/01/2023)'
|
2024-06-25 19:25:50
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_inalterable_hash:21
FAIL: TestAccountMoveInalterableHash.test_account_move_inalterable_hash
odoo.exceptions.UserError: No puede sobrescribir los valores que aseguran la inalterabilidad de la contabilidad.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_inalterable_hash.py", line 21, in test_account_move_inalterable_hash
with self.assertRaisesRegex(UserError, "You cannot overwrite the values ensuring the inalterability of the accounting."):
AssertionError: "You cannot overwrite the values ensuring the inalterability of the accounting." does not match "No puede sobrescribir los valores que aseguran la inalterabilidad de la contabilidad."
|
2024-06-25 19:25:56
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:25:56
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:25:56
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:25:56
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:03
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_incoming_supplier_invoice:155
FAIL: TestAccountIncomingSupplierInvoice.test_supplier_invoice_forwarded_by_internal_user_without_supplier
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_incoming_supplier_invoice.py", line 155, in test_supplier_invoice_forwarded_by_internal_user_without_supplier
self.assertEqual(message_ids.body, '<p>Vendor Bill Created</p>', 'Only the invoice creation should be posted')
AssertionError: Markup('<p>Factura de proveedor creada</p>') != '<p>Vendor Bill Created</p>' : Only the invoice creation should be posted
|
2024-06-25 19:26:03
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_incoming_supplier_invoice:197
FAIL: TestAccountIncomingSupplierInvoice.test_supplier_invoice_forwarded_by_internal_with_internal_in_body
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_incoming_supplier_invoice.py", line 197, in test_supplier_invoice_forwarded_by_internal_with_internal_in_body
self.assertEqual(message_ids.body, '<p>Vendor Bill Created</p>', 'Only the invoice creation should be posted')
AssertionError: Markup('<p>Factura de proveedor creada</p>') != '<p>Vendor Bill Created</p>' : Only the invoice creation should be posted
|
2024-06-25 19:26:03
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_incoming_supplier_invoice:176
FAIL: TestAccountIncomingSupplierInvoice.test_supplier_invoice_forwarded_by_internal_with_supplier_in_body
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_incoming_supplier_invoice.py", line 176, in test_supplier_invoice_forwarded_by_internal_with_supplier_in_body
self.assertEqual(message_ids.body, '<p>Vendor Bill Created</p>', 'Only the invoice creation should be posted')
AssertionError: Markup('<p>Factura de proveedor creada</p>') != '<p>Vendor Bill Created</p>' : Only the invoice creation should be posted
|
2024-06-25 19:26:03
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_incoming_supplier_invoice:133
FAIL: TestAccountIncomingSupplierInvoice.test_supplier_invoice_mailed_from_supplier
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_incoming_supplier_invoice.py", line 133, in test_supplier_invoice_mailed_from_supplier
self.assertEqual(message_ids.body, '<p>Vendor Bill Created</p>', 'Only the invoice creation should be posted')
AssertionError: Markup('<p>Factura de proveedor creada</p>') != '<p>Vendor Bill Created</p>' : Only the invoice creation should be posted
|
2024-06-25 19:26:03
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:03
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:09
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:09
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:15
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:15
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:21
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_journal:37
FAIL: TestAccountJournal.test_changing_journal_company
odoo.exceptions.UserError: No puede cambiar la empresa de su diario porque hay algunos asientos contables vinculados a ella.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_journal.py", line 37, in test_changing_journal_company
with self.assertRaisesRegex(UserError, "entries linked to it"), self.cr.savepoint():
AssertionError: "entries linked to it" does not match "No puede cambiar la empresa de su diario porque hay algunos asientos contables vinculados a ella."
|
2024-06-25 19:26:21
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:21
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:27
|
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 1280, in setUpClass
cls._init_mail_gateway()
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/tests/common.py", line 122, in _init_mail_gateway
cls.mail_alias_domain = cls._init_alias_domain(cls.alias_domain, {
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/tests/common.py", line 168, in _init_alias_domain
alias_domain = cls.env['mail.alias.domain'].create(values)
File "<decorator-gen-146>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 414, in _model_create_multi
return create(self, [arg])
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_domain.py", line 157, in create
).alias_domain_id = alias_domains[0].id
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1322, in __set__
records.write({self.name: write_value})
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias.py", line 292, in write
return super().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/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias.py", line 158, in _check_alias_domain_id_mc
raise ValidationError(_(
odoo.exceptions.ValidationError: No se pudo crear el seudónimo customer-care--ar-monotributista@test.mycompany.com. El dominio test.mycompany.com le pertenece a la empresa YourTestCompany,Muebleria ES,(AR) Exento,Company 2,Company 3,Muebleria ARG,Muebleria CL,Muebleria PE,UY Company mientras que el documento propietario pertenece a la empresa (AR) Monotributista.
|
2024-06-25 19:26:27
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:27
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:34
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:34
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:34
|
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-odoo-argentina/l10n_ar_ux/models/account_payment.py", line 66, in action_post
super(AccountPayment, self).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 134, 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 216, 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 21, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: Para validar este asiento es necesario definir partners para las siguientes cuentas:
101300 Account Receivable (PoS)
|
2024-06-25 19:26:34
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_journal_dashboard:50
FAIL: TestAccountJournalDashboard.test_customer_invoice_dashboard
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_journal_dashboard.py", line 50, in test_customer_invoice_dashboard
self.assertIn('68.42', dashboard_data['sum_draft'])
AssertionError: '68.42' not found in 'USD\xa068,42'
|
2024-06-25 19:26:34
|
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-1175>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_es_reports/models/account_move.py", line 99, in create
moves = super().create(vals_list)
File "<decorator-gen-1103>", 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 134, in create
moves = super(AccountMove, self).create(vals_list)
File "<decorator-gen-637>", 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 2457, in create
moves = super().create(vals_list)
File "<decorator-gen-149>", 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 157, 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 Borrador de factura INV/2019/00001
2019-01-02 1900-01-02 Borrador de factura (* 351)
2019-01-03 1900-01-03 Borrador de factura (* 352)
2019-01-04 1900-01-04 Borrador de factura (* 353)
2019-01-05 1900-01-05 Borrador de factura (* 354)
2019-01-06 1900-01-06 Borrador de factura (* 355)
2019-01-07 1900-01-07 Borrador de factura (* 356)
2019-01-08 1900-01-08 Borrador de factura (* 357)
2019-01-09 1900-01-09 Borrador de factura (* 358)
2019-01-10 1900-01-10 Borrador de factura (* 359)
|
2024-06-25 19:26:40
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:40
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:46
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:46
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:26:46
|
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 4096, 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 216, 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 25, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_es_reports/models/account_move.py", line 84, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 105, 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 279, 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/ingadhoc-account-invoicing/account_background_post/models/account_move.py", line 43, 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 3874, 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-enterprise/documents_account/models/account_move.py", line 30, in write
res = super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase/models/account_invoice.py", line 149, in write
res = super(AccountMove, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 2507, 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 157, 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 Borrador de factura (* 374)
|
2024-06-25 19:26: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 4096, 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 216, 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 25, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_es_reports/models/account_move.py", line 84, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 105, 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 279, 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/ingadhoc-account-invoicing/account_background_post/models/account_move.py", line 43, 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 3874, 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-enterprise/documents_account/models/account_move.py", line 30, in write
res = super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase/models/account_invoice.py", line 149, in write
res = super(AccountMove, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 2507, 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 157, 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 Borrador de factura INV/2017/00001
|
2024-06-25 19:26: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 4096, 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 216, 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 25, in _post
return super()._post(soft=soft)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_es_reports/models/account_move.py", line 84, in _post
posted = super()._post(soft)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/models/account_move.py", line 105, 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 279, 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/ingadhoc-account-invoicing/account_background_post/models/account_move.py", line 43, 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 3874, 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-enterprise/documents_account/models/account_move.py", line 30, in write
res = super().write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/purchase/models/account_invoice.py", line 149, in write
res = super(AccountMove, self).write(vals)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_move.py", line 2507, 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 157, 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 Borrador de nota de crédito RINV/2017/00001
|
2024-06-25 19:26:59
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:26:59
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:27:06
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-06-25 19:27:06
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2024-06-25 19:27:12
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:1058
FAIL: TestAccountMove.test_change_journal_account_move
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_entry.py", line 1058, in test_change_journal_account_move
self.assertEqual(move_form.name, 'MISC/2021/10/0001')
AssertionError: 'VARIO/2021/10/0001' != 'MISC/2021/10/0001'
- VARIO/2021/10/0001
? ^^^ ^
+ MISC/2021/10/0001
? ^ ^^
|
2024-06-25 19:27:12
|
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 717, 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-06-25 19:27:12
|
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 4096, 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 216, 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 21, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: Para validar este asiento es necesario definir partners para las siguientes cuentas:
121000 Account Receivable
|
2024-06-25 19:27:15
|
INFO
|
runbot
|
Killing build 58340-17-0, requested by Administrator (user #2)
|
2024-06-25 19:27:18
|
INFO
|
runbot
|
Kill build 58340-17-0
|
2024-06-25 19:27:19
|
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 4096, 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 216, 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 21, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: Para validar este asiento es necesario definir partners para las siguientes cuentas:
121000 Account Receivable
|
2024-06-25 19:27:19
|
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 4096, 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 216, 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 21, in _post
raise ValidationError(_(
odoo.exceptions.ValidationError: Para validar este asiento es necesario definir partners para las siguientes cuentas:
121000 Account Receivable
121000 Account Receivable
|
2024-06-25 19:27:19
|
ERROR
|
server
|
odoo.addons.account.tests.test_account_move_entry:839
FAIL: TestAccountMove.test_misc_prevent_edit_tax_on_posted_moves
odoo.exceptions.UserError: No puede modificar los impuestos relacionados con un apunte contable registrado, debe restablecer el asiento contable a borrador para hacerlo.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/test_account_move_entry.py", line 839, in test_misc_prevent_edit_tax_on_posted_moves
with self.assertRaisesRegex(UserError, "You cannot modify the taxes related to a posted journal item"),\
AssertionError: "You cannot modify the taxes related to a posted journal item" does not match "No puede modificar los impuestos relacionados con un apunte contable registrado, debe restablecer el asiento contable a borrador para hacerlo."
|