Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3681 Tampilan

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.

Avatar
Buang
Jawaban Terbai

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!

Avatar
Buang
Penulis

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.