Date |
Level |
Type |
Message |
2025-01-28 20:19:09
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf for demo (y personalizaciones) 17+
|
2025-01-28 20:19:09
|
|
|
Starting step all_no_test from config Adhoc Conf for demo (y personalizaciones) 17+
|
2025-01-28 20:19:09
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-01-28 20:19:35
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 9.64s, 9069 queries (+9069 extra)
|
2025-01-28 20:24:49
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert8 in (AR) Responsable Inscripto company
|
2025-01-28 20:24:49
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Monotributista company
|
2025-01-28 20:24:49
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert2 in (AR) Exento company
|
2025-01-28 20:25:38
|
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-01-28 20:28:17
|
INFO
|
server
|
odoo.modules.loading:303
283 modules loaded in 517.85s, 233006 queries (+233049 extra)
|
2025-01-28 20:28:23
|
INFO
|
server
|
odoo.modules.loading:303
290 modules loaded in 7.23s, 1597 queries (+1597 extra)
|
2025-01-28 20:28:36
|
|
|
Step all_no_test finished in 9m
|
2025-01-28 20:28:36
|
|
|
Starting step setup from config Adhoc Conf for demo (y personalizaciones) 17+
|
2025-01-28 20:28:36
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-01-28 20:28:37
|
INFO
|
runbot
|
Step setup finished in 0s
|
2025-01-28 20:28:37
|
|
|
Starting step run from config Adhoc Conf for demo (y personalizaciones) 17+
|
2025-01-28 20:28:37
|
INFO
|
runbot
|
Start running build 116343-17-0
|
2025-01-28 20:28:37
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-17
|
2025-01-28 20:28:42
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2025-01-28 20:28:48
|
INFO
|
server
|
odoo.modules.loading:303
290 modules loaded in 5.12s, 0 queries (+0 extra)
|
2025-01-28 20:29:18
|
ERROR
|
server
|
odoo.sql_db:335
bad query: CREATE TABLE IF NOT EXISTS account_move_line_in_currency_0 AS
WITH currency_rate AS MATERIALIZED (
SELECT
c.currency_id,
COALESCE(r.company_id, c.company_id) as company_id,
r.rate,
r.name AS date_start,
c.currency_group,
(SELECT name FROM res_currency_rate r2
WHERE r2.name > r.name AND
r2.currency_id = r.currency_id AND
(r2.company_id is null or r2.company_id = c.company_id)
ORDER BY r2.name ASC
LIMIT 1) AS date_end
FROM res_currency_rate r
RIGHT JOIN currency_group_line c ON (r.company_id is null or (r.company_id = c.company_id and r.currency_id = c.currency_id))
where c.currency_group = False
)
select "aml"."id", "aml"."move_id", "aml"."journal_id", "aml"."company_id", "aml"."company_currency_id", "aml"."sequence", "aml"."account_id", "aml"."partner_id", "aml"."reconcile_model_id", "aml"."payment_id", "aml"."statement_line_id", "aml"."statement_id", "aml"."group_tax_id", "aml"."tax_line_id", "aml"."tax_group_id", "aml"."tax_repartition_line_id", "aml"."full_reconcile_id", "aml"."account_root_id", "aml"."product_id", "aml"."product_uom_id", "aml"."create_uid", "aml"."write_uid", "aml"."move_name", "aml"."parent_state", "aml"."ref", "aml"."name", "aml"."matching_number", "aml"."display_type", "aml"."date", "aml"."invoice_date", "aml"."date_maturity", "aml"."discount_date", "aml"."analytic_distribution", "aml"."tax_base_amount", "aml"."amount_residual", "aml"."amount_residual_currency", "aml"."quantity", "aml"."price_unit", "aml"."price_subtotal", "aml"."price_total", "aml"."discount", "aml"."discount_amount_currency", "aml"."discount_balance", "aml"."tax_tag_invert", "aml"."reconciled", "aml"."blocked", "aml"."create_date", "aml"."write_date", "aml"."deferred_start_date", "aml"."deferred_end_date", "aml"."purchase_line_id", "aml"."cogs_origin_id", "aml"."expected_pay_date", "aml"."user_id", "aml"."l10n_latam_document_type_id", "aml"."is_downpayment", "aml"."followup_line_id", "aml"."last_followup_date", "aml"."next_action_date", "aml"."l10n_pe_group_id", "aml"."tax_settlement_move_id", "aml"."tax_state", "aml"."l10n_pe_edi_allowance_charge_reason_code", "aml"."l10n_pe_edi_affectation_reason",
CASE WHEN cr.rate is null or cr.currency_id = c.currency_id THEN aml.balance ELSE aml.balance * cr.rate END as balance,
CASE WHEN cr.rate is null or cr.currency_id = c.currency_id THEN aml.credit ELSE aml.credit * cr.rate END as credit,
CASE WHEN cr.rate is null or cr.currency_id = c.currency_id THEN aml.debit ELSE aml.debit * cr.rate END as debit,
CASE WHEN cr.rate is null or cr.currency_id = c.currency_id or (aml.currency_id <> cr.currency_id and aml.currency_id != c.currency_id) THEN aml.amount_currency ELSE null END as amount_currency,
CASE WHEN aml.currency_id <> cr.currency_id and aml.currency_id != c.currency_id THEN aml.currency_id ELSE cr.currency_id END as currency_id,
(case when cr.rate is null or cr.currency_id = c.currency_id then 1.0 else cr.rate end) as aml_rate
from account_move_line aml
left join currency_rate cr on
(cr.currency_id in () and
cr.company_id = aml.company_id and
(cr.date_start <= COALESCE(aml.date, NOW()) or cr.date_start is null) and
(cr.date_end IS NULL OR cr.date_end > COALESCE(aml.date, NOW())))
join res_company as c on c.id=cr.company_id
ERROR: syntax error at or near ")"
LINE 28: (cr.currency_id in () and
^
|
2025-01-28 20:29:18
|
ERROR
|
server
|
odoo.addons.base.models.ir_cron:406
Call from cron Update AML in currency for server action #771 failed in Job #46
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 392, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "ir.actions.server(771,)", line 1, in <module>
File "/data/build/ingadhoc-enterprise-extensions/account_reports_multicurrency/models/currency_group.py", line 22, in cron_recreate_aml_materialized
to_update.action_currency_aml_materialized()
File "/data/build/ingadhoc-enterprise-extensions/account_reports_multicurrency/models/currency_group.py", line 46, in action_currency_aml_materialized
self._cr.execute("""CREATE TABLE IF NOT EXISTS %s AS
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 332, in execute
res = self._obj.execute(query, params)
psycopg2.errors.SyntaxError: syntax error at or near ")"
LINE 28: (cr.currency_id in () and
^
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 397, in _callback
self.env['ir.actions.server'].browse(server_action_id).run()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 939, in run
res = runner(run_self, eval_context=eval_context)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_actions_server.py", line 61, in _run_action_code_multi
res = super(ServerAction, self)._run_action_code_multi(eval_context)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 771, in _run_action_code_multi
safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True, filename=str(self)) # nocopy allows to return 'action'
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 406, in safe_eval
raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
ValueError: <class 'psycopg2.errors.SyntaxError'>: "syntax error at or near ")"
LINE 28: (cr.currency_id in () and
^
" while evaluating
'model.cron_recreate_aml_materialized()'
|
2025-01-28 23:21:34
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (23) timeout after 120s
|
2025-01-28 23:23:34
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (27) timeout after 120s
|
2025-01-28 23:25:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (29) timeout after 120s
|
2025-01-28 23:27:37
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (31) timeout after 120s
|
2025-01-28 23:29:33
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (33) timeout after 120s
|
2025-01-28 23:31:34
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (35) timeout after 120s
|
2025-01-28 23:33:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (37) timeout after 120s
|
2025-01-28 23:35:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (39) timeout after 120s
|
2025-01-28 23:37:33
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (41) timeout after 120s
|
2025-01-28 23:39:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (43) timeout after 120s
|
2025-01-28 23:41:37
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (45) timeout after 120s
|
2025-01-28 23:43:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (47) timeout after 120s
|
2025-01-28 23:45:34
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (49) timeout after 120s
|
2025-01-28 23:47:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (51) timeout after 120s
|
2025-01-28 23:49:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (53) timeout after 120s
|
2025-01-28 23:51:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (55) timeout after 120s
|
2025-01-28 23:53:34
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (57) timeout after 120s
|
2025-01-28 23:55:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (59) timeout after 120s
|
2025-01-28 23:57:37
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (61) timeout after 120s
|
2025-01-28 23:59:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (63) timeout after 120s
|
2025-01-29 00:01:35
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (65) timeout after 120s
|
2025-01-29 00:03:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (67) timeout after 120s
|
2025-01-29 00:05:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (69) timeout after 120s
|
2025-01-29 00:07:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (71) timeout after 120s
|
2025-01-29 00:09:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (73) timeout after 120s
|
2025-01-29 00:11:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (75) timeout after 120s
|
2025-01-29 00:13:37
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (77) timeout after 120s
|
2025-01-29 00:15:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (79) timeout after 120s
|
2025-01-29 00:17:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (81) timeout after 120s
|
2025-01-29 00:19:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (83) timeout after 120s
|
2025-01-29 00:21:36
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (85) timeout after 120s
|
2025-01-29 00:23:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (87) timeout after 120s
|
2025-01-29 00:25:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (89) timeout after 120s
|
2025-01-29 00:27:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (91) timeout after 120s
|
2025-01-29 00:29:37
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (93) timeout after 120s
|
2025-01-29 00:31:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (95) timeout after 120s
|
2025-01-29 00:33:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (97) timeout after 120s
|
2025-01-29 00:35:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (99) timeout after 120s
|
2025-01-29 00:37:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (101) timeout after 120s
|
2025-01-29 00:39:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (103) timeout after 120s
|
2025-01-29 00:41:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (105) timeout after 120s
|
2025-01-29 00:43:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (107) timeout after 120s
|
2025-01-29 00:45:37
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (109) timeout after 120s
|
2025-01-29 00:47:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (111) timeout after 120s
|
2025-01-29 00:49:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (113) timeout after 120s
|
2025-01-29 00:51:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (115) timeout after 120s
|
2025-01-29 00:53:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (117) timeout after 120s
|
2025-01-29 00:55:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (119) timeout after 120s
|
2025-01-29 00:57:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (121) timeout after 120s
|
2025-01-29 00:59:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (123) timeout after 120s
|
2025-01-29 01:01:38
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (125) timeout after 120s
|
2025-01-29 01:03:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (127) timeout after 120s
|
2025-01-29 01:05:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (129) timeout after 120s
|
2025-01-29 01:07:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (131) timeout after 120s
|
2025-01-29 01:09:43
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (133) timeout after 120s
|
2025-01-29 01:11:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (135) timeout after 120s
|
2025-01-29 01:13:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (137) timeout after 120s
|
2025-01-29 01:15:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (139) timeout after 120s
|
2025-01-29 01:17:44
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (141) timeout after 120s
|
2025-01-29 01:19:39
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (143) timeout after 120s
|
2025-01-29 01:21:40
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (145) timeout after 120s
|
2025-01-29 01:23:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (147) timeout after 120s
|
2025-01-29 01:25:44
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (149) timeout after 120s
|
2025-01-29 01:27:45
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (151) timeout after 120s
|
2025-01-29 01:29:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (153) timeout after 120s
|
2025-01-29 01:31:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (155) timeout after 120s
|
2025-01-29 01:33:44
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (157) timeout after 120s
|
2025-01-29 01:35:45
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (159) timeout after 120s
|
2025-01-29 01:37:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (161) timeout after 120s
|
2025-01-29 01:39:43
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (163) timeout after 120s
|
2025-01-29 01:41:43
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (165) timeout after 120s
|
2025-01-29 01:43:45
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (167) timeout after 120s
|
2025-01-29 01:45:41
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (169) timeout after 120s
|
2025-01-29 01:47:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (171) timeout after 120s
|
2025-01-29 01:49:43
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (173) timeout after 120s
|
2025-01-29 01:51:45
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (175) timeout after 120s
|
2025-01-29 01:53:46
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (177) timeout after 120s
|
2025-01-29 01:55:42
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (179) timeout after 120s
|
2025-01-29 01:57:44
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (181) timeout after 120s
|
2025-01-29 01:59:46
|
ERROR
|
server
|
odoo.service.server:886
WorkerCron (183) timeout after 120s
|
2025-01-29 05:21:00
|
ERROR
|
server
|
odoo.addons.base.models.ir_cron:406
Call from cron Saas Client Database Backup for server action #257 failed in Job #13
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 397, in _callback
self.env['ir.actions.server'].browse(server_action_id).run()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 939, in run
res = runner(run_self, eval_context=eval_context)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_actions_server.py", line 61, in _run_action_code_multi
res = super(ServerAction, self)._run_action_code_multi(eval_context)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 771, in _run_action_code_multi
safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True, filename=str(self)) # nocopy allows to return 'action'
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 392, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "ir.actions.server(257,)", line 1, in <module>
File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 70, in cron_backup_database
self.backup_database()
File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 102, in backup_database
storage_type = self.get_bucket_type()
File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 35, in get_bucket_type
raise ValidationError(_('No hay bucket configurado'))
odoo.exceptions.ValidationError: No hay bucket configurado
|
2025-01-29 13:44:16
|
INFO
|
runbot
|
Kill build 116343-17-0
|