تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3740 أدوات العرض

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.