Commit: sipreco-account-financial-tools:a1efd0eb  
Subject: [FIX] account_payment_term_surcharge: change cron
Author: docker-odoo
Committer: docker-odoo
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:27973864  
Subject: [FIX] l10n_ar_ux: report_payment_group
Author: Pablo Montenegro
Committer: Pablo Montenegro
Commit: sipreco-stock:5589849c  
Subject: [IMP] stock_voucher: Change in the file name of the Delivery Slip report
Author: Virginia Bonservizi
Committer: Virginia Bonservizi
Commit: sipreco-enterprise-extensions:c0e33229  
Subject: [FIX] sync_ar: log msg
Author: Katherine Zaoral
Committer: Katherine Zaoral
Commit: sipreco-odoo-public-administration:77662d2e  
Subject: [FIX] public_budget: hacer que se complete por defecto la fecha en los pagos
Author: Pablo Montenegro
Committer: Pablo Montenegro
Commit: sipreco-ingadhoc-aeroo_reports:99568247  
Subject: [FIX] report_aeroo: We use sudo to avoid rights errors.
Author: nicolas
Committer: nicolas
Commit: sipreco-odoo-argentina-ee:a6cb301a  
Subject: [IMP] l10n_ar_account_tax_settlement: update inflation indexes
Author: Pablo Montenegro
Committer: Pablo Montenegro
Commit: sipreco-account-payment:157c9146  
Subject: [ADD] add new module account_payment_multi to create payment links for multiples invoices
Author: Martin Quinteros
Committer: Martin Quinteros
Commit: adhoc-cicd-odoo-odoo:5d4ad8ca  
Subject: Merge commit 'refs/pull/81950/head' of https://github.com/odoo/odoo into 15.0-2631
Author: docker-odoo
Committer: docker-odoo
Commit: adhoc-cicd-odoo-enterprise:e9daa382  
Subject: Merge commit 'refs/pull/39255/head' of https://github.com/odoo/enterprise into 15.0-2632
Author: docker-odoo
Committer: docker-odoo
Commit: adhoc-cicd-oca-hr-holidays:4b281070  
Subject: [UPD] addons table in README.md
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: adhoc-cicd-oca-web:25418016  
Subject: Update translation files
Author: Weblate
Committer: Weblate
Commit: adhoc-cicd-oca-stock-logistics-workflow:9e9a593d  
Subject: Translated using Weblate (Italian)
Author: Francesco Foresti
Committer: Weblate
Commit: adhoc-cicd-oca-stock-logistics-warehouse:d5035e7b  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: adhoc-cicd-oca-report-print-send:2647fd11  
Subject: Merge commit 'refs/pull/295/head' of https://github.com/oca/report-print-send into 15.0-2636
Author: docker-odoo
Committer: docker-odoo
Version: 15.0
Config: Adhoc Conf no-test
Total time: 3m
Date Level Type Message
2023-06-15 13:39:11 INFO runbot Init build environment with config Adhoc Conf no-test
2023-06-15 13:39:11 Starting step base from config Adhoc Conf no-test
2023-06-15 13:39:11 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:39:44 INFO server odoo.modules.loading:274 1 modules loaded in 5.42s, 11054 queries (+0 extra)
2023-06-15 13:39:44 INFO server odoo.modules.loading:274 13 modules loaded in 4.23s, 5461 queries (+0 extra)
2023-06-15 13:39:44 Step base finished in 34s
2023-06-15 13:39:44 Starting step all_no_test from config Adhoc Conf no-test
2023-06-15 13:39:44 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:40:14 INFO server odoo.modules.loading:274 1 modules loaded in 6.58s, 11054 queries (+0 extra)
2023-06-15 13:41:13 WARNING server odoo.modules.loading:608 Transient module states were reset
This error is already known.
2023-06-15 13:41:13 ERROR server odoo.modules.registry:92
Failed to load registry
Traceback (most recent call last):
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 683, in _tag_root
    f(rec)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 586, in _tag_record
    record = model._load_records([data], self.mode == 'update')
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, 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 4344, in _load_records_create
    return self.create(values)
  File "<decorator-gen-48>", line 2, in create
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 413, in _model_create_multi
    return create(self, arg)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 48, in create
    res = super(IrActions, self).create(vals_list)
  File "<decorator-gen-67>", line 2, in create
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 413, in _model_create_multi
    return create(self, arg)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_fields.py", line 613, in create
    recs = super().create(vals_list)
  File "<decorator-gen-13>", line 2, in create
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 413, in _model_create_multi
    return create(self, arg)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4038, in create
    raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'parser_state' on model 'ir.actions.report'
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/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 696, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/sipreco-account-financial-tools/account_statement_aeroo_report/reports/statement_report.xml:4, somewhere inside
<record id="action_aeroo_statement_report" model="ir.actions.report">
    <field name="name">Statement Report</field>
    <field name="model">account.bank.statement</field>
    <field name="report_name">statement_report</field>
    <field name="report_type">aeroo</field>
    <field name="in_format">oo-odt</field>
    <field name="parser_state">default</field>
    <field name="report_file">account_statement_aeroo_report/reports/statement_report.odt</field>
    <field name="tml_source">file</field>
    <field name="out_format" ref="report_aeroo.report_mimetypes_pdf_odt"/>
    <field name="binding_model_id" ref="account.model_account_bank_statement"/>
    <field name="binding_type">report</field>
