During a migration I have to load some 30.000 products and some 60.000 turnover records. Trying to do so using the init.xml of a module fails, propably due to timeouts or limited size of postgresql rollback space.
Is there possibility to split the import and / or force commits after 100 or 1000 records? will there be a commit after each xml file if I split the data in smaller chunks, specifying many xml files in terp.py ? (of course I can import 10 or 20 chunks via CSV manually, but thats not a general valid solution) _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
