mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-02 16:59:20 +00:00
add ebics modules
This commit is contained in:
18
account_ebics_payment_order/views/account_payment_order.xml
Normal file
18
account_ebics_payment_order/views/account_payment_order.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
<field name="model">account.payment.order</field>
|
||||
<field name="inherit_id" ref="account_payment_order.account_payment_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<button name="open2generated" position="after">
|
||||
<button name="ebics_upload" type="object" states="generated"
|
||||
string="EBICS Upload" class="oe_highlight"/>
|
||||
</button>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
Reference in New Issue
Block a user