export - How to import products with price lists, warehouses, locations, vendor,...etc in Odoo 10 -


i have 2 databases. 1 have products, warehouses , related information.

i want export them , import new database. got errors when import, please check it

no matching record found external id '__export__.product_pricelist_item_7' in field 'pricelist items' between rows 2 , 10 possible values no matching record found external id '__export__.stock_location_44' in field 'production location' between rows 2 , 10 possible values no matching record found external id 'l10n_vn.1_tax_purchase_vat10' in field 'vendor taxes' between rows 2 , 10 possible values no matching record found external id '__export__.stock_location_45' in field 'inventory location' between rows 2 , 10 possible values no matching record found external id '__export__.product_product_53' in field 'products' between rows 2 , 10 possible values no matching record found external id 'l10n_vn.1_tax_sale_vat10' in field 'customer taxes' between rows 2 , 10 possible values no matching record found external id '__export__.product_supplierinfo_1' in field 'vendors' between rows 2 , 10 

no matching record found external id '__export__.product_pricelist_item_7'

this saying don't have pricelist item (line) in database you're trying import to. other errors related inventory locations, product locations, customer taxes, vendor taxes, , vendors (on product form).

before can import you're trying import, must related data database.

you can separately exporting data each appropriate menu or redoing product export , exporting more data (using plus icon on fields drill down further related records' information).


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -