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
回覆
8304
瀏覽次數
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
|
2084 | ||
|
1
5月 15
|
3737 | ||
|
0
3月 15
|
4210 | ||
|
1
3月 15
|
6930 | ||
|
2
3月 15
|
6859 |
One of your fields is wrong? OpenERP is expecting a floating point decimal, but you provided it with something thats not a float?