diff --git a/CHANGELOG.md b/CHANGELOG.md index 6640010daec..8001a29bb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [7.2.25] (2024-10-31) + +### Fixes +#### Base + +* Sequence: fixed draft prefix when checking for the draft sequence number. + +#### Account + +* Accounting cut off batch: fixed wrong analytic distribution and axis on generated moves. +* Partner: fixed automatic account creation when partner is prospect based on 'Automatic partner account creation mode' in account config. +* Invoice: fixed an issue where too much memory could be used when displaying customer invoice lines. +* Invoice/Move: recompute currency rate of movelines after invoice ventilation. + +#### CRM + +* Opportunity: fixed filter on contact domain. + +#### Human Resource + +* Expense: fixed an issue preventing to go to reimbursed status with a payment mode generating a bank order. + +#### Purchase + +* Purchase order: fixed error on purchase order merge wizard. + +#### Supply Chain + +* Invoice: fixed invoice line price generated from stock move with different unit. + ## [7.2.24] (2024-10-17) ### Fixes @@ -1244,6 +1274,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.25]: https://github.com/axelor/axelor-open-suite/compare/v7.2.24...v7.2.25 [7.2.24]: https://github.com/axelor/axelor-open-suite/compare/v7.2.23...v7.2.24 [7.2.23]: https://github.com/axelor/axelor-open-suite/compare/v7.2.22...v7.2.23 [7.2.22]: https://github.com/axelor/axelor-open-suite/compare/v7.2.21...v7.2.22 diff --git a/changelogs/unreleased/84823.yml b/changelogs/unreleased/84823.yml deleted file mode 100644 index 7c4b1517da7..00000000000 --- a/changelogs/unreleased/84823.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Accounting cut off batch: fixed wrong analytic distribution and axis on generated moves." -module: axelor-account diff --git a/changelogs/unreleased/84938.yml b/changelogs/unreleased/84938.yml deleted file mode 100644 index 6a6ee3bbaa7..00000000000 --- a/changelogs/unreleased/84938.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Invoice/Move: recompute currency rate of movelines after invoice ventilation." -module: axelor-account diff --git a/changelogs/unreleased/85303.yml b/changelogs/unreleased/85303.yml deleted file mode 100644 index b517cc3826b..00000000000 --- a/changelogs/unreleased/85303.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed invoice line price generated from stock move with different unit." -module: axelor-supplychain diff --git a/changelogs/unreleased/85304.yml b/changelogs/unreleased/85304.yml deleted file mode 100644 index 92ed12040fe..00000000000 --- a/changelogs/unreleased/85304.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Partner: fixed automatic account creation when partner is prospect based on 'Automatic partner account creation mode' in account config." -module: axelor-account diff --git a/changelogs/unreleased/85448.yml b/changelogs/unreleased/85448.yml deleted file mode 100644 index 7ef14cb8d4b..00000000000 --- a/changelogs/unreleased/85448.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Purchase order: fixed error on purchase order merge wizard." -module: axelor-purchase diff --git a/changelogs/unreleased/85555.yml b/changelogs/unreleased/85555.yml deleted file mode 100644 index e76623b05f2..00000000000 --- a/changelogs/unreleased/85555.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Opportunity: fixed filter on contact domain." -module: axelor-crm diff --git a/changelogs/unreleased/85577.yml b/changelogs/unreleased/85577.yml deleted file mode 100644 index 95ec39e4125..00000000000 --- a/changelogs/unreleased/85577.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed an issue where too much memory could be used when displaying customer invoice lines." -module: axelor-account diff --git a/changelogs/unreleased/85807.yml b/changelogs/unreleased/85807.yml deleted file mode 100644 index f530ccda427..00000000000 --- a/changelogs/unreleased/85807.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Sequence: fixed draft prefix when checking for the draft sequence number." -module: axelor-base diff --git a/changelogs/unreleased/86105.yml b/changelogs/unreleased/86105.yml deleted file mode 100644 index a65fcd220c3..00000000000 --- a/changelogs/unreleased/86105.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Expense: fixed an issue preventing to go to reimbursed status with a payment mode generating a bank order." -module: axelor-human-resource \ No newline at end of file