diff --git a/CHANGELOG.md b/CHANGELOG.md index 912fb40ce57..b7494ae770f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/changelogs/unreleased/76885.yml b/changelogs/unreleased/76885.yml deleted file mode 100644 index 9273e2abe9d..00000000000 --- a/changelogs/unreleased/76885.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Move / Moveline: added additional control to avoid unbalancing input of entries on general / special accounts at validation" -module: axelor-account diff --git a/changelogs/unreleased/77213.yml b/changelogs/unreleased/77213.yml deleted file mode 100644 index 607a9260f6a..00000000000 --- a/changelogs/unreleased/77213.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "AccountingBatch : Result move computation query takes into account accounted entries." -module: axelor-account \ No newline at end of file diff --git a/changelogs/unreleased/86685.yml b/changelogs/unreleased/86685.yml deleted file mode 100644 index 6afcaedbcfa..00000000000 --- a/changelogs/unreleased/86685.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Quality improvement: fixed readonly condition for company." -module: axelor-quality diff --git a/changelogs/unreleased/87081.yml b/changelogs/unreleased/87081.yml deleted file mode 100644 index 67b3ed22ee1..00000000000 --- a/changelogs/unreleased/87081.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Stock move: fixed invoiced and remaining quantity in wizard when partially invoicing" -module: axelor-supplychain -developer: | - `UnitConversionService` has been added to the constructor of `StockMoveInvoiceServiceImpl`. diff --git a/changelogs/unreleased/87278.yml b/changelogs/unreleased/87278.yml deleted file mode 100644 index ee35ac074bc..00000000000 --- a/changelogs/unreleased/87278.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "City: fixed issue where country was not filled when adding a new city from address form." -module: axelor-base diff --git a/changelogs/unreleased/87384.yml b/changelogs/unreleased/87384.yml deleted file mode 100644 index 916fb9b5535..00000000000 --- a/changelogs/unreleased/87384.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Accounting report type: fix comparison in custom report types demo data." -module: axelor-account diff --git a/changelogs/unreleased/87532.yml b/changelogs/unreleased/87532.yml deleted file mode 100644 index 585be796070..00000000000 --- a/changelogs/unreleased/87532.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Email account: fixed NPE that occurred when setting 'Default account' to false." -module: axelor-base diff --git a/changelogs/unreleased/87569.yml b/changelogs/unreleased/87569.yml deleted file mode 100644 index 2d9c4e67193..00000000000 --- a/changelogs/unreleased/87569.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "TimesheetLine/Project: fixed computation of durations." -module: axelor-human-resource diff --git a/changelogs/unreleased/87648.yml b/changelogs/unreleased/87648.yml deleted file mode 100644 index 82415192309..00000000000 --- a/changelogs/unreleased/87648.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Payment voucher: fixed unexpected pop-up mentioning no record selected while there is at least one." -module: axelor-account diff --git a/changelogs/unreleased/87833.yml b/changelogs/unreleased/87833.yml deleted file mode 100644 index 164f11be8b4..00000000000 --- a/changelogs/unreleased/87833.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Purchase request line: fixed domain for product." -module: axelor-purchase diff --git a/changelogs/unreleased/87904.yml b/changelogs/unreleased/87904.yml deleted file mode 100644 index 519bf2273e4..00000000000 --- a/changelogs/unreleased/87904.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sale configurator: fixed issue where formula was not added when verifying the groovy script then directly exiting the pop-up" -module: axelor-sale diff --git a/changelogs/unreleased/87936.yml b/changelogs/unreleased/87936.yml deleted file mode 100644 index 7dbc1f54f60..00000000000 --- a/changelogs/unreleased/87936.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Logistical form: fixed unique constraint violation error." -module: axelor-stock diff --git a/changelogs/unreleased/88122.yml b/changelogs/unreleased/88122.yml deleted file mode 100644 index 525b2d7bad6..00000000000 --- a/changelogs/unreleased/88122.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "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." -module: axelor-account diff --git a/changelogs/unreleased/88142.yml b/changelogs/unreleased/88142.yml deleted file mode 100644 index 605940d0246..00000000000 --- a/changelogs/unreleased/88142.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Account: fixed hard coded db schema in native queries." -module: axelor-account diff --git a/changelogs/unreleased/88476.yml b/changelogs/unreleased/88476.yml deleted file mode 100644 index 147b16b94df..00000000000 --- a/changelogs/unreleased/88476.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "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)." -module: axelor-production diff --git a/changelogs/unreleased/88705.yml b/changelogs/unreleased/88705.yml deleted file mode 100644 index 065d30d3cf6..00000000000 --- a/changelogs/unreleased/88705.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: removed incoherent mention of refund line in printing when it's not originated from actual invoice." -module: axelor-account