add ebics modules

This commit is contained in:
Luc De Meyer
2018-08-14 16:49:57 +02:00
parent 66e68a4245
commit 56dfc6245a
7 changed files with 117 additions and 0 deletions

View 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>