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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
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.
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
1
Juni 23
|
2082 | ||
|
1
Mai 15
|
3736 | ||
|
0
März 15
|
4206 | ||
|
1
März 15
|
6928 | ||
|
2
März 15
|
6855 |
One of your fields is wrong? OpenERP is expecting a floating point decimal, but you provided it with something thats not a float?