From d56578c61ba7e56346f95678d805bb77d47da409 Mon Sep 17 00:00:00 2001 From: ale-axelor <25925065+ale-axelor@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:32:49 +0100 Subject: [PATCH] Release 7.2.32 --- CHANGELOG.md | 31 +++++++++++++++++++ changelogs/unreleased/88333.yml | 3 -- changelogs/unreleased/88524.yml | 3 -- changelogs/unreleased/89054.yml | 3 -- changelogs/unreleased/89275.yml | 3 -- changelogs/unreleased/89327.yml | 3 -- changelogs/unreleased/89452.yml | 3 -- changelogs/unreleased/89947.yml | 3 -- .../90338-revert-FEC-import-accounted.yml | 3 -- 9 files changed, 31 insertions(+), 24 deletions(-) delete mode 100644 changelogs/unreleased/88333.yml delete mode 100644 changelogs/unreleased/88524.yml delete mode 100644 changelogs/unreleased/89054.yml delete mode 100644 changelogs/unreleased/89275.yml delete mode 100644 changelogs/unreleased/89327.yml delete mode 100644 changelogs/unreleased/89452.yml delete mode 100644 changelogs/unreleased/89947.yml delete mode 100644 changelogs/unreleased/90338-revert-FEC-import-accounted.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6f560b362..9278ce00832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [7.2.32] (2025-02-06) + +### Fixes +#### Base + +* Update Axelor Open Platform to 6.1.7. +* Advanced export: fixed NPE when target field is empty on advanced export line. +* Period: fixed inconsistency when filling dates on form view. + +#### Account + +* FEC import: fixed an issue during accounting entries import where the entries were validated without any checks. +* Move: fixed description is not inherited on move lines when they are generated from mass entry lines. + +#### Business Project + +* Sale order: fixed NPE on selecting a project. + +#### Business Support + +* Project version: fixed project filter to avoid conflicts on save. + +#### Sale + +* Sale order: fixed advance payment amount during copy. + +#### Stock + +* Stock move: fixed split into 2 total net mass issue. + ## [7.2.31] (2025-01-23) ### Fixes @@ -1511,6 +1541,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.32]: https://github.com/axelor/axelor-open-suite/compare/v7.2.31...v7.2.32 [7.2.31]: https://github.com/axelor/axelor-open-suite/compare/v7.2.30...v7.2.31 [7.2.30]: https://github.com/axelor/axelor-open-suite/compare/v7.2.29...v7.2.30 [7.2.29]: https://github.com/axelor/axelor-open-suite/compare/v7.2.28...v7.2.29 diff --git a/changelogs/unreleased/88333.yml b/changelogs/unreleased/88333.yml deleted file mode 100644 index 32a4720bd1e..00000000000 --- a/changelogs/unreleased/88333.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Advanced export: fixed NPE when target field is empty on advanced export line." -module: axelor-base diff --git a/changelogs/unreleased/88524.yml b/changelogs/unreleased/88524.yml deleted file mode 100644 index 988b714aae0..00000000000 --- a/changelogs/unreleased/88524.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Project version: fixed project filter to avoid conflicts on save." -module: axelor-business-support diff --git a/changelogs/unreleased/89054.yml b/changelogs/unreleased/89054.yml deleted file mode 100644 index 493347296ee..00000000000 --- a/changelogs/unreleased/89054.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sale order: fixed NPE on selecting a project." -module: axelor-business-project diff --git a/changelogs/unreleased/89275.yml b/changelogs/unreleased/89275.yml deleted file mode 100644 index d3b80051756..00000000000 --- a/changelogs/unreleased/89275.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Period: fixed inconsistency when filling dates on form view." -module: axelor-base diff --git a/changelogs/unreleased/89327.yml b/changelogs/unreleased/89327.yml deleted file mode 100644 index 62ea1afda6e..00000000000 --- a/changelogs/unreleased/89327.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Move: fixed description is not inherited on move lines when they are generated from mass entry lines." -module: axelor-account diff --git a/changelogs/unreleased/89452.yml b/changelogs/unreleased/89452.yml deleted file mode 100644 index 8f7c669a422..00000000000 --- a/changelogs/unreleased/89452.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sale order: fixed advance payment amount during copy." -module: axelor-sale diff --git a/changelogs/unreleased/89947.yml b/changelogs/unreleased/89947.yml deleted file mode 100644 index 7804454dcf0..00000000000 --- a/changelogs/unreleased/89947.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Stock move: fixed split into 2 total net mass issue." -module: axelor-stock diff --git a/changelogs/unreleased/90338-revert-FEC-import-accounted.yml b/changelogs/unreleased/90338-revert-FEC-import-accounted.yml deleted file mode 100644 index 0996f69910e..00000000000 --- a/changelogs/unreleased/90338-revert-FEC-import-accounted.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "FEC import: fixed an issue during accounting entries import where the entries were validated without any checks." -module: axelor-account