Reputation: 1364
Tried the following solutions
Upvotes: 1
Views: 865
Reputation: 240
The quantity on hand value is not in the same table as product templates and product variants.
Only solution is to perform two separate imports:
1- Import product templates and variants
2- Import an Inventory Adjustment
For second step import the file with fields (
- Inventories/Checked Quantity (Quantity on hand)
- line_ids/location_id/id (default value for all rows stock.stock_location_stock)
- Inventories/Product (Product name)
- Inventory Reference (Product name)
)
After import click on validate and save the file then click on the latest inventory item --> validate inventory
Upvotes: 1