Date |
Level |
Type |
Message |
2024-02-27 20:13:36
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:13:36
|
|
|
Starting step all_no_test from config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:13:36
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2024-02-27 20:14:00
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 10.41s, 9028 queries (+9028 extra)
|
2024-02-27 20:19:21
|
WARNING
|
server
|
odoo.modules.loading:93
Module l10n_uy_account 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 698, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 599, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4401, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4312, in _load_records_create
return self.create(values)
File "<decorator-gen-376>", 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/industry_fsm/models/res_company.py", line 26, in create
companies = super().create(vals_list)
File "<decorator-gen-372>", 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/timesheet_grid/models/res_company.py", line 37, in create
companies = super().create(vals_list)
File "<decorator-gen-363>", 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/l10n_latam_base/models/res_company.py", line 12, in create
companies = super().create(vals_list)
File "<decorator-gen-339>", 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/hr_timesheet/models/res_company.py", line 49, in create
company = super(ResCompany, self).create(values)
File "<decorator-gen-197>", 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/stock/models/res_company.py", line 196, in create
companies = super().create(vals_list)
File "<decorator-gen-294>", 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/helpdesk/models/res_company.py", line 13, in create
company._create_helpdesk_team()
File "/data/build/adhoc-cicd-odoo-enterprise/helpdesk/models/res_company.py", line 34, in _create_helpdesk_team
return self.env['helpdesk.team'].sudo().create(results)
File "<decorator-gen-292>", 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/helpdesk/models/helpdesk.py", line 335, in create
teams = super(HelpdeskTeam, self.with_context(mail_create_nosubscribe=True)).create(vals_list)
File "<decorator-gen-138>", 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_alias_mixin.py", line 43, in create
alias_ids = iter(self.env['mail.alias'].sudo().create(alias_vals_list).ids)
File "<decorator-gen-182>", 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-oca-social/mail_tracking/models/mail_alias.py", line 27, in create
res = super().create(vals_list)
File "<decorator-gen-137>", 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_alias.py", line 121, in create
sanitized_names = self._clean_and_check_unique(alias_names)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias.py", line 205, in _clean_and_check_unique
raise UserError(
odoo.exceptions.UserError: The e-mail alias customer-care-uy-company is already used by the Customer Care Helpdesk Team. Choose another alias or change it on the other document.
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(cr, 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(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-uruguay/l10n_uy_account/demo/res_company_demo.xml:17, somewhere inside
<record id="company_uy" model="res.company">
<field name="currency_id" ref="base.UYU"/>
<field name="partner_id" ref="partner_uy"/>
<field name="name">(UY) Company</field>
</record>
|
2024-02-27 20:20:11
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:20:41
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:21:38
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:21:38
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento
|
2024-02-27 20:21:44
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:21:44
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista
|
2024-02-27 20:21:44
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:21:44
|
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-02-27 20:21:55
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert2 in (AR) Responsable Inscripto company
|
2024-02-27 20:21:55
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert1 in (AR) Monotributista company
|
2024-02-27 20:21:55
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Exento company
|
2024-02-27 20:22:01
|
WARNING
|
server
|
odoo.modules.loading:93
Module demo_base demo data failed to install, installed without demo data
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/cache.py", line 85, in lookup
r = d[key]
File "<decorator-gen-8>", line 2, in __getitem__
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x7fed18c34160>, 'l10n_uy_account.company_uy')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 568, in _tag_record
f_val = self.id_get(f_ref, raise_if_not_found=nodeattr2bool(rec, 'forcecreate', True))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 681, in id_get
res = self.model_id_get(id_str, raise_if_not_found)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 687, in model_id_get
return self.env['ir.model.data']._xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 2038, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)[1:3]
File "<decorator-gen-43>", line 2, in _xmlid_lookup
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/cache.py", line 90, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 2031, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: l10n_uy_account.company_uy
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(cr, 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(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-ingadhoc-demo/demo_base/demo/payment_provider_demo.xml:18, somewhere inside
<record id="payment_provider_uy" model="payment.provider">
<field name="name">Demo Uy</field>
<field name="image_128" type="base64" file="payment_demo/static/description/icon.png"/>
<field name="code">demo</field>
<field name="inline_form_view_id" ref="payment_demo.inline_form"/>
<field name="token_inline_form_view_id" ref="payment_demo.token_inline_form"/>
<field name="allow_tokenization">True</field>
<field name="state">test</field>
<field name="company_id" ref="l10n_uy_account.company_uy"/>
<field name="journal_id" model="account.journal" search="[('type', '=', 'bank'), ('company_id', '=', ref('l10n_uy_account.company_uy'))]"/>
</record>
|
2024-02-27 20:22:07
|
INFO
|
server
|
odoo.modules.loading:300
399 modules loaded in 478.40s, 246921 queries (+247164 extra)
|
2024-02-27 20:22:07
|
INFO
|
server
|
odoo.modules.loading:300
400 modules loaded in 0.51s, 169 queries (+169 extra)
|
2024-02-27 20:22:13
|
|
|
Step all_no_test finished in 8m
|
2024-02-27 20:22:13
|
|
|
Starting step setup from config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:22:13
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2024-02-27 20:22:14
|
INFO
|
runbot
|
Step setup finished in 1s
|
2024-02-27 20:22:14
|
|
|
Starting step run from config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:22:14
|
INFO
|
runbot
|
Start running build 42695-16-0
|
2024-02-27 20:22:15
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2024-02-27 20:22:22
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2024-02-27 20:22:22
|
INFO
|
server
|
odoo.modules.loading:300
400 modules loaded in 4.34s, 0 queries (+0 extra)
|
2024-02-27 20:23:32
|
ERROR
|
server
|
odoo.addons.saas_client_adhoc.wizards.db_configuration:26
Error Updating ADHOC Modules Data. Error:
Not Provider url or saas database uuid configured
|
2024-02-27 20:28:22
|
WARNING
|
server
|
odoo.addons.base.models.ir_actions_report:474
wkhtmltopdf: Exit with code 1 due to network error: ContentNotFoundError
|
2024-02-27 20:28:22
|
WARNING
|
server
|
odoo.addons.base.models.ir_actions_report:474
wkhtmltopdf: Exit with code 1 due to network error: ContentNotFoundError
|
2024-02-27 21:16:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (23) timeout after 120s
|
2024-02-27 21:18:15
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (39) timeout after 120s
|
2024-02-27 21:20:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (41) timeout after 120s
|
2024-02-27 21:22:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (43) timeout after 120s
|
2024-02-27 21:24:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (45) timeout after 120s
|
2024-02-27 21:26:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (47) timeout after 120s
|
2024-02-27 21:28:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (49) timeout after 120s
|
2024-02-27 21:30:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (51) timeout after 120s
|
2024-02-27 21:32:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (53) timeout after 120s
|
2024-02-27 21:34:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (55) timeout after 120s
|
2024-02-27 21:36:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (57) timeout after 120s
|
2024-02-27 21:38:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (59) timeout after 120s
|
2024-02-27 21:40:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (61) timeout after 120s
|
2024-02-27 21:42:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (63) timeout after 120s
|
2024-02-27 21:44:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (65) timeout after 120s
|
2024-02-27 21:46:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (67) timeout after 120s
|
2024-02-27 21:48:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (69) timeout after 120s
|
2024-02-27 21:50:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (71) timeout after 120s
|
2024-02-27 21:52:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (73) timeout after 120s
|
2024-02-27 21:54:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (75) timeout after 120s
|
2024-02-27 21:56:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (77) timeout after 120s
|
2024-02-27 21:58:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (79) timeout after 120s
|
2024-02-27 22:00:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (81) timeout after 120s
|
2024-02-27 22:02:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (83) timeout after 120s
|
2024-02-27 22:04:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (85) timeout after 120s
|
2024-02-27 22:06:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (87) timeout after 120s
|
2024-02-27 22:08:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (89) timeout after 120s
|
2024-02-27 22:10:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (91) timeout after 120s
|
2024-02-27 22:12:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (93) timeout after 120s
|
2024-02-27 22:14:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (95) timeout after 120s
|
2024-02-27 22:16:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (97) timeout after 120s
|
2024-02-27 22:18:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (99) timeout after 120s
|
2024-02-27 22:20:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (101) timeout after 120s
|
2024-02-27 22:22:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (103) timeout after 120s
|
2024-02-27 22:24:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (105) timeout after 120s
|
2024-02-27 22:26:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (107) timeout after 120s
|
2024-02-27 22:28:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (109) timeout after 120s
|
2024-02-27 22:30:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (111) timeout after 120s
|
2024-02-27 22:32:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (113) timeout after 120s
|
2024-02-27 22:34:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (115) timeout after 120s
|
2024-02-27 22:36:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (117) timeout after 120s
|
2024-02-27 22:38:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (119) timeout after 120s
|
2024-02-27 22:40:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (121) timeout after 120s
|
2024-02-27 22:42:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (123) timeout after 120s
|
2024-02-27 22:44:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (125) timeout after 120s
|
2024-02-27 22:46:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (127) timeout after 120s
|
2024-02-27 22:48:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (129) timeout after 120s
|
2024-02-27 22:50:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (131) timeout after 120s
|
2024-02-27 22:52:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (133) timeout after 120s
|
2024-02-27 22:54:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (135) timeout after 120s
|
2024-02-27 22:56:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (137) timeout after 120s
|
2024-02-27 22:58:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (139) timeout after 120s
|
2024-02-27 23:00:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (141) timeout after 120s
|
2024-02-27 23:02:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (143) timeout after 120s
|
2024-02-27 23:04:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (145) timeout after 120s
|
2024-02-27 23:07:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (147) timeout after 120s
|
2024-02-27 23:08:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (149) timeout after 120s
|
2024-02-27 23:10:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (151) timeout after 120s
|
2024-02-27 23:12:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (153) timeout after 120s
|
2024-02-27 23:14:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (155) timeout after 120s
|
2024-02-27 23:16:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (157) timeout after 120s
|
2024-02-27 23:18:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (159) timeout after 120s
|
2024-02-27 23:20:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (161) timeout after 120s
|
2024-02-27 23:22:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (163) timeout after 120s
|
2024-02-27 23:24:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (165) timeout after 120s
|
2024-02-27 23:26:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (167) timeout after 120s
|
2024-02-27 23:28:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (169) timeout after 120s
|
2024-02-28 05:15:47
|
ERROR
|
server
|
odoo.addons.base.models.ir_cron:381
Call from cron Saas Client Database Backup for server action #339 failed in Job #17
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 373, 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 668, 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 538, 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 362, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "ir.actions.server(339,)", line 1, in <module>
File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 101, in cron_backup_database
self.backup_database()
File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 133, in backup_database
storage_type = self.get_bucket_type()
File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 66, in get_bucket_type
raise ValidationError(_('No hay bucket configurado'))
odoo.exceptions.ValidationError: No hay bucket configurado
|
2024-02-28 19:13:10
|
INFO
|
runbot
|
Kill build 42695-16-0
|