First apparition: adhoc-dev:15.0-t-28369-pam
Last apparition: adhoc-dev:15.0-t-28369-pam
Commit: sipreco-account-payment:f6cd32fc  
Subject: [IMP] account_payment_group: Mejora transferencias Task: 28369
Author: Pablo Montenegro
Committer: Pablo Montenegro
Commit: sipreco-miscellaneous:12a87206  
Subject: [I18N] Update translation terms from Transifex adhoc-odoo-15-0
Author: ADHOC - Bot
Committer: ADHOC - Bot
Commit: sipreco-odoo-argentina-ee:1ddfa4bb  
Subject: [IMP] Add to readme de link where currency rates can be checked
Author: Pablo Montenegro
Committer: Katherine Zaoral
Commit: sipreco-odoo-argentina:de4ae19b  
Subject: [FIX] l10n_ar_ux: only apply to AR
Author: Katherine Zaoral
Committer: Katherine Zaoral
Commit: sipreco-ingadhoc-aeroo_reports:14f8ded3  
Subject: [IMP] report_aeroo: Remove auto wizard config after installation
Author: nicolas
Committer: nicolas
Commit: sipreco-odoo-public-administration:d66a597a  
Subject: [FIX] sipreco_purchase: changes on kanban view by odoo here:
Author: Nicolas Mac Rouillon
Committer: Nicolas Mac Rouillon
Commit: sipreco-enterprise-extensions:ca4cd081  
Subject: [I18N] Update translation terms from Transifex adhoc-odoo-15-0
Author: ADHOC - Bot
Committer: ADHOC - Bot
Commit: sipreco-account-financial-tools:8738ac02  
Subject: [I18N] Update translation terms from Transifex adhoc-odoo-15-0
Author: ADHOC - Bot
Committer: ADHOC - Bot
Commit: sipreco-stock:02b0d81b  
Subject: [I18N] Update translation terms from Transifex adhoc-odoo-15-0
Author: ADHOC - Bot
Committer: ADHOC - Bot
Commit: adhoc-cicd-odoo-odoo:c6a5dcd1  
Subject: Merge commit 'refs/pull/81950/head' of https://github.com/odoo/odoo into 15.0-1341
Author: docker-odoo
Committer: docker-odoo
Commit: adhoc-cicd-odoo-enterprise:d07a0374  
Subject: [FIX] sale_subscription: sub->inv lines w/ fiscal_pos should be equal
Author: Victor Piryns (pivi)
Committer: Victor Piryns (pivi)
Commit: adhoc-cicd-oca-hr-holidays:aed69aab  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: adhoc-cicd-oca-web:73f50c2a  
Subject: Translated using Weblate (Italian)
Author: Riccardo Bellanova
Committer: Weblate
Commit: adhoc-cicd-oca-stock-logistics-workflow:10b1db77  
Subject: [UPD] addons table in README.md
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: adhoc-cicd-oca-stock-logistics-warehouse:c6725c21  
Subject: [ADD] setup.py
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: adhoc-cicd-oca-report-print-send:7232bc3d  
Subject: Merge commit 'refs/pull/295/head' of https://github.com/oca/report-print-send into 15.0-1253
Author: docker-odoo
Committer: docker-odoo
Version: 15.0
Config: Adhoc Conf no-test
Total time: 3m
Date Level Type Message
2023-02-08 14:02:40 INFO runbot Init build environment with config Adhoc Conf no-test
2023-02-08 14:02:40 Starting step base from config Adhoc Conf no-test
2023-02-08 14:02:40 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-08 14:03:00 INFO server odoo.modules.loading:274 1 modules loaded in 7.83s, 10956 queries (+0 extra)
2023-02-08 14:03:00 INFO server odoo.modules.loading:274 13 modules loaded in 4.55s, 5461 queries (+0 extra)
2023-02-08 14:03:14 Step base finished in 34s
2023-02-08 14:03:14 Starting step all_no_test from config Adhoc Conf no-test
2023-02-08 14:03:14 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-08 14:03:28 INFO server odoo.modules.loading:274 1 modules loaded in 8.11s, 10956 queries (+0 extra)
2023-02-08 14:05:15 WARNING server odoo.modules.loading:607 Transient module states were reset
This error is already known.
2023-02-08 14:05:15 ERROR server odoo.modules.registry:92 Failed to load registry
2023-02-08 14:05:15 CRITICAL server odoo.service.server:1291
Failed to initialize database `02713-15-0-all`.
Traceback (most recent call last):
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1260, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 474, in load_modules
    processed_modules += load_marked_modules(cr, graph,
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 363, in load_marked_modules
    loaded, processed = load_module_graph(
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 222, in load_module_graph
    load_data(cr, idref, mode, kind='data', package=package)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 69, 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 748, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 814, in convert_xml_import
    obj.parse(doc.getroot())
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 734, in parse
    self._tag_root(de)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 694, in _tag_root
    raise ParseError(msg) from None  # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
odoo.tools.convert.ParseError: while parsing /data/build/sipreco-account-payment/account_payment_group/views/account_payment_view.xml:101
Error while validating view near:
                <button name="action_post" string="Confirm" type="object" class="oe_highlight" attrs="{'invisible': [('state', '!=', 'draft')]}" data-hotkey="v"/>
                        <button name="action_draft" string="Reset To Draft" type="object" class="btn btn-secondary" attrs="{'invisible': [('state', 'not in', ('posted', 'cancel'))]}" groups="account.group_account_invoice" data-hotkey="w"/>
                <field name="amount_available_for_refund" invisible="1"/>
                <button type="object" name="action_refund_wizard" string="Refund" groups="account.group_account_invoice" attrs="{'invisible': [('amount_available_for_refund', '&lt;=', 0)]}" class="btn-secondary"/>
Label tag must contain a "for". To match label style without corresponding field or button, use 'class="o_form_label"'.
View error context:
{'file': '/data/build/sipreco-account-payment/account_payment_group/views/account_payment_view.xml',
 'line': 9,
 'name': 'account.payment.form',
 'view': ir.ui.view(1511,),
 'view.model': 'account.payment',
 'view.parent': ir.ui.view(679,),
 'xmlid': 'view_account_payment_form2'}
2023-02-08 14:05:15 Step all_no_test finished in 121s
2023-02-08 14:05:15 Starting step setup from config Adhoc Conf no-test
2023-02-08 14:05:15 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-08 14:05:25 INFO runbot Step setup finished in 10s
2023-02-08 14:05:25 Starting step run from config Adhoc Conf no-test
2023-02-08 14:05:25 INFO runbot Start running build 02713-15-0
2023-02-08 14:05:25 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-08 14:05:35 INFO server odoo.modules.loading:274 1 modules loaded in 0.01s, 0 queries (+0 extra)
2023-02-08 14:05:35 INFO server odoo.modules.loading:274 103 modules loaded in 1.57s, 0 queries (+0 extra)
2023-02-08 14:07:33 ERROR server odoo.service.server:825 WorkerCron (16) timeout after 120s
2023-02-08 14:07:33 ERROR server odoo.service.server:825 WorkerCron (16) timeout after 120s
2023-02-08 14:09:37 ERROR server odoo.service.server:825 WorkerCron (21) timeout after 120s
2023-02-08 14:09:37 ERROR server odoo.service.server:825 WorkerCron (21) timeout after 120s
2023-02-08 14:11:30 ERROR server odoo.service.server:825 WorkerCron (23) timeout after 120s
2023-02-08 14:11:30 ERROR server odoo.service.server:825 WorkerCron (23) timeout after 120s
2023-02-08 14:13:36 ERROR server odoo.service.server:825 WorkerCron (25) timeout after 120s
2023-02-08 14:13:36 ERROR server odoo.service.server:825 WorkerCron (25) timeout after 120s
2023-02-08 14:15:30 ERROR server odoo.service.server:825 WorkerCron (27) timeout after 120s
2023-02-08 14:15:30 ERROR server odoo.service.server:825 WorkerCron (27) timeout after 120s
2023-02-08 14:17:32 ERROR server odoo.service.server:825 WorkerCron (29) timeout after 120s
2023-02-08 14:17:32 ERROR server odoo.service.server:825 WorkerCron (29) timeout after 120s
2023-02-08 14:19:35 ERROR server odoo.service.server:825 WorkerCron (31) timeout after 120s
2023-02-08 14:19:35 ERROR server odoo.service.server:825 WorkerCron (31) timeout after 120s
2023-02-08 14:21:37 ERROR server odoo.service.server:825 WorkerCron (33) timeout after 120s
2023-02-08 14:21:37 ERROR server odoo.service.server:825 WorkerCron (33) timeout after 120s
2023-02-08 14:23:31 ERROR server odoo.service.server:825 WorkerCron (35) timeout after 120s
2023-02-08 14:25:32 ERROR server odoo.service.server:825 WorkerCron (37) timeout after 120s
2023-02-08 14:25:32 ERROR server odoo.service.server:825 WorkerCron (37) timeout after 120s
2023-02-08 14:27:36 ERROR server odoo.service.server:825 WorkerCron (39) timeout after 120s
2023-02-08 14:29:36 ERROR server odoo.service.server:825 WorkerCron (41) timeout after 120s
2023-02-08 14:29:36 ERROR server odoo.service.server:825 WorkerCron (41) timeout after 120s
2023-02-08 14:31:36 ERROR server odoo.service.server:825 WorkerCron (43) timeout after 120s
2023-02-08 14:31:36 ERROR server odoo.service.server:825 WorkerCron (43) timeout after 120s
2023-02-08 14:33:37 ERROR server odoo.service.server:825 WorkerCron (45) timeout after 120s
2023-02-08 14:33:37 ERROR server odoo.service.server:825 WorkerCron (45) timeout after 120s
2023-02-08 14:35:36 ERROR server odoo.service.server:825 WorkerCron (47) timeout after 120s
2023-02-08 14:35:36 ERROR server odoo.service.server:825 WorkerCron (47) timeout after 120s
2023-02-08 14:37:38 ERROR server odoo.service.server:825 WorkerCron (49) timeout after 120s
2023-02-08 14:39:35 ERROR server odoo.service.server:825 WorkerCron (51) timeout after 120s
2023-02-08 14:39:35 ERROR server odoo.service.server:825 WorkerCron (51) timeout after 120s
2023-02-08 14:41:40 ERROR server odoo.service.server:825 WorkerCron (53) timeout after 120s
2023-02-08 14:41:40 ERROR server odoo.service.server:825 WorkerCron (53) timeout after 120s
2023-02-08 14:43:38 ERROR server odoo.service.server:825 WorkerCron (55) timeout after 120s
2023-02-08 14:45:33 ERROR server odoo.service.server:825 WorkerCron (57) timeout after 120s
2023-02-08 14:45:33 ERROR server odoo.service.server:825 WorkerCron (57) timeout after 120s
2023-02-08 14:47:33 ERROR server odoo.service.server:825 WorkerCron (59) timeout after 120s
2023-02-08 14:47:33 ERROR server odoo.service.server:825 WorkerCron (59) timeout after 120s
2023-02-08 14:49:41 ERROR server odoo.service.server:825 WorkerCron (61) timeout after 120s
2023-02-08 14:49:41 ERROR server odoo.service.server:825 WorkerCron (61) timeout after 120s
2023-02-08 14:51:33 ERROR server odoo.service.server:825 WorkerCron (63) timeout after 120s
2023-02-08 14:51:33 ERROR server odoo.service.server:825 WorkerCron (63) timeout after 120s
2023-02-08 14:53:36 ERROR server odoo.service.server:825 WorkerCron (65) timeout after 120s
2023-02-08 14:55:35 ERROR server odoo.service.server:825 WorkerCron (67) timeout after 120s
2023-02-08 14:55:35 ERROR server odoo.service.server:825 WorkerCron (67) timeout after 120s
2023-02-08 14:57:35 ERROR server odoo.service.server:825 WorkerCron (69) timeout after 120s
2023-02-08 14:57:35 ERROR server odoo.service.server:825 WorkerCron (69) timeout after 120s
2023-02-08 14:59:36 ERROR server odoo.service.server:825 WorkerCron (71) timeout after 120s
2023-02-08 15:01:39 ERROR server odoo.service.server:825 WorkerCron (73) timeout after 120s
2023-02-08 15:01:39 ERROR server odoo.service.server:825 WorkerCron (73) timeout after 120s
2023-02-08 15:03:39 ERROR server odoo.service.server:825 WorkerCron (75) timeout after 120s
2023-02-08 15:03:39 ERROR server odoo.service.server:825 WorkerCron (75) timeout after 120s
2023-02-08 15:05:38 ERROR server odoo.service.server:825 WorkerCron (77) timeout after 120s
2023-02-08 15:05:38 ERROR server odoo.service.server:825 WorkerCron (77) timeout after 120s
2023-02-08 15:07:37 ERROR server odoo.service.server:825 WorkerCron (79) timeout after 120s
2023-02-08 15:09:33 ERROR server odoo.service.server:825 WorkerCron (81) timeout after 120s
2023-02-08 15:09:33 ERROR server odoo.service.server:825 WorkerCron (81) timeout after 120s
2023-02-08 15:11:41 ERROR server odoo.service.server:825 WorkerCron (83) timeout after 120s
2023-02-08 15:11:41 ERROR server odoo.service.server:825 WorkerCron (83) timeout after 120s
2023-02-08 15:13:40 ERROR server odoo.service.server:825 WorkerCron (85) timeout after 120s
2023-02-08 15:13:40 ERROR server odoo.service.server:825 WorkerCron (85) timeout after 120s
2023-02-08 15:15:38 ERROR server odoo.service.server:825 WorkerCron (87) timeout after 120s
2023-02-08 15:15:38 ERROR server odoo.service.server:825 WorkerCron (87) timeout after 120s
2023-02-08 15:17:37 ERROR server odoo.service.server:825 WorkerCron (89) timeout after 120s
2023-02-08 15:17:37 ERROR server odoo.service.server:825 WorkerCron (89) timeout after 120s
2023-02-08 15:19:40 ERROR server odoo.service.server:825 WorkerCron (91) timeout after 120s
2023-02-08 15:19:40 ERROR server odoo.service.server:825 WorkerCron (91) timeout after 120s
2023-02-08 15:21:39 ERROR server odoo.service.server:825 WorkerCron (93) timeout after 120s
2023-02-08 15:21:39 ERROR server odoo.service.server:825 WorkerCron (93) timeout after 120s
2023-02-08 15:23:40 ERROR server odoo.service.server:825 WorkerCron (95) timeout after 120s
2023-02-08 15:23:40 ERROR server odoo.service.server:825 WorkerCron (95) timeout after 120s
2023-02-08 15:25:39 ERROR server odoo.service.server:825 WorkerCron (97) timeout after 120s
2023-02-08 15:25:39 ERROR server odoo.service.server:825 WorkerCron (97) timeout after 120s
2023-02-08 15:27:41 ERROR server odoo.service.server:825 WorkerCron (99) timeout after 120s
2023-02-08 15:29:39 ERROR server odoo.service.server:825 WorkerCron (101) timeout after 120s
2023-02-08 15:29:39 ERROR server odoo.service.server:825 WorkerCron (101) timeout after 120s
2023-02-08 15:31:34 ERROR server odoo.service.server:825 WorkerCron (103) timeout after 120s
2023-02-08 15:31:34 ERROR server odoo.service.server:825 WorkerCron (103) timeout after 120s
2023-02-08 15:33:37 ERROR server odoo.service.server:825 WorkerCron (105) timeout after 120s
2023-02-08 15:33:37 ERROR server odoo.service.server:825 WorkerCron (105) timeout after 120s
2023-02-08 15:35:35 ERROR server odoo.service.server:825 WorkerCron (107) timeout after 120s
2023-02-08 15:35:35 ERROR server odoo.service.server:825 WorkerCron (107) timeout after 120s
2023-02-08 15:37:39 ERROR server odoo.service.server:825 WorkerCron (109) timeout after 120s
2023-02-08 15:37:39 ERROR server odoo.service.server:825 WorkerCron (109) timeout after 120s
2023-02-08 15:39:42 ERROR server odoo.service.server:825 WorkerCron (111) timeout after 120s
2023-02-08 15:41:37 ERROR server odoo.service.server:825 WorkerCron (113) timeout after 120s
2023-02-08 15:43:38 ERROR server odoo.service.server:825 WorkerCron (115) timeout after 120s
2023-02-08 15:43:38 ERROR server odoo.service.server:825 WorkerCron (115) timeout after 120s
2023-02-08 15:45:39 ERROR server odoo.service.server:825 WorkerCron (117) timeout after 120s
2023-02-08 15:47:42 ERROR server odoo.service.server:825 WorkerCron (119) timeout after 120s
2023-02-08 15:49:43 ERROR server odoo.service.server:825 WorkerCron (121) timeout after 120s
2023-02-08 15:51:41 ERROR server odoo.service.server:825 WorkerCron (123) timeout after 120s
2023-02-08 15:51:41 ERROR server odoo.service.server:825 WorkerCron (123) timeout after 120s
2023-02-08 15:53:41 ERROR server odoo.service.server:825 WorkerCron (125) timeout after 120s
2023-02-08 15:53:41 ERROR server odoo.service.server:825 WorkerCron (125) timeout after 120s
2023-02-08 15:55:36 ERROR server odoo.service.server:825 WorkerCron (127) timeout after 120s
2023-02-08 15:55:36 ERROR server odoo.service.server:825 WorkerCron (127) timeout after 120s
2023-02-08 15:57:41 Log limit reached (full logs are still available in the log file)
2023-02-10 16:19:37 INFO runbot Kill build 02713-15-0