This question has been flagged
1 Reply
2308 Views

Dear community

I'm new user for Openerp and I can't solve one simple looking task.

I would like to import my customers orders data from a CSV to Sales Orders. In csv have the basic data:

1: Name of the customer  (new and old customers)

2: Address (street, city, country)

3: Order item

4: Qty


All I need is to upload this data on a daily base. When I try downloading Sales order to use as a template, it does not contain Names or adresses, just reference for already existing data in ERP for example customer as: base.res_partner_11

Is it possible to somehow upload my simple data to process as Sales Order, without the need of separately upload each customer in another step?

Avatar
Discard
Best Answer

you can replace that column header from partner_id/id to Customer and then provide the customer names which exactly match the existing customer name. New name will not work.  hope that works.

Avatar
Discard