openerp import l field size limit

  • 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 out.csv file

posted on 2013-11-08 22:39  Odoo在中国  阅读(175)  评论(0编辑  收藏  举报

导航