跳至内容
菜单
此问题已终结
1 回复
3686 查看

I have created a .csv file and when I import it than it is unable to display the partner name? In my .csv file I have a partner id column and even though I give the value for a specific partner id(as present in my database) it is unable to display the partner? please help me out.

形象
丢弃
最佳答案

In my experience, I discovered that OpenErp import process from a *.csv file

is CASE sensitive

; which means that the names you want to import must exactly match the ids present into your database.

This is not a must!

Beware also that the name does not start or end with a blank caracter, as it is not easy to detect it!

形象
丢弃
编写者

The name does not start or end with a blank character in my case and even though I am providing the exact id as present in my database it is unable to display the partner name after importing the *.csv file. If u wish I can give u a sample of my *.csv file.