Skip to content

Commit

Permalink
Release 8.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Dec 20, 2024
1 parent 55573e3 commit c807593
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
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 = '8.1.13'
version = '8.1.14'

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 = 8.1.13
application.version = 8.1.14
application.author = Axelor
application.copyright = Copyright (c) {year} Axelor. All Rights Reserved.

Expand Down

0 comments on commit c807593

Please sign in to comment.