I get this error when I try to import leads from CSV.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
8292
查看
Hi,
You are trying to import data in field which is taking float type value (like 50.20) and you are trying to insert value other than float type.
Sometimes, it shows value like 50.20 into CSV but type of that value is string not a float. You may have to change formatting of that field.
Email : info@acespritech.com
Skype : acespritech
This isn't a CSV import though, just attaching a Google Doc.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
6月 23
|
2082 | ||
|
1
5月 15
|
3731 | ||
|
0
3月 15
|
4203 | ||
|
1
3月 15
|
6926 | ||
|
2
3月 15
|
6852 |
One of your fields is wrong? OpenERP is expecting a floating point decimal, but you provided it with something thats not a float?