Skip to content

Commit

Permalink
Release 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Mar 16, 2020
1 parent 320dab6 commit c845414
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
# Changelog
## [5.2.6] - 2020-03-13
## Improvements
- Workflow: Add support to select real status fields.
- STOCK CONFIG: Add three boolean fields to configure the display of product code, price, order reference and date in stock move report
- LEAVE REQUEST: Allow sending a leave request in the past.
- Block the creation of duplicate accounts.
- HR BATCH: set email template for batch 'Email reminder for timesheets'.
- CUSTOMER INFORMATIONS: Indicate that Payment delay is in days.
- INVOICES DASHBOARD: Turnover is now calculated using both sales and assets.
- Stock Move Line: Do not allow user to remove allocated stock move line.
- ACCOUNTING REPORT: add account filter to summary and gross value report.
- STUDIO: Add panel on custom model demo data.
- QUALITY CONTROL: update the quality control report.
- CAMPAIGN: add exception message on partner and lead at invalid domain in target list.
- Accounting Config: clarifying the field lineMinBeforeLongReportGenerationMessageNumber.
- SaleOrderLine/PurchaseOrderLine: Add transient boolean field to freeze price, qty, productName.
- Ebics user: Display associated user in list view.
- MESSAGE TEMPLATE: New possibility to add an email signature from a user directly or an email account with a formula.
- EBICSPARTNER: mass update on testMode field.

## Bug Fixes
- INVOICE LINE: add grid view and form view of budgetDistributionListPanel to form.
- MANUF ORDER: fix missing form and grid view attributes for workshopStockLocation.
- Fix exception happening when a timesheet reminder batch is run.
- DEBT RECOVERY: rollback debt recovery process if to recipients is empty or not in generated message.
- Fix exception happening in sale order line form when group is empty in user.
- Stock Move Line reservation: correctly set qty requested flag when generated from a sale order line.
- Stock Move: Delete empty date field in form view.
- PROJECT: Fix NPE when generate Business project with SaleOrderTypeSelect as title.
- LEAVE REQUEST: Fix the NPE when no leave request is selected to be edited.
- SUPPLIER INVOICE: fix the problem of amount not updated in supplier invoice after use of mass invoice payment function.
- Project: Resolve issue in computation of timespent
- PROJECT: Fix NPE when generating Business project with projectGeneratorType Task by line and Task by product.
- MRP: sequence is copied when MRP is copied.
- TEAM TASK: Fixed issue on copying line from project view.
- PURCHASE ORDER REPORT: Fixed value of payment condition from PurchaseOrder's payment condition instead of using partner.
- Move: Fix exception message when saving a new record.
- SALEORDER: fixed bug causing the margins to be rounded to the unit
- CLIENT PORTAL: Take user permissions into account for TeamTask counters.
- MRP: Fixed issue when user try to copy an existing MRP record.
- PURCHASE REQUEST: translate "Purchase Request Lines" in french "Ligne de demandes d'achat".
- LOGIN: Fixed js code page redirection.
- LEAVE REQUEST: corrected error when trying to change user.
- EMPLOYEE: update the employee records in demo data so the creation process is finished.
- LEAD: removed non persistable field wrongly appearing on the form view.

## [5.2.5] - 2020-02-25
## Improvements
- STOCK RULE: add comment field.
Expand Down Expand Up @@ -450,6 +496,7 @@ In this case, the file is correctly retrieved from the bank server, but not save
- LEAVE REQUEST: Add error when leave reason has no unit.
- LEAVE REQUEST: Set duration value 0 if day planning of selected weekly planning is empty

[5.2.6]: https://github.com/axelor/axelor-open-suite/compare/v5.2.5...v5.2.6
[5.2.5]: https://github.com/axelor/axelor-open-suite/compare/v5.2.4...v5.2.5
[5.2.4]: https://github.com/axelor/axelor-open-suite/compare/v5.2.3...v5.2.4
[5.2.3]: https://github.com/axelor/axelor-open-suite/compare/v5.2.2...v5.2.3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://repository.axelor.com/nexus/public/' }
}
ext.openPlatformVersion = '5.2.5'
ext.appVersion = '5.2.5'
ext.appVersion = '5.2.6'
repositories repos
dependencies {
classpath "com.axelor:axelor-gradle:${openPlatformVersion}"
Expand Down
2 changes: 1 addition & 1 deletion modules/axelor-open-suite
Submodule axelor-open-suite updated 146 files
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ db.default.password = *****
# ~~~~~
application.name = Axelor Open Suite
application.description = Axelor Entreprise Application
application.version = 5.2.5
application.version = 5.2.6
application.author = Axelor

# link to be used with header logo
Expand Down

0 comments on commit c845414

Please sign in to comment.