I have exported my inventory to update some items such as cost. When I reimport it it created duplicate part numbers. Fortunately I tried it on a test db first. How can I get the db to update existing parts (unique internal reference number) and not create duplicates.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
1408
Vistas
In the comments
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
jul 25
|
880 | ||
|
0
feb 25
|
905 | ||
|
1
feb 24
|
1813 | ||
|
1
ene 24
|
1336 | ||
|
0
ago 23
|
1346 |
If all I do is export then reimport the same file with no changes I get this error as well:
Unknown error during import: <class 'binascii.Error'>: Incorrect padding at row 2 (Channel, Stiffner FC510-LT)
Resolve other errors first
There are no other errors.
Second Update It is not updating because I did not set the ID field, just the Internal reference. I do not see where to display the ID field either on the form nor in studio to add it. How an I add the ID field to the forms?
3rd Update Solved: You have to add the ID column in the list view before exporting using studio. That way the ID gets exported so it has a reference on the import.