Hi,
I am importing one sales order at a time into Odoo using a CSV file. The CSV files contains one order with two order lines. The issue I have is the sequence for sales order number increments by three. Is there a way to fix this?
My CSV structure for the import of a single sales order of multiple order lines looks like this: -
project_id/id | partner_id/id | client_order_ref | date_order | order_line/product_id/id | order_line/product_uom_qty | order_line/price_unit | order_line/tax_id/id | pricelist_id/id
With the exception of non-sequential numbering, it works.
Cheers!
km
There must be some fields, by which you can identify in CSV file, that these order lines belongs to same Sales Order.
Do you have any column in csv file, whose value is unique per Sales Order?
Thanks for your feedback, Asmita. I have updated the original question with the CSV structure I am using.