changeset 9c6dfb74a2ad in tryton-tweet:default
details: https://hg.tryton.org/tryton-tweet?cmd=changeset&node=9c6dfb74a2ad
description:
        Add tweets from release 6.4

        issue11457
        review437071003
diffstat:

 tips |  22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r 457ea2c6531c -r 9c6dfb74a2ad tips
--- a/tips      Tue May 10 18:13:12 2022 +0200
+++ b/tips      Wed May 11 11:19:07 2022 +0200
@@ -116,3 +116,25 @@
 
 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.
+
+When entering an IBAN Tryton will automatically find or create the bank using
+its computed BIC
+
+Use the automatic option in the reconciliation wizard to reconcile all
+suggestions automatically
+
+Want to learn to create your own Tryton module?
+https://docs.tryton.org/projects/server/en/latest/tutorial/module/index.html
+
+Display messages to users when they are filling in forms with the
+on_change_notify method
+https://docs.tryton.org/projects/server/en/latest/ref/models.html#trytond.model.Model.on_change_notify
+
+For performance use validate_fields instead of validate whenever possible
+https://docs.tryton.org/projects/server/en/latest/ref/models.html#trytond.model.ModelStorage.validate_fields
+
+When defining a list/tree view make non-essential columns optional so users can
+choose whether to display them
+
+You can avoid new records being created using a particular view by setting its
+creatable attribute to false

Reply via email to