[MIG] account_ebics_payment_order: Migration to 15.0

This commit is contained in:
Luc De Meyer
2022-11-24 22:04:58 +01:00
parent 062650a0e0
commit f435e79550
5 changed files with 30 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data>
<record id="account_payment_order_form" model="ir.ui.view">
<field name="name">account.payment.order.form</field>
@@ -9,15 +8,14 @@
<field name="arch" type="xml">
<button name="open2generated" position="after">
<button
name="ebics_upload"
type="object"
states="generated"
string="EBICS Upload"
class="oe_highlight"
/>
name="ebics_upload"
type="object"
states="generated"
string="EBICS Upload"
class="oe_highlight"
/>
</button>
</field>
</record>
</data>
</odoo>