mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-06 10:49:20 +00:00
[IMP]EBICS File Format on Payment Mode
This commit is contained in:
17
account_ebics_payment_order/views/account_payment_mode.xml
Normal file
17
account_ebics_payment_order/views/account_payment_mode.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
<field name="inherit_id" ref="account_payment_mode.account_payment_mode_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="payment_type" position="after">
|
||||
<field name="ebics_format_id"
|
||||
attrs="{'invisible': [('payment_order_ok', '=', False)]}"
|
||||
/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
Reference in New Issue
Block a user