Skip to content
Snippets Groups Projects
Commit 279d3ce0 authored by odooqs's avatar odooqs Committed by Pierre Masereel
Browse files

[FIX] point_of_sale: payment method name not displayed


When a payment line is created, and then the order is reloaded, by the
synchronization feature for example, the name displayed on the payment
line is empty.

This happens because the field name is not saved on the server, so
instead of using it, we are directly taking the name of the payment
method linked to the payment line.

closes odoo/odoo#43615

X-original-commit: ae4322cd81814cf4cdc462ff9d271f83ce2870c4
Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent e18ac096
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