Commit a1047b4
committed
[FIX] point_of_sale: multiple invoice on same commercial partner
When you are selling with invoices to multiple partner having the same
commercial partner, you get a singleton exception.
So now we are looping on the created move lines
closes odoo#71583
X-original-commit: 369331d
Signed-off-by: pimodoo <pimodoo@users.noreply.github.com>1 parent 93c4b03 commit a1047b4
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
691 | 692 | | |
692 | 693 | | |
693 | 694 | | |
| |||
0 commit comments