[MIG] account_ebics_payment_order: Migration to 19.0

This commit is contained in:
Luc De Meyer
2026-07-24 19:11:01 +02:00
parent 23fe427dd0
commit ef17e4af16
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
{
"name": "Upload Payment Order via EBICS",
"version": "18.0.1.2.0",
"version": "19.0.1.0.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com/",
@@ -14,5 +14,4 @@
"views/account_payment_mode_views.xml",
],
"images": ["static/description/cover.png"],
"installable": True,
}
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="account_payment_mode_form" model="ir.ui.view">
<field name="name">account.payment.mode.form</field>
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="account_payment_order_form" model="ir.ui.view">
<field name="name">account.payment.order.form</field>