Skip to content

Commit

Permalink
Release 7.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Jul 25, 2024
1 parent e20f94e commit 83672c9
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## [7.1.26] (2024-07-25)

### Fixes
#### Base

* Translation: fixed an issue where 'Canceled', 'Confirmed', 'Received' french translations were wrong.
* Product: reset the serial number on product duplication.

#### Account

* Move line mass entry: set description required following account configuration.
* Mass entry: fixed analytic axis empty on partner selection.
* Analytic: fixed required analytic distribution template when the analytic distribution type is per Product/Family/Account.

#### Bank Payment

* Bank reconciliation: fixed total of selected move lines in multiple reconciles when currency is different from company currency.

#### Contract

* Contract: fixed batch contract revaluation process order.

#### Human Resource

* Expense Line: fixed error when computing kilometric distance without choosing a type.

#### Project

* Project: fixed typo in french translation for unit help.

#### Purchase

* Purchase order: fixed french typo for 'nouvelles version'.

#### Sale

* Configurator creator: fixed issue related to meta json field simple name.
* Sale order: fixed an issue preventing from invoicing X% of a sale order as an advance payment where X was greater than the sale order total.

## [7.1.25] (2024-07-11)

### Fixes
Expand Down Expand Up @@ -1283,6 +1322,7 @@ it will use the OSRM API by default.
* Simplified moves: removed in favor of mass entry.


[7.1.26]: https://github.com/axelor/axelor-open-suite/compare/v7.1.25...v7.1.26
[7.1.25]: https://github.com/axelor/axelor-open-suite/compare/v7.1.24...v7.1.25
[7.1.24]: https://github.com/axelor/axelor-open-suite/compare/v7.1.23...v7.1.24
[7.1.23]: https://github.com/axelor/axelor-open-suite/compare/v7.1.22...v7.1.23
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.25'
version = '7.1.26'

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion modules/axelor-open-suite
Submodule axelor-open-suite updated 20 files
+40 −0 CHANGELOG.md
+4 −0 axelor-account/src/main/java/com/axelor/apps/account/service/AccountService.java
+2 −1 ...-account/src/main/java/com/axelor/apps/account/service/move/massentry/MassEntryVerificationServiceImpl.java
+3 −0 ...account/src/main/java/com/axelor/apps/account/service/moveline/massentry/MoveLineMassEntryAttrsService.java
+15 −1 ...unt/src/main/java/com/axelor/apps/account/service/moveline/massentry/MoveLineMassEntryAttrsServiceImpl.java
+4 −2 ...unt/src/main/java/com/axelor/apps/account/service/moveline/massentry/MoveLineMassEntryGroupServiceImpl.java
+2 −1 axelor-account/src/main/resources/views/MoveLineMassEntry.xml
+15 −11 ...ent/src/main/java/com/axelor/apps/bankpayment/service/bankreconciliation/BankReconciliationServiceImpl.java
+12 −3 ...src/main/java/com/axelor/apps/bankpayment/service/bankreconciliation/BankReconciliationValidateService.java
+1 −0 axelor-base/src/main/java/com/axelor/apps/base/service/ProductServiceImpl.java
+1 −1 axelor-business-project/src/main/resources/i18n/messages_fr.csv
+2 −0 axelor-contract/src/main/java/com/axelor/apps/contract/batch/BatchContractRevaluate.java
+1 −2 axelor-contract/src/main/java/com/axelor/apps/contract/service/ContractRevaluationServiceImpl.java
+1 −2 axelor-contract/src/main/java/com/axelor/apps/contract/service/ContractServiceImpl.java
+3 −3 axelor-gdpr/src/main/resources/i18n/messages_fr.csv
+11 −7 axelor-human-resource/src/main/java/com/axelor/apps/hr/web/expense/ExpenseController.java
+2 −2 axelor-purchase/src/main/resources/i18n/messages_fr.csv
+1 −1 axelor-sale/src/main/resources/views/MetaJsonField.xml
+9 −1 axelor-supplychain/src/main/java/com/axelor/apps/supplychain/service/SaleOrderInvoiceServiceImpl.java
+1 −1 version.txt
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.25
application.version = 7.1.26
application.author = Axelor
application.copyright = Copyright (c) {year} Axelor. All Rights Reserved.

Expand Down

0 comments on commit 83672c9

Please sign in to comment.