Skip to content

Commit

Permalink
Release 8.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Jan 9, 2025
1 parent 846585a commit a6b65c0
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 50 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## [8.0.23] (2025-01-09)

### Fixes
#### Base

* Email account: fixed NPE that occurred when setting 'Default account' to false.
* City: fixed issue where country was not filled when adding a new city from address form.

#### Account

* Accounting batch: result move computation query takes into account accounted entries.
* Move / Moveline: added additional control to avoid unbalancing input of entries on general / special accounts at validation
* Account: fixed hard coded db schema in native queries.
* Payment voucher: fixed unexpected pop-up mentioning no record selected while there is at least one.
* Invoice: removed incoherent mention of refund line in printing when it's not originated from actual invoice.
* Bank reconciliation: fixed the filter to display move lines with no function origin selected and hide it when already reconciled in different currency than move in 'Bank reconciliation statement' report.
* Accounting report type: fix comparison in custom report types demo data.

#### Human Resource

* TimesheetLine/Project: fixed computation of durations.

#### Production

* Manufacturing Order: fixed a issue where a infinite loop could occur on planification if operation had no duration with finite capacity (now displays an error).

#### Purchase

* Purchase request line: fixed domain for product.

#### Quality

* Quality improvement: fixed readonly condition for company.

#### Sale

* Sale configurator: fixed issue where formula was not added when verifying the groovy script then directly exiting the pop-up

#### Stock

* Logistical form: fixed unique constraint violation error.

#### Supply Chain

* Stock move: fixed invoiced and remaining quantity in wizard when partially invoicing


### Developer

#### Supply Chain

`UnitConversionService` has been added to the constructor of `StockMoveInvoiceServiceImpl`.

## [8.0.22] (2024-12-20)

### Fixes
Expand Down Expand Up @@ -1366,6 +1419,7 @@ The resulting locale will be used for translation, date and currency formats.
* Authentication: add a new API to fetch user permissions.
* HR: add new configuration to manage timesheets from the mobile application.

[8.0.23]: https://github.com/axelor/axelor-open-suite/compare/v8.0.22...v8.0.23
[8.0.22]: https://github.com/axelor/axelor-open-suite/compare/v8.0.21...v8.0.22
[8.0.21]: https://github.com/axelor/axelor-open-suite/compare/v8.0.20...v8.0.21
[8.0.20]: https://github.com/axelor/axelor-open-suite/compare/v8.0.19...v8.0.20
Expand Down
3 changes: 0 additions & 3 deletions changelogs/unreleased/76885.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/77213.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/86685.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/87081.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87278.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87384.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87532.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87569.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87648.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87833.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87904.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/87936.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/88122.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/88142.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/88476.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/88705.yml

This file was deleted.

0 comments on commit a6b65c0

Please sign in to comment.