>
>
>
> OK. Based on that I changed the code to load only English in 
> setup_languages() as follows:
>     langs = Lang.find(['code', '=', 'en_US']) # Load only US English 
>     #langs = Lang.find() # Comment out Load all languages
>     print ("languagues are : ", langs)
>
>
> Now it is fast (about 3-4 mins) but I get following error in Tryton client 
> when I click say Invoices. What should I change instead to have it fast. I 
> need only one language for now. 
>
> Error
> ======
>
>
Got it! Closing trytond and restarting trytond solved the problem. Now one 
iteration takes only about 4-5 minutes instead of 40 mins ! Thanks. 
 

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/ec9eb0fc-148f-4acc-b70f-cab714d2e996%40googlegroups.com.

Reply via email to