To facilitate the migration of master data from OpenERP 7 to Odoo 16, a custom module named OpenERP 7 Data Import
has been created. This module functions by establishing a connection with the legacy OpenERP 7 database and transferring the data accordingly into the new Odoo 16.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Before proceeding ensure you have made basic Odoo configurations as mentioned here |
Step 1: Verifying the connectivity of OpenERP 7 Database
...
UoM Category Migration
UoM Migration
Product Category Migration
Product Migration
Product Update Inactive Products
Supplier Migration
Customer Migration
Note: For supplier and customer migration a user input is needed to specify the range of ids to be migrated. This has been done to avoid out of memory errors in large implementations. The starting ID and ending ID should be given in thePython Code
tab of the job window. We recommend going with 20000 increments for each cycle.
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Next Step: Once you have completed the masterdata import process, now go back to the parent page here and continue with other metadata import from here. |