Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Product variant import (performance issue)
by
MoaHub, Graeme Gellatly
I did loads of work on this years ago for the old product variant.
Our largest product variant was 22,000 products and would take a very long time. 500,000 variants in all. It would go at roughly 3000 per hour. Creation and updates.I know Pedro's module as part of OdooMRP, but it really doesn't work for many use cases outside of it, especially for people who do need all the variants. OdooMRP is kind of this whole system of modules which work around other limitations, but really works best as a whole system rather than individual modules, mainly due to the Odoo function itself create_variant_ids.
I'd just start a second server, not in worker mode, on a different port so you don't hit timeouts, memory limits etc and let it go overnight. 8000 is not so many, will only take a few hours, and a lot less time than writing the csv files. Normally you can monitor the process just using top anyway and see when its done after browser timed out.
On Tue, Jan 26, 2016 at 11:53 AM, Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com> wrote:
Hello,I have to create/import one product with 8692 variants. I left the creation runs for more than hour, no success.Before I create a csv file with all the different combinations, I would like to know if you have a better suggestion.Thanks!_______________________________________________
Mailing-List: http://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe
Reference
-
Product variant import (performance issue)
byOpen Source Integrators, Maxime Chambreuil-
Re: Product variant import (performance issue)
byEska Yazilim, Levent Karakaş -
Re: Product variant import (performance issue)
byTecnativa. S. L., Pedro M. Baeza -
Re: Product variant import (performance issue)
byTecnativa. S. L., Pedro M. Baeza -
Re: Product variant import (performance issue)
byCamptocamp France SAS, Alexandre Fayolle -
Re: Product variant import (performance issue)
byTecnativa. S. L., Pedro M. Baeza -
Re: Product variant import (performance issue)
byTecnativa. S. L., Pedro M. Baeza -
Re: Product variant import (performance issue)
byTecnativa. S. L., Pedro M. Baeza
-