跳至内容
菜单
此问题已终结
3 回复
12662 查看

Apparently, the process for importing Quantity on Hand for products has changed, and I can't find anything that describes the new method. Anyone know how to import current stock levels into Odoo 8? In version 7, you created an inventory count record, then imported all your product quantities using the reference field from the manually created count record. This doesn't seem to work in v8.

The validation and import shows as succesfull, but when I check it's empty! ... any clue?

 

 

 

形象
丢弃
编写者 最佳答案

It's finally solved,  simply replace

__export__.product_product_...  

by column id, obtained exporting wharehouse list of products :

__export__.product_template_...

This is a sample of the succesfully imported data \http://bit.ly/odoocsv

 EDIT:

Someone asked me to record a screencast showing the process, I hope it be clear enough :) 

https://youtu.be/SrVWJJneUuo

(Recorded using Odoo 9)

形象
丢弃
最佳答案

I'm having problems too. In the past, I have done this importing without no problem at v7, but I can't make the importing anyway at v8.

I'm ussing this fields to make the importation:

Company/External ID  - Inventory Reference - Inventories/Location/External ID - Inventories/Product - Inventories/Product UOM - Inventories/Checked Quantity

The result of importation is ok, but when I access for first time to this imported inventory, I see that all imported registries are erased.

形象
丢弃
最佳答案

Helpful module https://apps.openerp.com/apps/modules/8.0/stock_inventory_import/ 

形象
丢弃