OpenErp 6 gtk client: import purchase order lines

I am currently in the process of entering purchase order lines in open erp format.

Unfortunately, I have many lines to add on openerp 6 gtk, so I'm trying to import an option.

First, I did a csv export with a field product identifier, product code, quantity. but he gives me a message:

Following columns cannot be exported since you select import compatible. Order lines/product_id Order lines/product_qty 

Thank you for your help.

+7
openerp
source share
1 answer

Tested with the addition of field names instead of import, not export file.

product_id is a multi-tenant relationship. So rather export the product identifier, export its name.

Here is detailed information about the export-export csv file.

+2
source share

All Articles