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:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
1
июн. 23
|
2330 | ||
|
1
мая 15
|
3961 | ||
|
0
мар. 15
|
4408 | ||
|
1
мар. 15
|
7156 | ||
|
2
мар. 15
|
7030 |
One of your fields is wrong? OpenERP is expecting a floating point decimal, but you provided it with something thats not a float?