</record>
2023-06-15 13:41:13 CRITICAL server odoo.service.server:1291
Failed to initialize database `14847-15-0-all`.
Traceback (most recent call last):
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 683, in _tag_root
    f(rec)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 586, in _tag_record
    record = model._load_records([data], self.mode == 'update')
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4428, 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 4344, in _load_records_create
    return self.create(values)
  File "<decorator-gen-48>", line 2, in create
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 413, in _model_create_multi
    return create(self, arg)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 48, in create
    res = super(IrActions, self).create(vals_list)
  File "<decorator-gen-67>", line 2, in create
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 413, in _model_create_multi
    return create(self, arg)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_fields.py", line 613, in create
    recs = super().create(vals_list)
  File "<decorator-gen-13>", line 2, in create
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 413, in _model_create_multi
    return create(self, arg)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4038, in create
    raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'parser_state' on model 'ir.actions.report'
The above exception was the direct cause of the following exception:
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 696, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/sipreco-account-financial-tools/account_statement_aeroo_report/reports/statement_report.xml:4, somewhere inside
<record id="action_aeroo_statement_report" model="ir.actions.report">
    <field name="name">Statement Report</field>
    <field name="model">account.bank.statement</field>
    <field name="report_name">statement_report</field>
    <field name="report_type">aeroo</field>
    <field name="in_format">oo-odt</field>
    <field name="parser_state">default</field>
    <field name="report_file">account_statement_aeroo_report/reports/statement_report.odt</field>
    <field name="tml_source">file</field>
    <field name="out_format" ref="report_aeroo.report_mimetypes_pdf_odt"/>
    <field name="binding_model_id" ref="account.model_account_bank_statement"/>
    <field name="binding_type">report</field>
