Date |
Level |
Type |
Message |
2025-02-04 14:43:42
|
INFO
|
runbot
|
Rebuild initiated by Administrator
|
2025-02-04 15:10:45
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests 17+ beta
|
2025-02-04 15:10:45
|
|
|
Starting step base from config Adhoc Conf con tests 17+ beta
|
2025-02-04 15:10:45
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-04 15:11:19
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 11.60s, 9070 queries (+9070 extra)
|
2025-02-04 15:11:31
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 7.51s, 7149 queries (+7149 extra)
|
2025-02-04 15:11:37
|
|
|
Step base finished in 46s
|
2025-02-04 15:11:37
|
|
|
Starting step all-beta from config Adhoc Conf con tests 17+ beta
|
2025-02-04 15:11:37
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-04 15:12:03
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 11.18s, 9070 queries (+9070 extra)
|
2025-02-04 15:17:30
|
ERROR
|
server
|
odoo.sql_db:335
bad query: INSERT INTO "account_move_line" ("account_id", "amount_currency", "balance", "blocked", "company_currency_id", "company_id", "create_date", "create_uid", "credit", "currency_id", "debit", "discount", "display_type", "journal_id", "move_id", "name", "partner_id", "price_unit", "product_id", "product_uom_id", "quantity", "sequence", "tax_group_id", "tax_line_id", "write_date", "write_uid") VALUES (NULL, '0.00', '0.00', false, 1, 3, '2025-02-04 15:17:25.492391', 1, '0.00', 19, '0.00', '0.00', 'product', 9, 25, '[FURN_8900] Drawer Black', 74, '1000.00', 27, 1, '1.00', 100, NULL, NULL, '2025-02-04 15:17:25.492391', 1) RETURNING "id"
ERROR: new row for relation "account_move_line" violates check constraint "account_move_line_check_accountable_required_fields"
DETAIL: Failing row contains (69, 25, 9, 3, 1, 100, null, 19, 74, null, null, null, null, null, null, null, null, null, null, 27, 1, 1, 1, null, null, null, [FURN_8900] Drawer Black, null, product, null, null, null, null, null, 0.00, 0.00, 0.00, 0.00, null, null, null, 1.00, 1000.00, null, null, 0.00, null, null, null, null, f, 2025-02-04 15:17:25.492391, 2025-02-04 15:17:25.492391, null, null, null, null, null, null, null).
|
2025-02-04 15:17:30
|
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 4893, in _create
field.create([
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4336, in create
self.write_batch(record_values, True)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4362, in write_batch
self.write_real(records_commands_list, create)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4552, in write_real
flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 4508, in flush
comodel.create(to_create)
File "<decorator-gen-586>", 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_line.py", line 1586, in create
lines = super().create([self._sanitize_vals(vals) for vals in vals_list])
File "<decorator-gen-349>", 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/analytic/models/analytic_mixin.py", line 113, in create
return super().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.CheckViolation: new row for relation "account_move_line" violates check constraint "account_move_line_check_accountable_required_fields"
DETAIL: Failing row contains (69, 25, 9, 3, 1, 100, null, 19, 74, null, null, null, null, null, null, null, null, null, null, 27, 1, 1, 1, null, null, null, [FURN_8900] Drawer Black, null, product, null, null, null, null, null, 0.00, 0.00, 0.00, 0.00, null, null, null, 1.00, 1000.00, null, null, 0.00, null, null, null, null, f, 2025-02-04 15:17:25.492391, 2025-02-04 15:17:25.492391, null, null, null, null, null, null, null).
|
2025-02-04 15:17:30
|
ERROR
|
server
|
odoo.modules.loading:321
Module account_ux: 0 failures, 1 errors of 1 tests
|
2025-02-04 15:22:47
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert3 in (AR) Responsable Inscripto company
|
2025-02-04 15:22:47
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert7 in (AR) Monotributista company
|
2025-02-04 15:22:47
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert10 in (AR) Exento company
|
2025-02-04 15:24:37
|
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-04 15:31:50
|
INFO
|
server
|
odoo.modules.loading:303
608 modules loaded in 1178.72s, 452832 queries (+484841 extra)
|
2025-02-04 15:32:04
|
INFO
|
server
|
odoo.modules.loading:303
617 modules loaded in 12.95s, 2390 queries (+2390 extra)
|
2025-02-04 15:32:10
|
ERROR
|
server
|
odoo.modules.loading:595
At least one test failed when loading the modules.
|
2025-02-04 15:32:16
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:303
Pregenerating assets bundles
|
2025-02-04 15:34:32
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-04 15:34: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-04 15:35:49
|
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-04 15:35:55
|
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-04 15:36:07
|
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-04 15:36:07
|
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-04 15:36:19
|
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-04 15:36: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-04 15:36:37
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG
|
2025-02-04 15:36:43
|
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-04 15:36:49
|
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-04 15:36:55
|
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-04 15:37: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-04 15:37: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-04 15:37:23
|
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-04 15:37: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-04 15:37:42
|
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-04 15:37:48
|
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-04 15:37:48
|
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-04 15:38:02
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:47
Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_2_data
|
2025-02-04 15:38:08
|
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-04 15:38:16
|
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-04 15:39:16
|
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-04 15:39:19
|
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-04 15:39: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-04 15:39:33
|
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-04 15:39: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-04 15:39:50
|
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-04 15:39:50
|
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-04 15:39: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-04 15:40:04
|
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-04 15:40:06
|
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-04 15:40: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-04 15:40: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-04 15:40:35
|
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-04 15:40:47
|
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-04 15:40:47
|
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-04 15:41: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-04 15:41: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-04 15:41:18
|
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-04 15:43:15
|
ERROR
|
server
|
odoo.tests.result:605
1 failed, 5 error(s) of 315 tests when loading database '119005-17-0-all-beta'
|
2025-02-04 15:43:33
|
INFO
|
runbot
|
Getting results for build 119005-17-0
|
2025-02-04 15:43:33
|
|
|
Step all-beta finished in 32m
|
2025-02-04 15:43:33
|
|
|
Starting step setup from config Adhoc Conf con tests 17+ beta
|
2025-02-04 15:43:33
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-04 15:43:35
|
INFO
|
runbot
|
Step setup finished in 1s
|
2025-02-04 15:43:35
|
|
|
Starting step run from config Adhoc Conf con tests 17+ beta
|
2025-02-04 15:43:35
|
INFO
|
runbot
|
Start running build 119005-17-0
|
2025-02-04 15:43:35
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-02-04 15:43:37
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2025-02-04 15:43:38
|
INFO
|
server
|
odoo.modules.loading:303
19 modules loaded in 0.57s, 0 queries (+0 extra)
|
2025-02-04 15:48:00
|
INFO
|
runbot
|
Killing build 119005-17-0, requested by Administrator (user #2)
|
2025-02-04 15:48:01
|
INFO
|
runbot
|
Kill build 119005-17-0
|