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 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’ve now added optional reference and warehouse fields to the purchase_request_quotation list view.
Accounting, Invoicing and Payments
We now allow users in the account admin group to update the invoice line descriptions in a revised invoice.
Until now a direct debit was created for each unpaid line. However, this may not be wanted when there are many payable lines. In these cases the company may want to have a single direct debit for the total amount of the payable lines. So, we’ve now introduced an option to define if a recept of a direct debit should be based on the lines or the balance.
Stock, Production and Shipments
Now we’ve extend the lot trace information by moves generated from an inventory. This way we are able to show the origin of a lot.
We removed the default planned date on supplier shipments.
User Interface
It is now possible for the users to resize the preview panel of attachments.
Now users are able to type search filters immediately after opening a screen with a search entry.
System Data and Configuration
We’ve added the following party identifiers:
- Taiwanese Tax Number
- Turkish tax identification number
- El Salvador Tax Number
- Singapore’s Unique Entity Number
- Montenegro Tax Number
- Kenya Tax Number
New Documentation
The documentations for the following modules has been improved:
- account_be
- account_asset
- account_eu
- account_deposit
- account_de_skr03
- account_fr
- notification_email module
- stock_lot
We’ve added a warning that because the database is modified in place it is important to make a backup before running an update.
We’ve migrated what were previously links to the configuration section to config-anchors like this :ref:trytond:topics-configuration
.
New Releases
We released bug fixes for the currently maintained long term support series
7.0 and 6.0, and for the current series 7.2.
Changes for the System Administrator
Now when running trytond-admin
with the --indexes
argument but without any modules to update, the indexes of all models are updated.
Changes for Implementers and Developers
We are now able to run tests with PYTHONWARNINGS="error"
to catch future issues earlier. Warnings from third-party-libraries can be ignored by the filters defined in the TEST_PYTHONWARNINGS
environment variable.