mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-26 07:36:51 +00:00
[IMP] account_ebics_payment_order: pre-commit auto fixes
This commit is contained in:
@@ -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_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_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_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)
|
[//]: # (end addons)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<record id="account_payment_mode_form" model="ir.ui.view">
|
<record id="account_payment_mode_form" model="ir.ui.view">
|
||||||
<field name="name">account.payment.mode.form</field>
|
<field name="name">account.payment.mode.form</field>
|
||||||
<field name="model">account.payment.mode</field>
|
<field name="model">account.payment.mode</field>
|
||||||
@@ -11,5 +10,4 @@
|
|||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<record id="account_payment_order_form" model="ir.ui.view">
|
<record id="account_payment_order_form" model="ir.ui.view">
|
||||||
<field name="name">account.payment.order.form</field>
|
<field name="name">account.payment.order.form</field>
|
||||||
<field name="model">account.payment.order</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">
|
<field name="arch" type="xml">
|
||||||
<button name="open2generated" position="after">
|
<button name="open2generated" position="after">
|
||||||
<button
|
<button
|
||||||
@@ -17,5 +19,4 @@
|
|||||||
</button>
|
</button>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user