Skip to content

Commit

Permalink
Release 7.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Jul 25, 2024
1 parent 16ffe43 commit 85b40b1
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## [7.2.18] (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.
* Fixed asset: fixed the depreciation values panel readonly if 'Is equal to fiscal depreciation' is enabled.
* Analytics: 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 the 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.
* Partner: added missing french translation for 'generation type' in complementary product tab.
* Sale order: fixed sale order sequence when creating new version.
* 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.2.17] (2024-07-11)

### Fixes
Expand Down Expand Up @@ -1055,6 +1097,7 @@ New lunch voucher format "Both". Employee wil be able to choose the percentage o
* Project: Using company currency symbols on reporting
* Business Project: improved task management and reporting, added a new forecast section.

[7.2.18]: https://github.com/axelor/axelor-open-suite/compare/v7.2.17...v7.2.18
[7.2.17]: https://github.com/axelor/axelor-open-suite/compare/v7.2.16...v7.2.17
[7.2.16]: https://github.com/axelor/axelor-open-suite/compare/v7.2.15...v7.2.16
[7.2.15]: https://github.com/axelor/axelor-open-suite/compare/v7.2.14...v7.2.15
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.2.17'
version = '7.2.18'

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion modules/axelor-open-suite
Submodule axelor-open-suite updated 26 files
+43 −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
+27 −39 axelor-account/src/main/resources/views/FixedAsset.xml
+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/java/com/axelor/apps/sale/service/saleorder/SaleOrderVersionService.java
+7 −2 axelor-sale/src/main/java/com/axelor/apps/sale/service/saleorder/SaleOrderVersionServiceImpl.java
+1 −2 axelor-sale/src/main/java/com/axelor/apps/sale/service/saleorder/SaleOrderWorkflowServiceImpl.java
+1 −1 axelor-sale/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
+10 −3 ...r-supplychain/src/main/java/com/axelor/apps/supplychain/service/SaleOrderVersionSupplyChainServiceImpl.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.2.17
application.version = 7.2.18
application.author = Axelor
application.copyright = Copyright (c) {year} Axelor. All Rights Reserved.

Expand Down

0 comments on commit 85b40b1

Please sign in to comment.