跳至内容
菜单
此问题已终结

Hi,

Config:

  • Openerp 7.0
  • Ubuntu 12.04 x64
  • Postgresql 9.1

Problem

I have a CSV file like this :

"company1 name"
"company2 name"
...

So there's only one column.

When I try to import this in openerp web client, via the import menu, this take infinite time, either to validate or import...

After, when I've stopped the process, I've checked the log file, here's a sample (where the error appears):

Traceback (most recent call last):
  File "/opt/openerp/server/openerp/sql_db.py", line 226, in execute
    res = self._obj.execute(query, params)
IntegrityError: duplicate key value violates unique constraint "res_company_name_uniq"
DETAIL:  Key (name)=(company1 name) already exists.

I've also check with pgadmin3 ths database, and there's only one line: my own company (who was here before all this mess).

Someone can explain me why an Integrity Error is raised ?

Thanks

形象
丢弃
相关帖文 回复 查看 活动
3
7月 25
2183
1
4月 25
1635
0
2月 25
1903
2
1月 25
8635
1
10月 24
12603