Commit 3d18e41
committed
[OU-FIX] fix account.partial.reconcile currency
fix queries pre-filling the debit_currency_id and credit_currency_id
fields of account.partial.reconcile records: debit_move_id and
credit_move_id are many2one fields to account.move.line, not to
account.move. this resulted in null columns, ignoring the records when
computing account.move.line.amount_residual in odoo 16.1 parent 79172fe commit 3d18e41
1 file changed
Lines changed: 8 additions & 8 deletions
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
681 | | - | |
| 680 | + | |
| 681 | + | |
682 | 682 | | |
683 | | - | |
684 | | - | |
| 683 | + | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
691 | | - | |
692 | | - | |
| 691 | + | |
| 692 | + | |
693 | 693 | | |
694 | | - | |
695 | | - | |
| 694 | + | |
| 695 | + | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| |||
0 commit comments