Commit: sipreco-account-financial-tools:23c7ac08  
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-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-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-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: 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: 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:50:37 INFO runbot Init build environment with config Adhoc Conf no-test
2023-06-15 13:50:37 Starting step base from config Adhoc Conf no-test
2023-06-15 13:50:37 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:51:13 INFO server odoo.modules.loading:274 1 modules loaded in 5.93s, 11054 queries (+0 extra)
2023-06-15 13:51:13 INFO server odoo.modules.loading:274 13 modules loaded in 4.48s, 5461 queries (+0 extra)
2023-06-15 13:51:13 Step base finished in 37s
2023-06-15 13:51:13 Starting step all_no_test from config Adhoc Conf no-test
2023-06-15 13:51:13 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:51:43 INFO server odoo.modules.loading:274 1 modules loaded in 6.57s, 11054 queries (+0 extra)
2023-06-15 13:52:43 WARNING server odoo.modules.loading:608 Transient module states were reset
This error is already known.
2023-06-15 13:52:43 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:52:43 CRITICAL server odoo.service.server:1291
Failed to initialize database `14861-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:52:44 Step all_no_test finished in 90s
2023-06-15 13:52:44 Starting step setup from config Adhoc Conf no-test
2023-06-15 13:52:44 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:53:14 INFO runbot Step setup finished in 30s
2023-06-15 13:53:14 Starting step run from config Adhoc Conf no-test
2023-06-15 13:53:14 INFO runbot Start running build 14861-15-0
2023-06-15 13:53:14 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-06-15 13:53:43 INFO server odoo.modules.loading:274 1 modules loaded in 0.01s, 0 queries (+0 extra)
2023-06-15 13:53:43 INFO server odoo.modules.loading:274 64 modules loaded in 1.03s, 0 queries (+0 extra)
2023-06-15 13:55:33 ERROR server odoo.service.server:825 WorkerCron (17) timeout after 120s
2023-06-15 13:55:33 ERROR server odoo.service.server:825 WorkerCron (17) timeout after 120s
2023-06-15 13:57:18 ERROR server odoo.service.server:825 WorkerCron (22) timeout after 120s
2023-06-15 13:57:18 ERROR server odoo.service.server:825 WorkerCron (22) timeout after 120s
2023-06-15 13:59:30 ERROR server odoo.service.server:825 WorkerCron (24) timeout after 120s
2023-06-15 13:59:30 ERROR server odoo.service.server:825 WorkerCron (24) timeout after 120s
2023-06-15 14:01:41 ERROR server odoo.service.server:825 WorkerCron (26) timeout after 120s
2023-06-15 14:01:41 ERROR server odoo.service.server:825 WorkerCron (26) timeout after 120s
2023-06-15 14:03:26 ERROR server odoo.service.server:825 WorkerCron (28) timeout after 120s
2023-06-15 14:03:26 ERROR server odoo.service.server:825 WorkerCron (28) timeout after 120s
2023-06-15 14:05:38 ERROR server odoo.service.server:825 WorkerCron (30) timeout after 120s
2023-06-15 14:05:38 ERROR server odoo.service.server:825 WorkerCron (30) timeout after 120s
2023-06-15 14:07:22 ERROR server odoo.service.server:825 WorkerCron (32) timeout after 120s
2023-06-15 14:07:22 ERROR server odoo.service.server:825 WorkerCron (32) timeout after 120s
2023-06-15 14:09:28 ERROR server odoo.service.server:825 WorkerCron (34) timeout after 120s
2023-06-15 14:09:28 ERROR server odoo.service.server:825 WorkerCron (34) timeout after 120s
2023-06-15 14:11:35 ERROR server odoo.service.server:825 WorkerCron (36) timeout after 120s
2023-06-15 14:13:41 ERROR server odoo.service.server:825 WorkerCron (38) timeout after 120s
2023-06-15 14:13:41 ERROR server odoo.service.server:825 WorkerCron (38) timeout after 120s
2023-06-15 14:15:22 ERROR server odoo.service.server:825 WorkerCron (40) timeout after 120s
2023-06-15 14:15:22 ERROR server odoo.service.server:825 WorkerCron (40) timeout after 120s
2023-06-15 14:17:29 ERROR server odoo.service.server:825 WorkerCron (42) timeout after 120s
2023-06-15 14:17:29 ERROR server odoo.service.server:825 WorkerCron (42) timeout after 120s
2023-06-15 14:19:35 ERROR server odoo.service.server:825 WorkerCron (44) timeout after 120s
2023-06-15 14:19:35 ERROR server odoo.service.server:825 WorkerCron (44) timeout after 120s
2023-06-15 14:21:41 ERROR server odoo.service.server:825 WorkerCron (46) timeout after 120s
2023-06-15 14:21:41 ERROR server odoo.service.server:825 WorkerCron (46) timeout after 120s
2023-06-15 14:23:22 ERROR server odoo.service.server:825 WorkerCron (48) timeout after 120s
2023-06-15 14:23:22 ERROR server odoo.service.server:825 WorkerCron (48) timeout after 120s
2023-06-15 14:25:29 ERROR server odoo.service.server:825 WorkerCron (50) timeout after 120s
2023-06-15 14:25:29 ERROR server odoo.service.server:825 WorkerCron (50) timeout after 120s
2023-06-15 14:27:35 ERROR server odoo.service.server:825 WorkerCron (52) timeout after 120s
2023-06-15 14:27:35 ERROR server odoo.service.server:825 WorkerCron (52) timeout after 120s
2023-06-15 14:29:40 ERROR server odoo.service.server:825 WorkerCron (54) timeout after 120s
2023-06-15 14:29:40 ERROR server odoo.service.server:825 WorkerCron (54) timeout after 120s
2023-06-15 14:31:22 ERROR server odoo.service.server:825 WorkerCron (56) timeout after 120s
2023-06-15 14:31:22 ERROR server odoo.service.server:825 WorkerCron (56) timeout after 120s
2023-06-15 14:33:35 ERROR server odoo.service.server:825 WorkerCron (58) timeout after 120s
2023-06-15 14:33:35 ERROR server odoo.service.server:825 WorkerCron (58) timeout after 120s
2023-06-15 14:35:25 ERROR server odoo.service.server:825 WorkerCron (60) timeout after 120s
2023-06-15 14:35:25 ERROR server odoo.service.server:825 WorkerCron (60) timeout after 120s
2023-06-15 14:37:37 ERROR server odoo.service.server:825 WorkerCron (62) timeout after 120s
2023-06-15 14:37:37 ERROR server odoo.service.server:825 WorkerCron (62) timeout after 120s
2023-06-15 14:39:43 ERROR server odoo.service.server:825 WorkerCron (64) timeout after 120s
2023-06-15 14:39:43 ERROR server odoo.service.server:825 WorkerCron (64) timeout after 120s
2023-06-15 14:41:23 ERROR server odoo.service.server:825 WorkerCron (66) timeout after 120s
2023-06-15 14:41:23 ERROR server odoo.service.server:825 WorkerCron (66) timeout after 120s
2023-06-15 14:43:27 ERROR server odoo.service.server:825 WorkerCron (68) timeout after 120s
2023-06-15 14:43:27 ERROR server odoo.service.server:825 WorkerCron (68) timeout after 120s
2023-06-15 14:45:32 ERROR server odoo.service.server:825 WorkerCron (70) timeout after 120s
2023-06-15 14:45:32 ERROR server odoo.service.server:825 WorkerCron (70) timeout after 120s
2023-06-15 14:47:37 ERROR server odoo.service.server:825 WorkerCron (72) timeout after 120s
2023-06-15 14:47:37 ERROR server odoo.service.server:825 WorkerCron (72) timeout after 120s
2023-06-15 14:49:41 ERROR server odoo.service.server:825 WorkerCron (74) timeout after 120s
2023-06-15 14:49:41 ERROR server odoo.service.server:825 WorkerCron (74) timeout after 120s
2023-06-15 14:51:20 ERROR server odoo.service.server:825 WorkerCron (76) timeout after 120s
2023-06-15 14:51:20 ERROR server odoo.service.server:825 WorkerCron (76) timeout after 120s
2023-06-15 14:53:25 ERROR server odoo.service.server:825 WorkerCron (78) timeout after 120s
2023-06-15 14:53:25 ERROR server odoo.service.server:825 WorkerCron (78) timeout after 120s
2023-06-15 14:55:29 ERROR server odoo.service.server:825 WorkerCron (80) timeout after 120s
2023-06-15 14:55:29 ERROR server odoo.service.server:825 WorkerCron (80) timeout after 120s
2023-06-15 14:57:35 ERROR server odoo.service.server:825 WorkerCron (82) timeout after 120s
2023-06-15 14:57:35 ERROR server odoo.service.server:825 WorkerCron (82) timeout after 120s
2023-06-15 14:59:39 ERROR server odoo.service.server:825 WorkerCron (84) timeout after 120s
2023-06-15 14:59:39 ERROR server odoo.service.server:825 WorkerCron (84) timeout after 120s
2023-06-15 15:01:44 ERROR server odoo.service.server:825 WorkerCron (86) timeout after 120s
2023-06-15 15:01:44 ERROR server odoo.service.server:825 WorkerCron (86) timeout after 120s
2023-06-15 15:03:27 ERROR server odoo.service.server:825 WorkerCron (88) timeout after 120s
2023-06-15 15:05:40 ERROR server odoo.service.server:825 WorkerCron (90) timeout after 120s
2023-06-15 15:05:40 ERROR server odoo.service.server:825 WorkerCron (90) timeout after 120s
2023-06-15 15:07:25 ERROR server odoo.service.server:825 WorkerCron (92) timeout after 120s
2023-06-15 15:07:25 ERROR server odoo.service.server:825 WorkerCron (92) timeout after 120s
2023-06-15 15:09:31 ERROR server odoo.service.server:825 WorkerCron (94) timeout after 120s
2023-06-15 15:09:31 ERROR server odoo.service.server:825 WorkerCron (94) timeout after 120s
2023-06-15 15:11:37 ERROR server odoo.service.server:825 WorkerCron (96) timeout after 120s
2023-06-15 15:11:37 ERROR server odoo.service.server:825 WorkerCron (96) timeout after 120s
2023-06-15 15:13:42 ERROR server odoo.service.server:825 WorkerCron (98) timeout after 120s
2023-06-15 15:13:42 ERROR server odoo.service.server:825 WorkerCron (98) timeout after 120s
2023-06-15 15:15:24 ERROR server odoo.service.server:825 WorkerCron (100) timeout after 120s
2023-06-15 15:17:30 ERROR server odoo.service.server:825 WorkerCron (102) timeout after 120s
2023-06-15 15:17:30 ERROR server odoo.service.server:825 WorkerCron (102) timeout after 120s
2023-06-15 15:19:36 ERROR server odoo.service.server:825 WorkerCron (104) timeout after 120s
2023-06-15 15:19:36 ERROR server odoo.service.server:825 WorkerCron (104) timeout after 120s
2023-06-15 15:21:43 ERROR server odoo.service.server:825 WorkerCron (106) timeout after 120s
2023-06-15 15:21:43 ERROR server odoo.service.server:825 WorkerCron (106) timeout after 120s
2023-06-15 15:23:34 ERROR server odoo.service.server:825 WorkerCron (108) timeout after 120s
2023-06-15 15:25:25 ERROR server odoo.service.server:825 WorkerCron (110) timeout after 120s
2023-06-15 15:25:25 ERROR server odoo.service.server:825 WorkerCron (110) timeout after 120s
2023-06-15 15:27:49 ERROR server odoo.service.server:825 WorkerCron (112) timeout after 120s
2023-06-15 15:29:47 ERROR server odoo.service.server:825 WorkerCron (114) timeout after 120s
2023-06-15 15:31:41 ERROR server odoo.service.server:825 WorkerCron (116) timeout after 120s
2023-06-15 15:31:41 ERROR server odoo.service.server:825 WorkerCron (116) timeout after 120s
2023-06-15 15:33:32 ERROR server odoo.service.server:825 WorkerCron (118) timeout after 120s
2023-06-15 15:35:49 ERROR server odoo.service.server:825 WorkerCron (120) timeout after 120s
2023-06-15 15:37:40 ERROR server odoo.service.server:825 WorkerCron (122) timeout after 120s
2023-06-15 15:37:40 ERROR server odoo.service.server:825 WorkerCron (122) timeout after 120s
2023-06-15 15:39:34 ERROR server odoo.service.server:825 WorkerCron (124) timeout after 120s
2023-06-15 15:39:34 Log limit reached (full logs are still available in the log file)
2023-06-19 19:48:51 INFO runbot Kill build 14861-15-0