You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrong payment method is propagated to automatic workflow created payment despite the payment method set on the Payment Modes
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Create a new payment method named electronic and add it in the last line of the Bank Journal as in the below images.
Create a new Payment Mode with the payment method we created in the step 1. Example below.
Created an Sales Order with that Payment Mode and choose an Automatic Workflow to process further. Example below.
You can see that the final payment created using the workflow with wrong payment method.
Expected behavior
The payment method should be from the Payment Mode that we setup on the sales order.
Additional context
The payment method (payment.method) on the payments is now a new object (payment.method.line).
This breaks the propagation, as a result it is fetching the first method on the inbound payment of a journal
We need to change our app accordingly.
Proposed a fix OCA/bank-payment#1196
The text was updated successfully, but these errors were encountered:
Module
sale_automatic_workflow_payment_mode
Describe the bug
Wrong payment method is propagated to automatic workflow created payment despite the payment method set on the Payment Modes
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Create a new payment method named electronic and add it in the last line of the Bank Journal as in the below images.
Create a new Payment Mode with the payment method we created in the step 1. Example below.
Created an Sales Order with that Payment Mode and choose an Automatic Workflow to process further. Example below.
You can see that the final payment created using the workflow with wrong payment method.
Expected behavior
The payment method should be from the Payment Mode that we setup on the sales order.
Additional context
The payment method (payment.method) on the payments is now a new object (payment.method.line).
This breaks the propagation, as a result it is fetching the first method on the inbound payment of a journal
We need to change our app accordingly.
Proposed a fix OCA/bank-payment#1196
The text was updated successfully, but these errors were encountered: