Skip to content

Commit

Permalink
Release 8.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Sep 5, 2024
1 parent 8980f72 commit 365947e
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## [8.1.6] (2024-09-05)

### Fixes
#### Base

* Partner: fixed an address not linked to a partner in demo data.

#### Account

* Invoice: fixed an issue where tab title for credit note was wrong.
* Invoice payment: fixed move display in payment details grid view.
* Payment Voucher: fixed wrong amount on generated invoice payment when using financial discount.
* Invoice: fixed an issue preventing invoice ventilation when pack feature is used.
* Mass entry move line: increased width of some columns.

#### Budget

* Purchase order line: fixed an issue where budget panel was editable on a confirmed purchase order.

#### Contract

* Contract: fixed an issue where payment mode and payment condition were not filled by default.
* Contract: fixed display issue of 'isPeriodicInvoicing' field.

#### Human Resource

* Timesheet: opened timesheets are no longer dirty when opening the form view.

#### Maintenance

* Menu: fixed icon for 'Configuration' menu.

#### Production

* Manufacturing order: fixed unit conversion when computing missing components label.
* Manufacturing order API: fixed an issue where condition in permission were not evaluated correctly to see and add products from a manufacturing order.
* Operation order API: fixed an issue where condition in permission were not evaluated correctly to update operation orders.
* Manufacturing order: fixed wrong priority on the sub manuf order.
* Manufacturing order: fixed title for produced quantity in produced products form view.
* Manufacturing order: fixed an issue occurring when adding produced products.

#### Supply Chain

* Invoicing: fixed an issue preventing stock moves/order/contracts invoicing with analytic accounting lines.
* Invoicing: fixed internal reference on invoices generated from delivery stock move missing sale order reference.
* Analytic panel: fixed display issue when product family is empty.

## [8.1.5] (2024-08-22)

### Fixes
Expand Down Expand Up @@ -471,6 +518,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.6]: https://github.com/axelor/axelor-open-suite/compare/v8.1.5...v8.1.6
[8.1.5]: https://github.com/axelor/axelor-open-suite/compare/v8.1.4...v8.1.5
[8.1.4]: https://github.com/axelor/axelor-open-suite/compare/v8.1.3...v8.1.4
[8.1.3]: https://github.com/axelor/axelor-open-suite/compare/v8.1.2...v8.1.3
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.5'
version = '8.1.6'

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion modules/axelor-open-suite
Submodule axelor-open-suite updated 28 files
+48 −0 CHANGELOG.md
+5 −1 axelor-account/src/main/java/com/axelor/apps/account/service/moveline/MoveLineCreateServiceImpl.java
+50 −1 ...ount/src/main/java/com/axelor/apps/account/service/payment/paymentvoucher/PaymentVoucherConfirmService.java
+3 −3 axelor-account/src/main/java/com/axelor/apps/account/web/InvoiceController.java
+1 −1 axelor-account/src/main/resources/views/Invoice.xml
+10 −8 axelor-account/src/main/resources/views/MoveLineMassEntry.xml
+2 −1 axelor-base/src/main/resources/apps/demo-data/base-config.xml
+2 −0 axelor-budget/src/main/resources/views/PurchaseOrderLine.xml
+11 −5 axelor-contract/src/main/resources/views/Contract.xml
+4 −0 axelor-human-resource/src/main/java/com/axelor/apps/hr/db/repo/TimesheetHRRepository.java
+0 −1 axelor-human-resource/src/main/java/com/axelor/apps/hr/web/timesheet/TimesheetController.java
+0 −1 axelor-human-resource/src/main/resources/views/Timesheet.xml
+1 −1 axelor-maintenance/src/main/resources/views/Menu.xml
+15 −7 axelor-production/src/main/java/com/axelor/apps/production/rest/ManufOrderRestController.java
+1 −1 axelor-production/src/main/java/com/axelor/apps/production/rest/OperationOrderRestController.java
+1 −1 ...n/src/main/java/com/axelor/apps/production/service/manuforder/ManufOrderCreateStockMoveLineServiceImpl.java
+1 −1 ...r-production/src/main/java/com/axelor/apps/production/service/manuforder/ManufOrderGetStockMoveService.java
+7 −9 ...oduction/src/main/java/com/axelor/apps/production/service/manuforder/ManufOrderGetStockMoveServiceImpl.java
+12 −8 axelor-production/src/main/java/com/axelor/apps/production/service/manuforder/ManufOrderServiceImpl.java
+2 −0 ...tion/src/main/java/com/axelor/apps/production/service/manuforder/ManufOrderSetStockMoveLineServiceImpl.java
+13 −4 axelor-production/src/main/resources/views/ProdProcess.xml
+12 −1 axelor-production/src/main/resources/views/StockMoveLine.xml
+26 −2 axelor-sale/src/main/java/com/axelor/apps/sale/service/saleorder/SaleOrderMergingServiceImpl.java
+14 −4 axelor-stock/src/main/resources/views/StockConfig.xml
+0 −1 axelor-supplychain/src/main/java/com/axelor/apps/supplychain/service/AnalyticLineModelServiceImpl.java
+7 −6 axelor-supplychain/src/main/java/com/axelor/apps/supplychain/service/ProductStockLocationServiceImpl.java
+1 −3 ...in/src/main/java/com/axelor/apps/supplychain/service/invoice/generator/InvoiceLineGeneratorSupplyChain.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 = 8.1.5
application.version = 8.1.6
application.author = Axelor
application.copyright = Copyright (c) {year} Axelor. All Rights Reserved.

Expand Down

0 comments on commit 365947e

Please sign in to comment.