changeset 2a715d73083a in tryton-tweet:default details: https://hg.tryton.org/tryton-tweet?cmd=changeset;node=2a715d73083a description: Add tip about CSV export URL diffstat:
tips | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (10 lines): diff -r 6163b9717e7c -r 2a715d73083a tips --- a/tips Wed Jul 22 08:51:34 2020 +0200 +++ b/tips Wed Feb 03 19:32:43 2021 +0100 @@ -113,3 +113,6 @@ $ TRYTOND_CONFIG= DB_NAME=test python -m doctest -f path/to/scenario.rst Install unaccent function on your database to get search performed without accent + +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.
