#TrytonTips
#TrytonTips Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests
September 23, 2026 at 2:41 PM
#TrytonTips Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests
September 23, 2026 at 2:41 PM
#TrytonTips Use the automatic option in the reconciliation wizard to reconcile all suggestions automatically
November 17, 2024 at 1:05 PM
February 26, 2025 at 3:26 PM
#TrytonTips Create a plugin for client, just drop the module in the directory and define a method get_plugins returning the methods
February 12, 2025 at 3:29 PM
#TrytonTips Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests
November 20, 2024 at 3:28 PM
#TrytonTips Extending view can depend on any context values using a Python expression in the domain field https://trytond.readthedocs.org/en/latest/topics/views/extension.html#extending-view
November 27, 2024 at 3:13 PM
#TrytonTips When entering an IBAN Tryton will automatically find or create the bank using its computed BIC
September 16, 2026 at 2:41 PM
#TrytonTips When entering an IBAN Tryton will automatically find or create the bank using its computed BIC
September 16, 2026 at 2:41 PM
September 9, 2026 at 2:41 PM
Module Tutorial — Tryton server
docs.tryton.org
September 9, 2026 at 2:41 PM
#TrytonTips Create a plugin for client, just drop the module in the directory and define a method get_plugins returning the methods
September 2, 2026 at 2:41 PM
#TrytonTips Create a plugin for client, just drop the module in the directory and define a method get_plugins returning the methods
September 2, 2026 at 2:41 PM
#TrytonTips You can increase logging in the desktop client by starting with '-v' option
August 26, 2026 at 2:21 PM
#TrytonTips You can increase logging in the desktop client by starting with '-v' option
August 26, 2026 at 2:22 PM
#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
August 19, 2026 at 2:21 PM
#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
August 19, 2026 at 2:21 PM
#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
August 12, 2026 at 2:39 PM
#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
August 12, 2026 at 2:39 PM
#TrytonTips Tree views are editable and drag and drop is also supported inside the tree
August 5, 2026 at 2:39 PM
#TrytonTips It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file
July 29, 2026 at 2:09 PM
#TrytonTips It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file
July 29, 2026 at 2:06 PM
#TrytonTips You can avoid new records being created using a particular view by setting its creatable attribute to false
July 22, 2026 at 2:40 PM
#TrytonTips You can avoid new records being created using a particular view by setting its creatable attribute to false
July 22, 2026 at 2:40 PM
#TrytonTips It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file
July 15, 2026 at 2:40 PM