Skip to content

Commit

Permalink
Merge PR #767 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 12, 2024
2 parents e77feb0 + 3fd5e6a commit 0d20bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_payment_return/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def prepare_values_returned_widget(self, line_id, amount, is_return=False):
"payment_method_name": payment_method_name,
"ref": "{} ({})".format(line_id.move_id.name, line_id.ref),
"returned": is_return,
"is_exchange": False,
}

def _compute_payments_widget_reconciled_info(self):
Expand Down

0 comments on commit 0d20bbd

Please sign in to comment.