[MIG] account_ebics_batch: Migration to 19.0

This commit is contained in:
Luc De Meyer
2026-03-06 21:31:22 +01:00
parent db5983a964
commit 3db842dbba
5 changed files with 17 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="ebics_batch_log_view_search" model="ir.ui.view">
<field name="name">ebics.batch.log.search</field>
@@ -10,7 +10,7 @@
<field name="state" />
</group>
<newline />
<group expand="0" string="Group By">
<group>
<filter
name="group_by_state"
string="State"

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<menuitem
id="ebics_batch_log_menu"