Tryton News: Newsletter September 2025
In the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes fromour 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 theTryton issues please take a look at our issue trackeror see the issues and merge requestsfiltered by label.
Changes for the User
On duplication of documents weno longer copy the values of reference fields.
Like numbers the reference is an (external) identifier for the document.
Sales, Purchases and Projects
Now weadd a summary line for the description fieldon subscription lines.
Users may only have an order ID of the web shop to find a sale in Tryton. So we nowallow to search sales by their web shop and shop IDs.
We nowset the One-Click header to unsubscribe from marketing mailing list. These headers allow to define aPOST action to unsubscribefrom mailing lists in a way that E-Mail Clients can process an unsubscription request in the background.
Accounting, Invoicing and Payments
Now weimprove the error message on delete or modify reconciled linesand explain that they needed to be unreconciled first in order to change them.
We nowreset the accounting period when changing the company of an account move.
Now we alsoask the user for the clearing date when a payment group succeeds.
Stock, Production and Shipments
Now weclear thelot-field on stock moves when removing the productto avoid a generic domain error.
To be consistent with the format of the record name of stock moves we now alsouse the product’s record name in the record name of purchase requests.
Now wesupport the disassembly of products by utilising their bill of material. For the dismantlement of a product we can now reverse the production functionality.
As such disassembly productions are not really planned, I do not think we need to manage default BoM nor lead time.
We nowadd the fieldseffective date,companyandwarehousein the header of the production form. This way we unify the usability of the production form with other documents likeshipment.
Sometimes using the “Split”-wizard for stock moves is a mistake. So now weallow to un-split selected moves. It is no longer needed to reset the shipment to draft to restore the initial moves and possibly loose work.
User Interface
In Sao we nowlimit the file types for the image widget toimage/png,image/jpeg,image/gif,.png,.jpg,.gif,.tifand.xpm.
Now we supportshortcuts on modal dialogs like wizards in Sao.
System Data and Configuration
Now we make iteasier to delete user roles.
New Documentation
We nowupdate the documentation of thestock_splitmodule.
New Releases
We released bug fixes for the currently maintainedlong term support series
7.0and6.0, and for the penultimate series7.6and7.4.
Changes for Implementers and Developers
Now wetestbutton-methods by calling them without any recordas we
do forfields.Functiongetter.
Weno longer check thewrite accesson models used inreadonly-wizards.
Now weease the extension of invoice data for optical character recognition(OCR).
We nowtestOne2Many-function-fields to have a setter defined.
Now weallow to execute a button on multiple records in the tree viewby adding amultipleattribute to thebutton-element. Such a button will be displayed at the bottom of the three view.
1 post - 1 participant