[IMP] small improvements

This commit is contained in:
Luc De Meyer
2026-04-17 17:24:50 +02:00
parent 25fd312e26
commit f618a338ba
4 changed files with 13 additions and 6 deletions

View File

@@ -5,12 +5,13 @@
<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_button" position="after">
<button id="print_button" position="before">
<button
name="ebics_upload"
type="object"
invisible="hide_ebics_upload"
string="EBICS Upload"
class="oe_highlight"
/>
</button>
</field>