Hi
I'm developing a module importing data into a thread,Following this line I have an exception :
Unable to use a closed cursor
self.env['product.product'].search([('default_code', '=', internalRef)])
but if i don't use thread I have no exception
thanks a lot
Please show us some more of the code, it looks like the problem is on another line? :)