This is a noob question: How can I export more than 1000 records via the tryton client at once?
I installed trytond_country and also imported the zip codes for FR, GB, DE.
I created a country search (for FR, GB, DE) and switched to the related ZIP which showed the first 1000 records of the 95K records.
How can I (a user) export all these 95K records via the ‘Export Data’ tool? Or is the export limited to the maximal row settings of the client?
You can increase the rows client limit in the application menu (the Tryton icon on top-left corner).
But I do not recommend you to increase it for getting the 95K records at once due to performance issues.
Exports should work as passthrough - no representation needed in the client - it makes sense to only render 1000 or so rows. But as I can see… only the selected rows will be exported. If only 1000 rows (or as set in preferences) can be selected in the client, it won’t be possible to export more. Except you add checkbox or something that says: Export all found records (instead of selected). I don’t know tryton well enough to know how to “solve” this issue.
Thanks for your thoughts,
Marco
The export dialog build the export URL and if you choose the “Listed Records” as export, there is a “Ignore search limit” checkbox that can be activated.