During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last LTS release 8.0. We 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
Accounting, Invoicing and Payments
We now updated the supported version of stripe from 2025-09-30.clover to 2026-03-25.dahlia.
Stock, Production and Shipments
Now we include the time-sheet costs in the production work costs.
User Interface
We now implemented a fallback on the model name when there is no name parameter is given in a Tryton URL.
No we support sending emails on chat messages and the ability to reply to them.
Modules
Now we move the account_de_skr03, account_es and account_es_sii modules to the external tryton-community project.
New Documentation
We now add a new documentation for the REST-API.
New Releases
We released bug fixes for the currently maintained long term support series
8.0, 7.0 and 6.0, and for the penultimate series 7.8 and 7.6.
Changes for the System Administrator
Now we [add a REST API](https://code.tryton.org/tryton/-/commit/44edc21632c653a7a0db8a0ee42a8631c6d10f31) for user applications. For more information, have a look at its documentation.
Changes for Implementers and Developers
We now fall back to compact syntax if RelaxNG files are not present. LXML is able to load the compact syntax in case the rnc2rng package is installed. This avoids the need to generate the RelaxNG files when developing.
