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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
1382
Zobrazení
In the comments
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
čvc 25
|
834 | ||
|
0
úno 25
|
876 | ||
|
1
úno 24
|
1779 | ||
|
1
led 24
|
1309 | ||
|
0
srp 23
|
1332 |
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.