[IMP] account_ebics_payment_order: pre-commit auto fixes

This commit is contained in:
Luc De Meyer
2025-10-24 17:21:21 +02:00
parent 6c77f8a742
commit e00e6a73f6
3 changed files with 12 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ addon | version | maintainers | summary
[account_ebics_batch_payment](account_ebics_batch_payment/) | 18.0.1.0.0 | | Upload Batch Payment via EBICS
[account_ebics_oca_statement_import](account_ebics_oca_statement_import/) | 18.0.1.0.0 | | Use OCA Bank Statement Import with account_ebics
[account_ebics_oe](account_ebics_oe/) | 18.0.1.0.0 | | Deploy account_ebics module on Odoo Enterprise
[account_ebics_payment_order](account_ebics_payment_order/) | 17.0.1.1.0 | | Upload Payment Order via EBICS
[//]: # (end addons)

View File

@@ -1,6 +1,5 @@
<?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>
<field name="model">account.payment.mode</field>
@@ -11,5 +10,4 @@
</field>
</field>
</record>
</odoo>

View File

@@ -1,10 +1,12 @@
<?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>
<field name="model">account.payment.order</field>
<field name="inherit_id" ref="account_payment_order.account_payment_order_form" />
<field
name="inherit_id"
ref="account_payment_order.account_payment_order_form"
/>
<field name="arch" type="xml">
<button name="open2generated" position="after">
<button
@@ -17,5 +19,4 @@
</button>
</field>
</record>
</odoo>