Skip to content
Snippets Groups Projects
Commit b548d4a5 authored by Florent de Labarre's avatar Florent de Labarre Committed by GitHub
Browse files

[FIX] sale: invalid payment link


Since bd76e9d6, if the partner set on the SO is different than the invoicing partner set on the same SO, the generated payment link won't work, as the access_token is generated based on the `partner_id`, while verified based on the `partner_invoice_id` SO field.

This commit makes sure the `access_token` is correctly generated with the invoicing partner.

opw-3328772

closes odoo/odoo#121555

Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
parent f33166d2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment