mollie / mollie-odoo

Mollie Payments plugin for Odoo - an open source CRM and ERP
29 stars 49 forks source link

Partial refund #77

Closed mgielissen closed 3 years ago

mgielissen commented 3 years ago

Is it possible to make a partial refund?

odooexpertsbv commented 3 years ago

Hello @mgielissen Yes, we can make the partial refund. For the partial payment working in odoo-mollie, please refer these steps and all attached files.

For e.g.

Step 1 : Create an invoice (account.move) of 100 prices and make payment via mollie. Please refer Step1.png Step1

Step 2 : After the payment, the record has been created for 100 amount for that invoice on the mollie account. Please refer Step2.png Step2

Step 3 : In the invoice (account.move) record click on "ADD CREDIT NOTE" button, a popup will be open and fill the details on that popup and after click REVERSE on the popup, the new record will be created for partial refund. Please refer Step3.png Step3

Step 4 : We have to add the amount which we want to refund after that click on POST in the newly created record for the partial refund and then click on "MOLLIE REFUND" buttons. Please refer Step4.png Step4

Step 5 : After clicking "MOLLIE REFUND", the record will be PAID and refund record will be created on mollie account. Please refer Step5.png Step5

Step 6 : On the refund menu, we can see the created record with the refund amount. Please refer Step6.png Step6

Step 7 : As per the example, 50 amount is refunded from 100 amount for that record which has been partially refunded. Please refer Step7.png Step7