diff --git a/CHANGELOG.md b/CHANGELOG.md index 384c6a5c1f0..5bd077985dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [7.1.30] (2024-09-19) + +### Fixes +#### Base + +* Partner: fixed convert contact into individual partner error when address is null. +* 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.1.29] (2024-09-05) ### Fixes @@ -1359,6 +1380,7 @@ it will use the OSRM API by default. * Simplified moves: removed in favor of mass entry. +[7.1.30]: https://github.com/axelor/axelor-open-suite/compare/v7.1.29...v7.1.30 [7.1.29]: https://github.com/axelor/axelor-open-suite/compare/v7.1.28...v7.1.29 [7.1.28]: https://github.com/axelor/axelor-open-suite/compare/v7.1.27...v7.1.28 [7.1.27]: https://github.com/axelor/axelor-open-suite/compare/v7.1.26...v7.1.27 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/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