This question has been flagged
1 Reply
6757 Views

Depending on the complexity and length of documents that I wish to import, I am often left with the system not managing to carry out the import.
It seems a time-out stops the import.
While I could expect that for imports that represents big numbers of lines, i find that when importing bill of materials for only 2000 lines, the system cannot handle this. Dividing the document into smaller parts may sometimes resolve the solution.
The fields i am importing are:

company_id/id

name

product_id

product_qty

product_uom/id

type

bom_lines/product_id

bom_lines/product_qty

bom_lines/product_uom

bom_lines/type

bom_lines/company_id

bom_lines/product_efficiency

What exactly defines the timeout? While it is possible to modify the timeout delay, is it known in what cases imports can be more problematic?
Thanks!

Avatar
Discard
Best Answer

In your openerp-server.conf try to increase the value for limit_time_real (the default value is 120), change it to 240 or more...

Avatar
Discard