Sunday, March 6, 2022
1 change · master
Miscellaneous changes
When we want to settle the amount due by a customer, we can choose a payment method through a Popup. When the payement method choosed in the popup is linked to a terminal the payment line is added, but don't have a correct status, so we cannot send the request to the terminal. To correctly add the payment and related status, we are moving some logic that was set in the payment screen into the method that create the payment line on the order. Description of the issue/feature this PR ad
Original PR description
When we want to settle the amount due by a customer, we can choose a payment method through a Popup. When the payement method choosed in the popup is linked to a terminal the payment line is added, but don't have a correct status, so we cannot send the request to the terminal. To correctly add the payment and related status, we are moving some logic that was set in the payment screen into the method that create the payment line on the order. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#85826 Forward-Port-Of: odoo/odoo#85393