From 70d091af8c8a9771787037a7540f87565aac6971 Mon Sep 17 00:00:00 2001 From: ale-axelor <25925065+ale-axelor@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:08:07 +0200 Subject: [PATCH] Release 7.2.22 --- CHANGELOG.md | 23 +++++++++++++++++++ changelogs/unreleased/81656.yml | 3 --- changelogs/unreleased/81723.yml | 3 --- .../82047-fixed-translation-conflict.yml | 3 --- changelogs/unreleased/83236.yml | 3 --- changelogs/unreleased/83347.yml | 3 --- changelogs/unreleased/83511.yml | 3 --- changelogs/unreleased/83680.yml | 3 --- 8 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 changelogs/unreleased/81656.yml delete mode 100644 changelogs/unreleased/81723.yml delete mode 100644 changelogs/unreleased/82047-fixed-translation-conflict.yml delete mode 100644 changelogs/unreleased/83236.yml delete mode 100644 changelogs/unreleased/83347.yml delete mode 100644 changelogs/unreleased/83511.yml delete mode 100644 changelogs/unreleased/83680.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 03aa2e876d1..56318acc8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [7.2.22] (2024-09-19) + +### Fixes +#### Base + +* Partner: fixed convert contact into individual partner error when address is null. +* Advanced export: fix export when multiple fields contain same sub path. +* Request: fixed french translation for 'Request'. + +#### Account + +* CutOff/Analytic: fixed cut off batch when using analytic on credit move line. + +#### Business Project + +* Project: prevented an error during project totals computation when parent task had no time unit. +* Project: prevented an error during project totals computation when spent time percentages were too low. + +#### CRM + +* CRM: added missing action for 'Calls monitoring' dashboard. + ## [7.2.21] (2024-09-05) ### Fixes @@ -1150,6 +1172,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.22]: https://github.com/axelor/axelor-open-suite/compare/v7.2.21...v7.2.22 [7.2.21]: https://github.com/axelor/axelor-open-suite/compare/v7.2.20...v7.2.21 [7.2.20]: https://github.com/axelor/axelor-open-suite/compare/v7.2.19...v7.2.20 [7.2.19]: https://github.com/axelor/axelor-open-suite/compare/v7.2.18...v7.2.19 diff --git a/changelogs/unreleased/81656.yml b/changelogs/unreleased/81656.yml deleted file mode 100644 index d081635398f..00000000000 --- a/changelogs/unreleased/81656.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "CRM: added missing action for 'Calls monitoring' dashboard." -module: axelor-crm diff --git a/changelogs/unreleased/81723.yml b/changelogs/unreleased/81723.yml deleted file mode 100644 index f367c97c870..00000000000 --- a/changelogs/unreleased/81723.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "CutOff/Analytic: fixed cut off batch when using analytic on credit move line." -module: axelor-account diff --git a/changelogs/unreleased/82047-fixed-translation-conflict.yml b/changelogs/unreleased/82047-fixed-translation-conflict.yml deleted file mode 100644 index fc5418a7c4a..00000000000 --- a/changelogs/unreleased/82047-fixed-translation-conflict.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Request: fixed french translation for 'Request'." -module: axelor-base diff --git a/changelogs/unreleased/83236.yml b/changelogs/unreleased/83236.yml deleted file mode 100644 index eabdc7b79b8..00000000000 --- a/changelogs/unreleased/83236.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Partner: fixed convert contact into individual partner error when address is null." -module: axelor-base diff --git a/changelogs/unreleased/83347.yml b/changelogs/unreleased/83347.yml deleted file mode 100644 index 901f71a902a..00000000000 --- a/changelogs/unreleased/83347.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Project: prevented an error during project totals computation when parent task had no time unit." -module: axelor-business-project diff --git a/changelogs/unreleased/83511.yml b/changelogs/unreleased/83511.yml deleted file mode 100644 index 745a8148a1e..00000000000 --- a/changelogs/unreleased/83511.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Advanced export: fix export when multiple fields contain same sub path." -module: axelor-base diff --git a/changelogs/unreleased/83680.yml b/changelogs/unreleased/83680.yml deleted file mode 100644 index c4af6eddfc6..00000000000 --- a/changelogs/unreleased/83680.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Project: prevented an error during project totals computation when spent time percentages were too low." -module: axelor-business-project