This question has been flagged
1 Reply
3549 Views

how to import csv datas into openerp product form

Avatar
Discard
Best Answer

Hello,

Activate the module 'base_import' and create a .csv file with your data.

Here is a list of fields you can import, they are the top row of each colum IMPORT PRODUCTS name
default_code
ean13
category
purchase_ok sale_ok hr_expense_ok
type
procure_method
supply_method
volume
weight
weight_net
product_manager company uom_id
uom_po_id
track_production
track_incoming
track_outgoing
sale_delay
produce_delay
warranty
standard_price
list_price
valuation
description description_sale description_purchase Customer Taxes Supplier Taxes
seller_ids/name seller_ids/product_name seller_ids/product_code seller_ids/min_qty seller_ids/delay seller_ids/pricelist_ids/min_quantity seller_ids/pricelist_ids/price orderpoint_ids/name orderpoint_ids/product_min_qty
orderpoint_ids/product_max_qty
orderpoint_ids/qty_multiple orderpoint_ids/product_uom

Avatar
Discard