Date |
Level |
Type |
Message |
2025-02-03 16:48:14
|
INFO
|
runbot
|
Rebuild initiated by Administrator
|
2025-02-03 17:01:21
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+ beta
|
2025-02-03 17:01:21
|
|
|
Starting step base from config Adhoc Conf con tests 17+ beta
|
2025-02-03 17:01:21
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-03 17:01:52
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 13.02s, 9070 queries (+9070 extra)
|
2025-02-03 17:02:04
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 7.95s, 7149 queries (+7149 extra)
|
2025-02-03 17:02:10
|
|
|
Step base finished in 43s
|
2025-02-03 17:02:10
|
|
|
Starting step all-beta from config Adhoc Conf con tests 17+ beta
|
2025-02-03 17:02:10
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-03 17:02:36
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 12.33s, 9070 queries (+9070 extra)
|
2025-02-03 17:08:41
|
ERROR
|
server
|
odoo.sql_db:335
bad query: INSERT INTO "account_move" ("auto_post", "company_id", "create_date", "create_uid", "currency_id", "date", "extract_state", "fiscal_position_id", "invoice_incoterm_id", "invoice_payment_term_id", "journal_id", "move_type", "partner_id", "partner_shipping_id", "state", "write_date", "write_uid") VALUES ('no', 3, '2025-02-03 17:08:36.803545', 1, NULL, '2025-02-03', 'no_extract_requested', NULL, NULL, NULL, NULL, 'out_invoice', 74, 74, 'draft', '2025-02-03 17:08:36.803545', 1) RETURNING "id"
ERROR: null value in column "journal_id" violates not-null constraint
DETAIL: Failing row contains (25, null, null, null, 3, null, null, null, null, null, null, null, 74, null, 74, null, null, null, null, null, null, null, 1, 1, null, null, null, null, draft, out_invoice, no, null, null, null, null, null, null, null, null, 2025-02-03, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 2025-02-03 17:08:36.803545, 2025-02-03 17:08:36.803545, null, null, null, null, null, null, null, no_extract_requested, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-03 17:08:41
|
ERROR
|
server
|
odoo.addons.account_ux.tests.test_account_ux:27
ERROR: TestAccountUXChangeCurrency.test_account_ux_change_currency
Traceback (most recent call last):
File "/data/build/ingadhoc-account-financial-tools/account_ux/tests/test_account_ux.py", line 27, in test_account_ux_change_currency
invoice = self.env['account.move'].create({
File "<decorator-gen-1056>", 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/purchase/models/account_invoice.py", line 138, in create
moves = super(AccountMove, self).create(vals_list)
File "<decorator-gen-585>", 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 2488, in create
moves = super().create(vals_list)
File "<decorator-gen-150>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_thread.py", line 259, in create
threads = super(MailThread, self).create(vals_list)
File "<decorator-gen-12>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4646, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4834, in _create
cr.execute(SQL(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 332, in execute
res = self._obj.execute(query, params)
psycopg2.errors.NotNullViolation: null value in column "journal_id" violates not-null constraint
DETAIL: Failing row contains (25, null, null, null, 3, null, null, null, null, null, null, null, 74, null, 74, null, null, null, null, null, null, null, 1, 1, null, null, null, null, draft, out_invoice, no, null, null, null, null, null, null, null, null, 2025-02-03, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 2025-02-03 17:08:36.803545, 2025-02-03 17:08:36.803545, null, null, null, null, null, null, null, no_extract_requested, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null).
|
2025-02-03 17:08:41
|
ERROR
|
server
|
odoo.modules.loading:321
Module account_ux: 0 failures, 1 errors of 1 tests
|
2025-02-03 17:11:57
|
ERROR
|
server
|
odoo.tools.translate:1405
couldn't read translation file [lang: es_AR][format: po]
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1400, in load
reader = TranslationFileReader(fileobj, fileformat=fileformat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 647, in TranslationFileReader
return PoFileReader(source)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 702, in __init__
self.pofile = polib.pofile(source.read().decode())
File "/usr/local/lib/python3.10/site-packages/polib.py", line 130, in pofile
return _pofile_or_mofile(pofile, 'pofile', **kwargs)
File "/usr/local/lib/python3.10/site-packages/polib.py", line 78, in _pofile_or_mofile
instance = parser.parse()
File "/usr/local/lib/python3.10/site-packages/polib.py", line 1366, in parse
raise IOError('Syntax error in po file %s(line %s): '
OSError: Syntax error in po file (line 2187): unescaped double quote found
|
2025-02-03 17:11:57
|
ERROR
|
server
|
odoo.tools.translate:1405
couldn't read translation file [lang: es][format: po]
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1400, in load
reader = TranslationFileReader(fileobj, fileformat=fileformat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 647, in TranslationFileReader
return PoFileReader(source)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 702, in __init__
self.pofile = polib.pofile(source.read().decode())
File "/usr/local/lib/python3.10/site-packages/polib.py", line 130, in pofile
return _pofile_or_mofile(pofile, 'pofile', **kwargs)
File "/usr/local/lib/python3.10/site-packages/polib.py", line 78, in _pofile_or_mofile
instance = parser.parse()
File "/usr/local/lib/python3.10/site-packages/polib.py", line 1366, in parse
raise IOError('Syntax error in po file %s(line %s): '
OSError: Syntax error in po file (line 2187): unescaped double quote found
|
2025-02-03 17:14:17
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert1 in (AR) Responsable Inscripto company
|
2025-02-03 17:14:17
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert9 in (AR) Monotributista company
|
2025-02-03 17:14:17
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert4 in (AR) Exento company
|
2025-02-03 17:16:13
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2025-02-03 17:19:26
|
ERROR
|
server
|
odoo.tools.translate:1405
couldn't read translation file [lang: es_AR][format: po]
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1400, in load
reader = TranslationFileReader(fileobj, fileformat=fileformat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 647, in TranslationFileReader
return PoFileReader(source)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 702, in __init__
self.pofile = polib.pofile(source.read().decode())
File "/usr/local/lib/python3.10/site-packages/polib.py", line 130, in pofile
return _pofile_or_mofile(pofile, 'pofile', **kwargs)
File "/usr/local/lib/python3.10/site-packages/polib.py", line 78, in _pofile_or_mofile
instance = parser.parse()
File "/usr/local/lib/python3.10/site-packages/polib.py", line 1366, in parse
raise IOError('Syntax error in po file %s(line %s): '
OSError: Syntax error in po file (line 2187): unescaped double quote found
|
2025-02-03 17:19:26
|
ERROR
|
server
|
odoo.tools.translate:1405
couldn't read translation file [lang: es_CL][format: po]
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1400, in load
reader = TranslationFileReader(fileobj, fileformat=fileformat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 647, in TranslationFileReader
return PoFileReader(source)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 702, in __init__
self.pofile = polib.pofile(source.read().decode())
File "/usr/local/lib/python3.10/site-packages/polib.py", line 130, in pofile
return _pofile_or_mofile(pofile, 'pofile', **kwargs)
File "/usr/local/lib/python3.10/site-packages/polib.py", line 78, in _pofile_or_mofile
instance = parser.parse()
File "/usr/local/lib/python3.10/site-packages/polib.py", line 1366, in parse
raise IOError('Syntax error in po file %s(line %s): '
OSError: Syntax error in po file (line 2187): unescaped double quote found
|
2025-02-03 17:19:26
|
ERROR
|
server
|
odoo.tools.translate:1405
couldn't read translation file [lang: es_UY][format: po]
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1400, in load
reader = TranslationFileReader(fileobj, fileformat=fileformat)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 647, in TranslationFileReader
return PoFileReader(source)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 702, in __init__
self.pofile = polib.pofile(source.read().decode())
File "/usr/local/lib/python3.10/site-packages/polib.py", line 130, in pofile
return _pofile_or_mofile(pofile, 'pofile', **kwargs)
File "/usr/local/lib/python3.10/site-packages/polib.py", line 78, in _pofile_or_mofile
instance = parser.parse()
File "/usr/local/lib/python3.10/site-packages/polib.py", line 1366, in parse
raise IOError('Syntax error in po file %s(line %s): '
OSError: Syntax error in po file (line 2187): unescaped double quote found
|
2025-02-03 17:23:41
|
ERROR
|
server
|
odoo.tools.translate:1674
couldn't read translation file [lang: es_AR][format: po]
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1669, in _get_code_translations
p = CodeTranslations._read_code_translations_file(fileobj, filter_func)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 1656, in _read_code_translations_file
reader = TranslationFileReader(fileobj, fileformat='po')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 647, in TranslationFileReader
return PoFileReader(source)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/translate.py", line 702, in __init__
self.pofile = polib.pofile(source.read().decode())
File "/usr/local/lib/python3.10/site-packages/polib.py", line 130, in pofile
return _pofile_or_mofile(pofile, 'pofile', **kwargs)
File "/usr/local/lib/python3.10/site-packages/polib.py", line 78, in _pofile_or_mofile
instance = parser.parse()
File "/usr/local/lib/python3.10/site-packages/polib.py", line 1366, in parse
raise IOError('Syntax error in po file %s(line %s): '
OSError: Syntax error in po file (line 2187): unescaped double quote found
|
2025-02-03 17:23:59
|
INFO
|
server
|
odoo.modules.loading:303
608 modules loaded in 1270.13s, 452847 queries (+484798 extra)
|
2025-02-03 17:24:11
|
INFO
|
server
|
odoo.modules.loading:303
617 modules loaded in 13.21s, 2390 queries (+2390 extra)
|
2025-02-03 17:24:17
|
ERROR
|
server
|
odoo.modules.loading:595
At least one test failed when loading the modules.
|
2025-02-03 17:24:17
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:303
Pregenerating assets bundles
|
2025-02-03 17:26:36
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:26:41
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:27:53
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:27:53
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:11
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:22
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:29
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:40
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:40
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:52
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:28:52
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:17
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:22
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:28
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:41
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:41
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:47
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:29:47
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:30:00
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_2_data
|
2025-02-03 17:30:06
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_1_data, company_2_data
|
2025-02-03 17:30:12
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG, company_2_data
|
2025-02-03 17:31:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:15
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:27
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:27
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:39
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:45
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:45
|
ERROR
|
server
|
odoo.addons.sale_account_accountant.tests.test_bank_rec_widget:50
ERROR: TestBankRecWidget.test_matching_sale_orders
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/sale_account_accountant/tests/test_bank_rec_widget.py", line 50, in test_matching_sale_orders
invoice = so1._create_invoices()
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription_external_tax/models/sale_subscription.py", line 19, in _create_invoices
moves = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale_timesheet/models/sale_order.py", line 155, in _create_invoices
moves = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/ingadhoc-enterprise-extensions/sale_subscription_direct_debit/models/sale_order.py", line 16, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/ingadhoc-sale/sale_ux/models/sale_order.py", line 211, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/adhoc-cicd-odoo-enterprise/sale_subscription/models/sale_order.py", line 1663, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/ingadhoc-sale/sale_require_purchase_order_number/models/sale_order.py", line 39, in _create_invoices
moves = super()._create_invoices(grouped, final, date)
File "/data/build/ingadhoc-argentina-sale/l10n_ar_sale/models/sale_order.py", line 130, in _create_invoices
invoices = super()._create_invoices(grouped=grouped, final=final, date=date)
File "/data/build/adhoc-cicd-odoo-odoo/addons/sale/models/sale_order.py", line 1334, in _create_invoices
raise UserError(self._nothing_to_invoice_error_message())
odoo.exceptions.UserError: Cannot create an invoice. No items are available to invoice.
To resolve this issue, please ensure that:
• The products have been delivered before attempting to invoice them.
• The invoicing policy of the product is configured correctly.
If you want to invoice based on ordered quantities instead:
• For consumable or storable products, open the product, go to the 'General Information' tab and change the 'Invoicing Policy' from 'Delivered Quantities' to 'Ordered Quantities'.
• For services (and other products), change the 'Invoicing Policy' to 'Prepaid/Fixed Price'.
|
2025-02-03 17:31:51
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:31:57
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:32:03
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_manual:218
FAIL: TestManual.test_130_entrega_gratuita
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_manual.py", line 218, in test_130_entrega_gratuita
self._check_cfe(invoice, "e-FC", "130_entrega_gratuita")
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 211, in _check_cfe
self.assertXmlTreeEqual(expected_xml, result_xml)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 600, in assertXmlTreeEqual
assertNodeDictEqual(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 598, in assertNodeDictEqual
assertNodeDictEqual(child_node_dict, expected_child_node_dict)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 598, in assertNodeDictEqual
assertNodeDictEqual(child_node_dict, expected_child_node_dict)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 598, in assertNodeDictEqual
assertNodeDictEqual(child_node_dict, expected_child_node_dict)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/tests/common.py", line 591, in assertNodeDictEqual
self.assertEqual(
AssertionError: Lists differ: ['TpoMoneda', 'MntTotal', 'CantLinDet', 'MntPagar'] != ['TpoMoneda', 'MntNetoIVATasaBasica', 'IVATasaBasica', 'Mnt[48 chars]gar']
First differing element 1:
'MntTotal'
'MntNetoIVATasaBasica'
Second list contains 3 additional elements.
First extra element 4:
'MntTotal'
- ['TpoMoneda', 'MntTotal', 'CantLinDet', 'MntPagar']
+ ['TpoMoneda',
+ 'MntNetoIVATasaBasica',
+ 'IVATasaBasica',
+ 'MntIVATasaBasica',
+ 'MntTotal',
+ 'CantLinDet',
+ 'MntPagar'] : Number of children elements for node /Totales is different.
|
2025-02-03 17:32:25
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:32:31
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-03 17:32:31
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_mock:86
ERROR: TestMock.test_100_invoice_rejected
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_mock.py", line 86, in test_100_invoice_rejected
self._mock_send_and_print(invoice, "mock_90_invoice_received", get_pdf=True)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 179, in _mock_send_and_print
self._send_and_print(invoice)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 194, in _send_and_print
.action_send_and_print()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 794, in action_send_and_print
return self._process_send_and_print(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 728, in _process_send_and_print
self._generate_invoice_documents(moves_data, allow_fallback_pdf=allow_fallback_pdf)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 645, in _generate_invoice_documents
self._call_web_service_before_invoice_pdf_render(invoices_data_web_service)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/wizards/account_move_send.py", line 74, in _call_web_service_before_invoice_pdf_render
invoice._l10n_uy_edi_send()
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_l10n_uy/models/account_move.py", line 39, in _l10n_uy_edi_send
super()._l10n_uy_edi_send()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 776, in _l10n_uy_edi_send
attachments = move._l10n_uy_edi_update_xml_and_pdf_file(response)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 811, in _l10n_uy_edi_update_xml_and_pdf_file
pdf_result = self._l10n_uy_edi_get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 656, in _l10n_uy_edi_get_pdf
result = self.l10n_uy_edi_document_id._get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/l10n_uy_edi_document.py", line 237, in _get_pdf
res.update({"file_content": response.findtext(".//{*}" + report_params + "Result").encode()})
AttributeError: 'NoneType' object has no attribute 'encode'
|
2025-02-03 17:32:42
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_mock:65
ERROR: TestMock.test_80_invoice_accepted_and_pdf
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_mock.py", line 65, in test_80_invoice_accepted_and_pdf
self._mock_send_and_print(invoice, "mock_80_invoice_accepted", get_pdf=True)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 179, in _mock_send_and_print
self._send_and_print(invoice)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 194, in _send_and_print
.action_send_and_print()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 794, in action_send_and_print
return self._process_send_and_print(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 728, in _process_send_and_print
self._generate_invoice_documents(moves_data, allow_fallback_pdf=allow_fallback_pdf)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 645, in _generate_invoice_documents
self._call_web_service_before_invoice_pdf_render(invoices_data_web_service)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/wizards/account_move_send.py", line 74, in _call_web_service_before_invoice_pdf_render
invoice._l10n_uy_edi_send()
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_l10n_uy/models/account_move.py", line 39, in _l10n_uy_edi_send
super()._l10n_uy_edi_send()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 776, in _l10n_uy_edi_send
attachments = move._l10n_uy_edi_update_xml_and_pdf_file(response)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 811, in _l10n_uy_edi_update_xml_and_pdf_file
pdf_result = self._l10n_uy_edi_get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 656, in _l10n_uy_edi_get_pdf
result = self.l10n_uy_edi_document_id._get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/l10n_uy_edi_document.py", line 237, in _get_pdf
res.update({"file_content": response.findtext(".//{*}" + report_params + "Result").encode()})
AttributeError: 'NoneType' object has no attribute 'encode'
|
2025-02-03 17:32:42
|
ERROR
|
server
|
odoo.addons.l10n_uy_edi.tests.test_mock:73
ERROR: TestMock.test_90_invoice_received_pdf_check_status
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/test_mock.py", line 73, in test_90_invoice_received_pdf_check_status
self._mock_send_and_print(invoice, "mock_90_invoice_received", get_pdf=True)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 179, in _mock_send_and_print
self._send_and_print(invoice)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/tests/common.py", line 194, in _send_and_print
.action_send_and_print()
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 794, in action_send_and_print
return self._process_send_and_print(
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 728, in _process_send_and_print
self._generate_invoice_documents(moves_data, allow_fallback_pdf=allow_fallback_pdf)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/wizard/account_move_send.py", line 645, in _generate_invoice_documents
self._call_web_service_before_invoice_pdf_render(invoices_data_web_service)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/wizards/account_move_send.py", line 74, in _call_web_service_before_invoice_pdf_render
invoice._l10n_uy_edi_send()
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_l10n_uy/models/account_move.py", line 39, in _l10n_uy_edi_send
super()._l10n_uy_edi_send()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 776, in _l10n_uy_edi_send
attachments = move._l10n_uy_edi_update_xml_and_pdf_file(response)
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 811, in _l10n_uy_edi_update_xml_and_pdf_file
pdf_result = self._l10n_uy_edi_get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/account_move.py", line 656, in _l10n_uy_edi_get_pdf
result = self.l10n_uy_edi_document_id._get_pdf()
File "/data/build/adhoc-cicd-odoo-enterprise/l10n_uy_edi/models/l10n_uy_edi_document.py", line 237, in _get_pdf
res.update({"file_content": response.findtext(".//{*}" + report_params + "Result").encode()})
AttributeError: 'NoneType' object has no attribute 'encode'
|
2025-02-03 17:33:00
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_2_data
|
2025-02-03 17:33:06
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_1_data, company_2_data
|
2025-02-03 17:33:12
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG, company_2_data
|
2025-02-03 17:34:46
|
ERROR
|
server
|
odoo.tests.result:605
1 failed, 5 error(s) of 315 tests when loading database '118532-17-0-all-beta'
|
2025-02-03 17:34:58
|
INFO
|
runbot
|
Getting results for build 118532-17-0
|
2025-02-03 17:34:58
|
|
|
Step all-beta finished in 33m
|
2025-02-03 17:34:58
|
|
|
Starting step setup from config Adhoc Conf con tests 17+ beta
|
2025-02-03 17:34:58
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-03 17:34:59
|
INFO
|
runbot
|
Step setup finished in 0s
|
2025-02-03 17:34:59
|
|
|
Starting step run from config Adhoc Conf con tests 17+ beta
|
2025-02-03 17:34:59
|
INFO
|
runbot
|
Start running build 118532-17-0
|
2025-02-03 17:34:59
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-03 17:35:07
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2025-02-03 17:35:07
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 0.40s, 0 queries (+0 extra)
|
2025-02-03 20:24:58
|
INFO
|
runbot
|
Kill build 118532-17-0
|