#TrytonTips There are 3 options to retrieve reports: Open, E-Mail and Print
#TrytonTips Customize how to order on a field with a classmethod returning a list of SQL expression https://docs.tryton.org/projects/server/en/latest/ref/fields.html#ordering
Fields — Tryton server

Views — Tryton server

#TrytonTips The client automatically hide the relation field in One2Many widget so no need of specific view definition
#TrytonTips On the export dialog you can retrieve a URL that can be used to fetch the CSV file. It can be used on a spreadsheet to always get fresh data.
Models — Tryton server

#TrytonTips currency field on sale, purchase and invoice becomes read-only once a line is added #UXP
#TrytonTips Want to hire someone to work on #Tryton, post an announce on https://discuss.tryton.org/tag/jobs
Topics tagged jobs

Topics tagged jobs

Tryton Discussion
#TrytonTips trytond ensures XML records and database records are always in sync and immutable.
#TrytonTips You can increase logging in the JavaScript console of the browser by executing: Sao.Logger.set_level(Sao.Logging.INFO)