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
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
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!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
1
iun. 23
|
2094 | ||
|
1
mai 15
|
3742 | ||
|
0
mar. 15
|
4216 | ||
|
1
mar. 15
|
6935 | ||
|
2
mar. 15
|
6862 |
One of your fields is wrong? OpenERP is expecting a floating point decimal, but you provided it with something thats not a float?