From 3a3d044543690f0ef1a7295e5930821362c3ba2d Mon Sep 17 00:00:00 2001 From: ale-axelor <25925065+ale-axelor@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:51:01 +0100 Subject: [PATCH] Release 8.0.21 --- CHANGELOG.md | 59 +++++++++++++++++++++++++++++++++ changelogs/unreleased/84403.yml | 3 -- changelogs/unreleased/84757.yml | 3 -- changelogs/unreleased/85768.yml | 3 -- changelogs/unreleased/85822.yml | 3 -- changelogs/unreleased/85910.yml | 3 -- changelogs/unreleased/86068.yml | 3 -- changelogs/unreleased/86195.yml | 3 -- changelogs/unreleased/86302.yml | 3 -- changelogs/unreleased/86315.yml | 2 -- changelogs/unreleased/86522.yml | 5 --- changelogs/unreleased/86546.yml | 3 -- changelogs/unreleased/86560.yml | 3 -- changelogs/unreleased/86630.yml | 3 -- changelogs/unreleased/86716.yml | 3 -- changelogs/unreleased/86717.yml | 3 -- changelogs/unreleased/86719.yml | 3 -- changelogs/unreleased/86732.yml | 3 -- changelogs/unreleased/86830.yml | 3 -- changelogs/unreleased/87306.yml | 3 -- changelogs/unreleased/87762.yml | 3 -- changelogs/unreleased/88116.yml | 3 -- 22 files changed, 59 insertions(+), 64 deletions(-) delete mode 100644 changelogs/unreleased/84403.yml delete mode 100644 changelogs/unreleased/84757.yml delete mode 100644 changelogs/unreleased/85768.yml delete mode 100644 changelogs/unreleased/85822.yml delete mode 100644 changelogs/unreleased/85910.yml delete mode 100644 changelogs/unreleased/86068.yml delete mode 100644 changelogs/unreleased/86195.yml delete mode 100644 changelogs/unreleased/86302.yml delete mode 100644 changelogs/unreleased/86315.yml delete mode 100644 changelogs/unreleased/86522.yml delete mode 100644 changelogs/unreleased/86546.yml delete mode 100644 changelogs/unreleased/86560.yml delete mode 100644 changelogs/unreleased/86630.yml delete mode 100644 changelogs/unreleased/86716.yml delete mode 100644 changelogs/unreleased/86717.yml delete mode 100644 changelogs/unreleased/86719.yml delete mode 100644 changelogs/unreleased/86732.yml delete mode 100644 changelogs/unreleased/86830.yml delete mode 100644 changelogs/unreleased/87306.yml delete mode 100644 changelogs/unreleased/87762.yml delete mode 100644 changelogs/unreleased/88116.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed825ebe90..3a6d4d21259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,61 @@ +## [8.0.21] (2024-12-19) + +### Fixes +#### Base + +* Product: fixed french translation for 'Product'. +* Partner: fixed so that customer can be converted to other partner types. +* Partner link: made partners required to avoid errors. + +#### Account + +* Accounting batch: fixed 'Realize fixed asset lines' batch doesn't work when start date and end date are same. +* Invoice: fixed payment voucher confirmation with auto reconcile config enabled. +* Invoice: added server-side controls to prevent forbidden status changes, for example cancelling a ventilated invoice. +* Accounting report: fixed blank values in 'Summary of gross values and depreciation' report. +* Invoice: fixed display of company bank details when we create an invoice payment. +* Invoice payment: fixed an issue where payment amount wrongly reset to 0 after changing payment date two times. +* Invoice: fixed an issue with amount remaining being reinitialized from ventilated invoice. + +#### Budget + +* Invoice: fixed error when there is no product on the invoice line while budget computation. + +#### CRM + +* Partner: fixed the display issue in event panel when images are attached in the event description. + +#### Human Resource + +* Lunch voucher: leave request with hour leave reason type are now ignored. +* Expense API: fixed the error when an employee did not have a contract while creating an expense. + +#### Production + +* Purchase order: fixed wrong domain for the dashlet on outsourcing tab. +* Manufacturing order: merging manufacturing orders now correctly takes into account scheduling configuration. + +#### Quality + +* Quality alert: fixed NPE when opening kanban view. + +#### Sale + +* Sale order: fixed concurrency error when adding a pack on a sale order. + +#### Supply Chain + +* Timetable: timetable are now correctly updated to not invoiced when a linked credit note has been ventilated. +* Sale order: a sale order with invoiced timetables cannot be edited anymore. +* Sale order invoicing: fixed the missing title 'To invoice' on the corresponding column when invoicing time table lines from a sale order. + + +### Developer + +#### Account + +`action-invoice-record-draft` was replaced by `action-invoice-method-back-to-draft` + ## [8.0.20] (2024-11-28) ### Fixes @@ -1301,6 +1359,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.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 [8.0.19]: https://github.com/axelor/axelor-open-suite/compare/v8.0.18...v8.0.19 [8.0.18]: https://github.com/axelor/axelor-open-suite/compare/v8.0.17...v8.0.18 diff --git a/changelogs/unreleased/84403.yml b/changelogs/unreleased/84403.yml deleted file mode 100644 index fc69db6f8e4..00000000000 --- a/changelogs/unreleased/84403.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Accounting batch: fixed 'Realize fixed asset lines' batch doesn't work when start date and end date are same." -module: axelor-account diff --git a/changelogs/unreleased/84757.yml b/changelogs/unreleased/84757.yml deleted file mode 100644 index 3501155cd9d..00000000000 --- a/changelogs/unreleased/84757.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed payment voucher confirmation with auto reconcile config enabled." -module: axelor-account diff --git a/changelogs/unreleased/85768.yml b/changelogs/unreleased/85768.yml deleted file mode 100644 index 58a83d0442b..00000000000 --- a/changelogs/unreleased/85768.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed display of company bank details when we create an invoice payment." -module: axelor-account diff --git a/changelogs/unreleased/85822.yml b/changelogs/unreleased/85822.yml deleted file mode 100644 index dae65cd35ae..00000000000 --- a/changelogs/unreleased/85822.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Quality alert: fixed NPE when opening kanban view." -module: axelor-quality diff --git a/changelogs/unreleased/85910.yml b/changelogs/unreleased/85910.yml deleted file mode 100644 index 988a8c78d7c..00000000000 --- a/changelogs/unreleased/85910.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Lunch voucher: leave request with hour leave reason type are now ignored." -module: axelor-human-resource \ No newline at end of file diff --git a/changelogs/unreleased/86068.yml b/changelogs/unreleased/86068.yml deleted file mode 100644 index 3606e04f3d4..00000000000 --- a/changelogs/unreleased/86068.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Partner: fixed the display issue in event panel when images are attached in the event description." -module: axelor-crm diff --git a/changelogs/unreleased/86195.yml b/changelogs/unreleased/86195.yml deleted file mode 100644 index e14738602d4..00000000000 --- a/changelogs/unreleased/86195.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Purchase order: fixed wrong domain for the dashlet on outsourcing tab." -module: axelor-production diff --git a/changelogs/unreleased/86302.yml b/changelogs/unreleased/86302.yml deleted file mode 100644 index 64b22a26100..00000000000 --- a/changelogs/unreleased/86302.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Manufacturing order: merging manufacturing orders now correctly takes into account scheduling configuration." -module: axelor-production diff --git a/changelogs/unreleased/86315.yml b/changelogs/unreleased/86315.yml deleted file mode 100644 index f26a64df2c3..00000000000 --- a/changelogs/unreleased/86315.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Product: fixed French translation for 'Product'." -module: axelor-base diff --git a/changelogs/unreleased/86522.yml b/changelogs/unreleased/86522.yml deleted file mode 100644 index a3476772e81..00000000000 --- a/changelogs/unreleased/86522.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Invoice: added server-side controls to prevent forbidden status changes, for example cancelling a ventilated invoice." -module: axelor-account -developer: | - `action-invoice-record-draft` was replaced by `action-invoice-method-back-to-draft` diff --git a/changelogs/unreleased/86546.yml b/changelogs/unreleased/86546.yml deleted file mode 100644 index 4048bc036d5..00000000000 --- a/changelogs/unreleased/86546.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Accounting report: fixed blank values in 'Summary of gross values and depreciation' report." -module: axelor-account diff --git a/changelogs/unreleased/86560.yml b/changelogs/unreleased/86560.yml deleted file mode 100644 index 4361aac9840..00000000000 --- a/changelogs/unreleased/86560.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sale order: fixed concurrency error when adding a pack on a sale order." -module: axelor-sale diff --git a/changelogs/unreleased/86630.yml b/changelogs/unreleased/86630.yml deleted file mode 100644 index ddfd03b4ca9..00000000000 --- a/changelogs/unreleased/86630.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Partner: fixed so that customer can be converted to other partner types." -module: axelor-base diff --git a/changelogs/unreleased/86716.yml b/changelogs/unreleased/86716.yml deleted file mode 100644 index b642bf4990e..00000000000 --- a/changelogs/unreleased/86716.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sale order invoicing: fixed the missing title 'To invoice' on the corresponding column when invoicing time table lines from a sale order." -module: axelor-supplychain diff --git a/changelogs/unreleased/86717.yml b/changelogs/unreleased/86717.yml deleted file mode 100644 index 811ac930868..00000000000 --- a/changelogs/unreleased/86717.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sale order: a sale order with invoiced timetables cannot be edited anymore." -module: axelor-supplychain \ No newline at end of file diff --git a/changelogs/unreleased/86719.yml b/changelogs/unreleased/86719.yml deleted file mode 100644 index 791750e205f..00000000000 --- a/changelogs/unreleased/86719.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Timetable: timetable are now correctly updated to not invoiced when a linked credit note has been ventilated." -module: axelor-supplychain \ No newline at end of file diff --git a/changelogs/unreleased/86732.yml b/changelogs/unreleased/86732.yml deleted file mode 100644 index e8e65479353..00000000000 --- a/changelogs/unreleased/86732.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Partner link: made partners required to avoid errors." -module: axelor-base diff --git a/changelogs/unreleased/86830.yml b/changelogs/unreleased/86830.yml deleted file mode 100644 index e2c1d6f991d..00000000000 --- a/changelogs/unreleased/86830.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Expense API: fixed the error when an employee did not have a contract while creating an expense." -module: axelor-human-resource diff --git a/changelogs/unreleased/87306.yml b/changelogs/unreleased/87306.yml deleted file mode 100644 index d173bd41f6e..00000000000 --- a/changelogs/unreleased/87306.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed an issue with amount remaining being reinitialized from ventilated invoice." -module: axelor-account diff --git a/changelogs/unreleased/87762.yml b/changelogs/unreleased/87762.yml deleted file mode 100644 index 4a276f14bbd..00000000000 --- a/changelogs/unreleased/87762.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice payment: fixed an issue where payment amount wrongly reset to 0 after changing payment date two times." -module: axelor-account diff --git a/changelogs/unreleased/88116.yml b/changelogs/unreleased/88116.yml deleted file mode 100644 index 183285571ca..00000000000 --- a/changelogs/unreleased/88116.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed error when there is no product on the invoice line while budget computation." -module: axelor-budget