This question has been flagged
1 Reply
1753 Views

i need to dispaly  register payment window for another payment usage

Avatar
Discard
Best Answer

invoice_confirm = self.env['account.payment'].create(data)
            invoice_confirm.action_validate_invoice_payment()

use this method

Avatar
Discard