[MIG] account_ebics_batch: Migration to 15.0

This commit is contained in:
Luc De Meyer
2022-11-26 16:57:01 +01:00
parent 9af2be6fc6
commit a520460194
3 changed files with 4 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
<field name="name">ebics.batch.log.tree</field>
<field name="model">ebics.batch.log</field>
<field name="arch" type="xml">
<tree string="EBICS Batch Import Logs" create="false">
<tree create="false">
<field name="create_date" />
<field name="file_count" />
<field name="state" />
@@ -83,7 +83,7 @@
<notebook colspan="4">
<page string="Batch Import Logs">
<field name="log_ids" nolabel="1">
<tree string="Log entries">
<tree>
<field name="create_date" />
<field name="state" />
<field name="error_count" />