This question has been flagged
2 Replies
7587 Views

Hello, I'm working in Odoo V. 13 – Online Edition and I need to migrate my data into Odoo as follows:

  • Import the Quotation and Sales Order
  • Import the RFQ and Purchase Order
  • Import the Customer Invoice and Supplier Bills
  • Import the Journal Entries

All the records have a unique number (Invoice, Order Number…etc.), and those reference codes should be logged.

Avatar
Discard
Author Best Answer

What about the sequences? 

Avatar
Discard
Best Answer

Odoo has an excellent import tool that you can use. 

To import data, you need to import the mandatory fields of each table and the relational fields from other tables. for example to import sales orders you need to have products imported first. 

it is not an easy task for the data you listed. but you can start form the following link.

How to import data into Odoo

Avatar
Discard