By default imports are case-sensitive, i.e. if the country "Italy" is wrote "ITALY" or "italy" when importing a contact the import fails beacuse the country is not found.
Is there a setting to make the import case-insensitive ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
By default imports are case-sensitive, i.e. if the country "Italy" is wrote "ITALY" or "italy" when importing a contact the import fails beacuse the country is not found.
Is there a setting to make the import case-insensitive ?
No, this is logically not possible as long as you do not use the External ID instead of the field content of the field to be imported. For referential integrity, it is absolutely necessary to exactly match the field content of a referential field when not referencing it by its External ID, otherwise a new referential record will be created and you will end up having different "Italian" countries for all cases and typos.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 24
|
350 | ||
Import from Winbooks
Solved
|
|
3
Aug 24
|
1811 | |
|
1
Feb 24
|
1118 | ||
|
3
Oct 23
|
9059 | ||
|
3
Oct 23
|
1233 |
Hi Alessandro Fiorino,
Did you found any solution to this issue?