Hi,
The main changes in the 6 version are
1. The on_ext_request event is deprecated though it is supported. It is replaced by on_request event.
This event gives full control over requests received by a server and makes it possible to
implement, for example, saml registration.
2. The processing of data requests is enhanced. On_before_open and on_after_open, and
on_before_apply and on_after_apply events are introduced.
3. The new type of details, based on lookup fields, is introduced.
For example, Invoices has a customer lookup field from the Customers catalog.
In this case a detail Invoices of master Customers could be created in the App Builder, that
will display invoices that a customer has.
3. Reports code is rewritten, the image fields can now be printed.
4 The DB support is improved, pyodbc is supported for MSSQL and mysql.connector for MySQL.
Regards,
Andrew Yushev