Skip to content
Snippets Groups Projects
Commit b3c88566 authored by Luis Torres's avatar Luis Torres
Browse files

[FIX] point_of_sale: Record in for is used


The method ``action_pos_order_invoice`` is multi, and has a ``for`` to
each record, then, inside of that for, is called the method
``_action_create_invoice_line``, but is called with self, not with
order, that is each record.

This was fixed to avoid singleton error.

closes odoo/odoo#38809

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