mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-02 08:51:15 +00:00
[12.0][ADD]account_ebics_batch_payment
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="view_batch_payment_form" model="ir.ui.view">
|
||||
<field name="name">account.batch.payment.form</field>
|
||||
<field name="model">account.batch.payment</field>
|
||||
<field name="inherit_id" ref="account_batch_payment.view_batch_payment_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<button name="validate_batch" position="after">
|
||||
<button name="ebics_upload" type="object"
|
||||
attrs="{'invisible': ['|', ('file_generation_enabled', '=', False), ('state', '!=', 'sent')]}"
|
||||
string="EBICS Upload"/>
|
||||
</button>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
Reference in New Issue
Block a user