diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5838739f..dea17d6d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.1.14] (2024-12-20) + +### Fixes +#### Account + +* Invoice: fixed a regression preventing invoices refund. + ## [8.1.13] (2024-12-19) ### Fixes @@ -998,6 +1005,7 @@ Partner: add a panel in the form view to show tickets related to the partner. * Bill of materials: fixed namecolumn management in bill of materials so the user can write a name instead of having only a generated one. +[8.1.14]: https://github.com/axelor/axelor-open-suite/compare/v8.1.13...v8.1.14 [8.1.13]: https://github.com/axelor/axelor-open-suite/compare/v8.1.12...v8.1.13 [8.1.12]: https://github.com/axelor/axelor-open-suite/compare/v8.1.11...v8.1.12 [8.1.11]: https://github.com/axelor/axelor-open-suite/compare/v8.1.10...v8.1.11 diff --git a/build.gradle b/build.gradle index 99d70fa8e7..502b85ce25 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { apply plugin: 'eclipse' group = 'com.axelor.apps' - version = '8.1.13' + version = '8.1.14' java { toolchain { diff --git a/modules/axelor-open-suite b/modules/axelor-open-suite index 68f4d40b6a..35c4741eb2 160000 --- a/modules/axelor-open-suite +++ b/modules/axelor-open-suite @@ -1 +1 @@ -Subproject commit 68f4d40b6a36f1e65f1fd82c08bc97702eb98fe1 +Subproject commit 35c4741eb2b841ca2e87a07c07e9b1a6231ed8f2 diff --git a/src/main/resources/axelor-config.properties b/src/main/resources/axelor-config.properties index f70083bcc8..6431205f6c 100644 --- a/src/main/resources/axelor-config.properties +++ b/src/main/resources/axelor-config.properties @@ -41,7 +41,7 @@ hibernate.hikari.idleTimeout = 300000 # ~~~~~ application.name = Axelor Open Suite application.description = Axelor Entreprise Application -application.version = 8.1.13 +application.version = 8.1.14 application.author = Axelor application.copyright = Copyright (c) {year} Axelor. All Rights Reserved.