From b5c78f74c90efb2f86a44cd9cca05caa5f6db8b8 Mon Sep 17 00:00:00 2001 From: Damien Bouvy Date: Tue, 5 May 2020 17:19:40 +0200 Subject: [PATCH] [IMP] google_spreadsheet: warn about timeouts --- general/auth/google_spreadsheets.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/general/auth/google_spreadsheets.rst b/general/auth/google_spreadsheets.rst index 540c378aa..bb09ebd14 100644 --- a/general/auth/google_spreadsheets.rst +++ b/general/auth/google_spreadsheets.rst @@ -51,6 +51,13 @@ Applications You have 2 different formulas of using Google Spreadsheet in Odoo: retrieve data and retrieve grouped sums. +.. warning:: + Google Drive limits the execution time of scripts; if the data you requested takes + too long to be delivered, you might get an error. There is no specific size limit, since the + time for Odoo to respond depends on several factors - although reading data regarding several + thousand records is usually fine. + + Retrieve Data -------------