update
Release of the new version 7.1 of Axelor Open Platform
The new version of the Axelor Open Platform framework is now available, also in the community edition.
Discover the list of key new features and improvements
OpenAPI: Swagger Integration
OpenAPI is now implemented and allows for the description of our APIs.
It is possible to visually access this description through an interface using Swagger, from the “About” / “API Documentation” menu.
Calendar View
● Style Customization & Dynamism
It is now possible to define a dynamic style for events in the calendar view.
The goal: to be able to, for example, distinguish between an accepted event and one that is not.
Kanban View: Collapse Pool
The Kanban view now allows you to collapse pools (groups of Kanban statuses).
You can also choose to collapse certain columns by default.
View Processor: Processing views through code
It is now possible to modify views through code.
The purpose of this feature is to allow the addition of widgets to views through Java code.
Use case: Dynamically add a button to the toolbar of forms or grid views when a print option is configured for the relevant object.
Expandable Widget: Form embedded in a Grid
It is now possible in grid views and collections within forms to open a nested form view via the expandable widget.
Tree View Widget: Form embedded in a Grid
It is now possible to display a tree structure in “panel-related” components using the tree view widget (“tree-grid”).
Password Widget: Show password
It is now possible for the user to reveal their password while typing it.
widgets
Widget: Click action in edit mode
● Phone Widget
The action of making a call from a field using the phone widget is no longer limited to read-only mode. It is now possible to initiate a call while the field is in edit mode.
● Email Widget
The action of sending an email from a field using the email widget is no longer limited to read-only mode. It is now possible to send an email while the field is in edit mode.
● URL Widget
The action of opening a URL from a field using the URL widget is no longer limited to read-only mode. It is now possible to open a URL while the field is in edit mode.