Thursday, July 1, 2021

Tryton News: Newsletter for July 2021

After the release 6.0, the development has restarted. Here are some changes that already landed:

Changes for the User

We always try and automatically reconcile the oldest account move lines first.

The desktop client sets the mnemonic keys using the first letter of the label that is available on the user’s keyboard.

It is now possible to reset asset depreciations to draft if none of the moves have yet been posted.

Binary fields can now be exported or imported by CSV. The data must be encoded into base64.

We removed the unique product constraint on Bill Of Materials.

When a manual tax is added to an invoice, we now also register a tax line with the base amount for the tax reporting.

We allow warehouses to be grouped under a common view location.

The commission module gained a report that shows the commission per agent.

The web client now has accesskeys for each widget and button. They are displayed using the key combination <CTRL>+<F1>.

The statement journals can now be deactivated as the company can close its related bank account.

Changes for the System Administrator

The trytond-console command can now be started with a read-only transaction.

Changes for the Developer

We implemented the BOOL_AND and BOOL_OR SQL functions in the SQLite back-end.

We use the i18n Genshi extension to enable better translations of the gift card emails.

We added a unique constraint for the language codes.

The clients now search and get Dict keys in a single call for improved performance.

We added to res.user.warning a method to format the warning name based on a list of records.

1 post - 1 participant

Read full topic



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...