</record>
2023-06-15 13:41:14 Step all_no_test finished in 89s
2023-06-15 13:41:14 Starting step setup from config Adhoc Conf no-test
2023-06-15 13:41:14 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:41:43 INFO runbot Step setup finished in 30s
2023-06-15 13:41:43 Starting step run from config Adhoc Conf no-test
2023-06-15 13:41:43 INFO runbot Start running build 14847-15-0
2023-06-15 13:41:44 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:42:13 INFO server odoo.modules.loading:274 1 modules loaded in 0.01s, 0 queries (+0 extra)
2023-06-15 13:42:13 INFO server odoo.modules.loading:274 64 modules loaded in 1.05s, 0 queries (+0 extra)
2023-06-15 13:44:07 ERROR server odoo.service.server:825 WorkerCron (17) timeout after 120s
2023-06-15 13:44:07 ERROR server odoo.service.server:825 WorkerCron (17) timeout after 120s
2023-06-15 13:46:16 ERROR server odoo.service.server:825 WorkerCron (22) timeout after 120s
2023-06-15 13:46:16 ERROR server odoo.service.server:825 WorkerCron (22) timeout after 120s
2023-06-15 13:47:50 ERROR server odoo.service.server:825 WorkerCron (24) timeout after 120s
2023-06-15 13:50:14 ERROR server odoo.service.server:825 WorkerCron (26) timeout after 120s
2023-06-15 13:52:13 ERROR server odoo.service.server:825 WorkerCron (28) timeout after 120s
2023-06-15 13:54:10 ERROR server odoo.service.server:825 WorkerCron (30) timeout after 120s
2023-06-15 13:55:59 ERROR server odoo.service.server:825 WorkerCron (32) timeout after 120s
2023-06-15 13:58:10 ERROR server odoo.service.server:825 WorkerCron (34) timeout after 120s
2023-06-15 13:59:56 ERROR server odoo.service.server:825 WorkerCron (36) timeout after 120s
2023-06-15 14:02:07 ERROR server odoo.service.server:825 WorkerCron (38) timeout after 120s
2023-06-15 14:03:53 ERROR server odoo.service.server:825 WorkerCron (40) timeout after 120s
2023-06-15 14:06:05 ERROR server odoo.service.server:825 WorkerCron (42) timeout after 120s
2023-06-15 14:08:13 ERROR server odoo.service.server:825 WorkerCron (44) timeout after 120s
2023-06-15 14:09:54 ERROR server odoo.service.server:825 WorkerCron (46) timeout after 120s
2023-06-15 14:12:00 ERROR server odoo.service.server:825 WorkerCron (48) timeout after 120s
2023-06-15 14:14:06 ERROR server odoo.service.server:825 WorkerCron (50) timeout after 120s
2023-06-15 14:16:13 ERROR server odoo.service.server:825 WorkerCron (52) timeout after 120s
2023-06-15 14:17:54 ERROR server odoo.service.server:825 WorkerCron (54) timeout after 120s
2023-06-15 14:20:00 ERROR server odoo.service.server:825 WorkerCron (56) timeout after 120s
2023-06-15 14:22:06 ERROR server odoo.service.server:825 WorkerCron (58) timeout after 120s
2023-06-15 14:24:13 ERROR server odoo.service.server:825 WorkerCron (60) timeout after 120s
2023-06-15 14:25:54 ERROR server odoo.service.server:825 WorkerCron (62) timeout after 120s
2023-06-15 14:28:00 ERROR server odoo.service.server:825 WorkerCron (64) timeout after 120s
2023-06-15 14:30:05 ERROR server odoo.service.server:825 WorkerCron (66) timeout after 120s
2023-06-15 14:32:13 ERROR server odoo.service.server:825 WorkerCron (68) timeout after 120s
2023-06-15 14:34:02 ERROR server odoo.service.server:825 WorkerCron (70) timeout after 120s
2023-06-15 14:35:53 ERROR server odoo.service.server:825 WorkerCron (72) timeout after 120s
2023-06-15 14:38:03 ERROR server odoo.service.server:825 WorkerCron (74) timeout after 120s
2023-06-15 14:40:08 ERROR server odoo.service.server:825 WorkerCron (76) timeout after 120s
2023-06-15 14:42:13 ERROR server odoo.service.server:825 WorkerCron (78) timeout after 120s
2023-06-15 14:43:52 ERROR server odoo.service.server:825 WorkerCron (80) timeout after 120s
2023-06-15 14:45:57 ERROR server odoo.service.server:825 WorkerCron (82) timeout after 120s
2023-06-15 14:48:02 ERROR server odoo.service.server:825 WorkerCron (84) timeout after 120s
2023-06-15 14:50:06 ERROR server odoo.service.server:825 WorkerCron (86) timeout after 120s
2023-06-15 14:52:10 ERROR server odoo.service.server:825 WorkerCron (88) timeout after 120s
2023-06-15 14:54:14 ERROR server odoo.service.server:825 WorkerCron (90) timeout after 120s
2023-06-15 14:55:54 ERROR server odoo.service.server:825 WorkerCron (92) timeout after 120s
2023-06-15 14:58:00 ERROR server odoo.service.server:825 WorkerCron (94) timeout after 120s
2023-06-15 15:00:04 ERROR server odoo.service.server:825 WorkerCron (96) timeout after 120s
2023-06-15 15:02:09 ERROR server odoo.service.server:825 WorkerCron (98) timeout after 120s
2023-06-15 15:03:54 ERROR server odoo.service.server:825 WorkerCron (100) timeout after 120s
2023-06-15 15:06:07 ERROR server odoo.service.server:825 WorkerCron (102) timeout after 120s
2023-06-15 15:08:15 ERROR server odoo.service.server:825 WorkerCron (104) timeout after 120s
2023-06-15 15:09:56 ERROR server odoo.service.server:825 WorkerCron (106) timeout after 120s
2023-06-15 15:12:02 ERROR server odoo.service.server:825 WorkerCron (108) timeout after 120s
2023-06-15 15:14:07 ERROR server odoo.service.server:825 WorkerCron (110) timeout after 120s
2023-06-15 15:16:14 ERROR server odoo.service.server:825 WorkerCron (112) timeout after 120s
2023-06-15 15:17:55 ERROR server odoo.service.server:825 WorkerCron (114) timeout after 120s
2023-06-15 15:20:01 ERROR server odoo.service.server:825 WorkerCron (116) timeout after 120s
2023-06-15 15:22:11 ERROR server odoo.service.server:825 WorkerCron (118) timeout after 120s
2023-06-15 15:24:02 ERROR server odoo.service.server:825 WorkerCron (120) timeout after 120s
2023-06-15 15:26:21 ERROR server odoo.service.server:825 WorkerCron (122) timeout after 120s
2023-06-15 15:28:19 ERROR server odoo.service.server:825 WorkerCron (124) timeout after 120s
2023-06-15 15:30:16 ERROR server odoo.service.server:825 WorkerCron (126) timeout after 120s
2023-06-15 15:32:09 ERROR server odoo.service.server:825 WorkerCron (128) timeout after 120s
2023-06-15 15:33:59 ERROR server odoo.service.server:825 WorkerCron (130) timeout after 120s
2023-06-15 15:36:17 ERROR server odoo.service.server:825 WorkerCron (132) timeout after 120s
2023-06-15 15:38:09 ERROR server odoo.service.server:825 WorkerCron (134) timeout after 120s
2023-06-15 15:40:02 ERROR server odoo.service.server:825 WorkerCron (136) timeout after 120s
2023-06-15 15:42:21 ERROR server odoo.service.server:825 WorkerCron (138) timeout after 120s
2023-06-15 15:44:09 ERROR server odoo.service.server:825 WorkerCron (140) timeout after 120s
2023-06-15 15:45:56 ERROR server odoo.service.server:825 WorkerCron (142) timeout after 120s
2023-06-15 15:48:04 ERROR server odoo.service.server:825 WorkerCron (144) timeout after 120s
2023-06-15 15:50:15 ERROR server odoo.service.server:825 WorkerCron (146) timeout after 120s
2023-06-15 15:52:19 ERROR server odoo.service.server:825 WorkerCron (148) timeout after 120s
2023-06-15 15:54:32 ERROR server odoo.service.server:825 WorkerCron (150) timeout after 120s
2023-06-15 15:55:57 ERROR server odoo.service.server:825 WorkerCron (152) timeout after 120s
2023-06-15 15:58:03 ERROR server odoo.service.server:825 WorkerCron (154) timeout after 120s
2023-06-15 16:00:05 ERROR server odoo.service.server:825 WorkerCron (156) timeout after 120s
2023-06-15 16:02:23 ERROR server odoo.service.server:825 WorkerCron (158) timeout after 120s
2023-06-15 16:04:24 ERROR server odoo.service.server:825 WorkerCron (160) timeout after 120s
2023-06-15 16:06:16 ERROR server odoo.service.server:825 WorkerCron (162) timeout after 120s
2023-06-15 16:08:04 ERROR server odoo.service.server:825 WorkerCron (164) timeout after 120s
2023-06-15 16:10:22 ERROR server odoo.service.server:825 WorkerCron (166) timeout after 120s
2023-06-15 16:12:02 ERROR server odoo.service.server:825 WorkerCron (168) timeout after 120s
2023-06-15 16:14:29 ERROR server odoo.service.server:825 WorkerCron (170) timeout after 120s
2023-06-15 16:16:18 ERROR server odoo.service.server:825 WorkerCron (172) timeout after 120s
2023-06-15 16:18:03 ERROR server odoo.service.server:825 WorkerCron (174) timeout after 120s
2023-06-15 16:20:03 ERROR server odoo.service.server:825 WorkerCron (176) timeout after 120s
2023-06-15 16:22:23 ERROR server odoo.service.server:825 WorkerCron (178) timeout after 120s
2023-06-15 16:24:09 ERROR server odoo.service.server:825 WorkerCron (180) timeout after 120s
2023-06-15 16:26:20 ERROR server odoo.service.server:825 WorkerCron (182) timeout after 120s
2023-06-15 16:28:04 ERROR server odoo.service.server:825 WorkerCron (184) timeout after 120s
2023-06-15 16:30:10 ERROR server odoo.service.server:825 WorkerCron (186) timeout after 120s
2023-06-15 16:32:16 ERROR server odoo.service.server:825 WorkerCron (188) timeout after 120s
2023-06-15 16:34:22 ERROR server odoo.service.server:825 WorkerCron (190) timeout after 120s
2023-06-15 16:36:07 ERROR server odoo.service.server:825 WorkerCron (192) timeout after 120s
2023-06-15 16:38:20 ERROR server odoo.service.server:825 WorkerCron (194) timeout after 120s
2023-06-15 16:40:03 ERROR server odoo.service.server:825 WorkerCron (196) timeout after 120s
2023-06-15 16:42:09 ERROR server odoo.service.server:825 WorkerCron (198) timeout after 120s
2023-06-15 16:44:15 ERROR server odoo.service.server:825 WorkerCron (200) timeout after 120s
2023-06-15 16:46:21 ERROR server odoo.service.server:825 WorkerCron (202) timeout after 120s
2023-06-15 16:48:13 ERROR server odoo.service.server:825 WorkerCron (204) timeout after 120s
2023-06-15 16:50:13 ERROR server odoo.service.server:825 WorkerCron (206) timeout after 120s
2023-06-15 16:52:07 ERROR server odoo.service.server:825 WorkerCron (208) timeout after 120s
2023-06-15 16:54:23 Log limit reached (full logs are still available in the log file)
2023-06-19 15:03:20 INFO runbot Kill build 14847-15-0