Skip to content

Commit

Permalink
Release 7.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Oct 17, 2024
1 parent b2d51f0 commit 8adab07
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
apply plugin: 'eclipse'

group = 'com.axelor.apps'
version = '7.1.31'
version = '7.1.32'

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/axelor-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8adab07

Please sign in to comment.