Hello everyone,
I'm trying to replace the "Register Payment" button with my custom register payment button and replace the "Create Payment Wizard" button with my custom button.
Here is an extract of my view in mycustom_account_view.xml:
And account_payment_register_view.xml:
account.payment.register.form.inherit
account.payment.register
The issue I'm facing is that it displays both the original button and my custom button, and it does not let me open the form wizard.
Can anyone help me with this?
Thank you.