diff --git a/CHANGELOG.md b/CHANGELOG.md index f696a9ae9d..e534fe34f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [7.1.32] (2024-10-17) + +### Fixes +#### Sale + +* Complementary product selected: correctly prevent the user from modfying selected complementary product on a confirmed sale order. + +#### Stock + +* Stock API: fixed issue on stock correction creation request. + ## [7.1.31] (2024-10-03) ### Fixes @@ -1399,6 +1410,7 @@ it will use the OSRM API by default. * Simplified moves: removed in favor of mass entry. +[7.1.32]: https://github.com/axelor/axelor-open-suite/compare/v7.1.31...v7.1.32 [7.1.31]: https://github.com/axelor/axelor-open-suite/compare/v7.1.30...v7.1.31 [7.1.30]: https://github.com/axelor/axelor-open-suite/compare/v7.1.29...v7.1.30 [7.1.29]: https://github.com/axelor/axelor-open-suite/compare/v7.1.28...v7.1.29 diff --git a/build.gradle b/build.gradle index 214f99cf4c..709ef54025 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { apply plugin: 'eclipse' group = 'com.axelor.apps' - version = '7.1.31' + version = '7.1.32' java { toolchain { diff --git a/modules/axelor-open-suite b/modules/axelor-open-suite index afc4a1a718..7129d04e83 160000 --- a/modules/axelor-open-suite +++ b/modules/axelor-open-suite @@ -1 +1 @@ -Subproject commit afc4a1a7181f8aa3bd2ca759f8a3822a86d7d282 +Subproject commit 7129d04e83eb595fa05d14853bf4f4917d1531a8 diff --git a/src/main/resources/axelor-config.properties b/src/main/resources/axelor-config.properties index a59223275b..53ac5a6f77 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 = 7.1.31 +application.version = 7.1.32 application.author = Axelor application.copyright = Copyright (c) {year} Axelor. All Rights Reserved.