Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3676 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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!

Awatar
Odrzuć
Autor

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.