Usually we would release the new Tryton version 7.8 in November, but this time we postpone the release. In the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we would like to introduce to you in this newsletter.
For an in depth overview of the Tryton issues please take a look at our issue tracker or see the issues and merge requests filtered by label.
Changes for the User
Sales, Purchases and Projects
We now add the attributes name to the list of products used in sale and purchase lines. Also now it is possible to filter by attributes when searching a product.
Accounting, Invoicing and Payments
Now we use the description used when exporting FEC-file in French accounting. The move description EcritureLib is not exported to the FEC-file when the move line originates from an invoice.
System Data and Configuration
We now prevent to change the party of a company once the company is created. A party now also can only be assigned to one and only one company.
New Documentation
Now we clarify the documentation about digits.
We now document the schedule task to assign shipments and productions.
New Releases
We released bug fixes for the currently maintained long term support series
7.0 and 6.0, and for the penultimate series 7.4.
Security
Please update your systems to take care of a security related bug we found last month:Changes for Implementers and Developers
Now we add support for null ordering on SQLite. The support was added in SQLite version 3.30.0.
