# If True, the Python modules inside the openerp namespace are made available# without the 'openerp.' prefix. E.g. openerp.osv.osv and osv.osv refer to the# same module.# Introduced around 2011.02.open_openerp_namespace = True…
modify the file addons/base_import/models.py add the following line at the very begining of the _convert_import_data function : csv.field_size_limit(2097152) delete the file addons/base_import/models.pyc restart your server redo the import of your ou…