Skip to content

Commit

Permalink
Merge commit 'refs/pull/131946/head' of https://github.com/odoo/odoo
Browse files Browse the repository at this point in the history
…into 16.0-3420
  • Loading branch information
docker-odoo committed Aug 22, 2023
2 parents bd7b03f + a231328 commit 955e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/account/models/account_move_line.py
Expand Up @@ -691,7 +691,7 @@ def _compute_cumulated_balance(self):
record.cumulated_balance = result[record.id]

@api.depends('debit', 'credit', 'amount_currency', 'account_id', 'currency_id', 'company_id',
'matched_debit_ids', 'matched_credit_ids')
'matched_debit_ids', 'matched_credit_ids', 'account_id.internal_group')
def _compute_amount_residual(self):
""" Computes the residual amount of a move line from a reconcilable account in the company currency and the line's currency.
This amount will be 0 for fully reconciled lines or lines from a non-reconcilable account, the original line amount
Expand Down

0 comments on commit 955e8b6

Please sign in to comment.