Filter
Exclude
Time range
-
Near
#TrytonTips Each module has his own package to let system administrator install only what he needs #lesscodelessbug
7
#TrytonTips Create a test database out of a scenario in $HOME/db: $ TRYTOND_CONFIG= DB_NAME=test python -m doctest -f path/to/scenario.rst
1
2
41
16 Apr 2025
#TrytonTips When entering an IBAN Tryton will automatically find or create the bank using its computed BIC
2
2
73
12 Feb 2025
#TrytonTips Create a plugin for client, just drop the module in the directory and define a method get_plugins returning the methods
1
2
53
29 Jan 2025
#TrytonTips You can update any lines inside a One2Many via on_change calls because even non-saved lines have id
1
2
59
25 Dec 2024
#TrytonTips Customize how to order on a field with a classmethod returning a list of SQL expression docs.tryton.org/projects/ser… example: hg.tryton.org/modules/party/…

2
2
88
11 Dec 2024
#TrytonTips When you delete/remove a line in a One2Many or Many2Many widget, the line stays crossed out to allow you to undo the deletion until you save the record
2
3
72
#TrytonTips Thanks to the workflow engine when un-reconcile lines, invoices go back to state open
2
62
24 Jul 2024
#TrytonTips trytond read only once a record from database thanks to the shared cache by transaction
1
61
#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.
1
3
83
13 Mar 2024
#TrytonTips Each module has his own package to let system administrator install only what he needs #lesscodelessbug
1
2
84
20 Dec 2023
#TrytonTips on_change can add/update/delete lines in On2Many recursively
3
74
#TrytonTips trytond read only once a record from database thanks to the shared cache by transaction
1
2
112
#TrytonTips Use widget many2many on One2Many & vice versa. many2many replaces create/delete by add/remove, one2many can have both with add_remove
2
89
14 Dec 2022
#TrytonTips Each module has his own repository and package to let developer install only what he needs #lesscodelessbug
4
#TrytonTips Install unaccent function on your database to get search performed without accent
1
2
16 Nov 2022
#TrytonTips There are 3 options to retrieve reports: Open, E-Mail and Print
1
19 Oct 2022
#TrytonTips You can avoid new records being created using a particular view by setting its creatable attribute to false
1
14 Sep 2022
#TrytonTips There is an option in client that makes it save the expanded state of any tree view
1
1