diff --git a/CHANGELOG.md b/CHANGELOG.md index 6877ff6836f..313038847be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.2.5] (2024-12-20) + +### Fixes +#### Account + +* Invoice: fixed an issue preventing advance payment invoice refund. +* Invoice: fixed a regression preventing invoices refund. + ## [8.2.4] (2024-12-19) ### Fixes @@ -448,6 +456,7 @@ A new configuration is now available in App Sale to choose the normal grid view * Deposit slip: manage bank details in generated accounting entries. * Payment: use correctly the payment date instead of today date when computing currency rate. +[8.2.5]: https://github.com/axelor/axelor-open-suite/compare/v8.2.4...v8.2.5 [8.2.4]: https://github.com/axelor/axelor-open-suite/compare/v8.2.3...v8.2.4 [8.2.3]: https://github.com/axelor/axelor-open-suite/compare/v8.2.2...v8.2.3 [8.2.2]: https://github.com/axelor/axelor-open-suite/compare/v8.2.1...v8.2.2 diff --git a/changelogs/unreleased/88848-fixed-advance-payment-invoice-refund.yml b/changelogs/unreleased/88848-fixed-advance-payment-invoice-refund.yml deleted file mode 100644 index e1ee119a583..00000000000 --- a/changelogs/unreleased/88848-fixed-advance-payment-invoice-refund.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed an issue preventing advance payment invoice refund." -module: axelor-account diff --git a/changelogs/unreleased/88848-fixed-invoice-refund.yml b/changelogs/unreleased/88848-fixed-invoice-refund.yml deleted file mode 100644 index 65a23108f03..00000000000 --- a/changelogs/unreleased/88848-fixed-invoice-refund.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed a regression preventing invoices refund." -module: axelor-account