Hi, I am working on a payment plugin for odoo 16 with an inline form.
I want to show my form only when my payment method is selected. My problem is that if a user select my payment method the "pay now" button go to the state enable for half a second before i can put it back to a disable state.
So, i am looking for the function that enable the button when selecting a provider
Thank you