Skip to content
Snippets Groups Projects
Commit e70a9e9d 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#43385

Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent 9bf52959
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