Hi,
I'm in the process of moving data from Odoo 13 to Odoo 15 by using the method of exporting CSV files. After moving all products, I have noticed that the quantities are wrong.
I searched and I found that if I need to get the quantities for each product, I need to create new Inventory Adjustments and export them (if there are other methods to get the right quantities for each product please explain them to me).
My question is which fields exactly do I need to export? Because every field I map has no issue except the product field which shows the following error: No matching records found for the following name in field Product.
Note: the following are the fields I tried to export:
- Inventories/Counted Quantity
- Inventories/Product/External ID
- Inventories/Product/Display Name
- Inventories/Location/External ID
- Inventories/Location/Location Name
Thank you.