Skip to Content
Menu

Migration Toolkit

by
Odoo
v 10.0 Third Party 684
Download for v 10.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name migration_odbc_import
LicenseLGPL-3
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name migration_odbc_import
LicenseLGPL-3

Description

A series of tools designed to assist in migration/synchronisation of external data

for those interested in synchronising data from popular 3rd party apps such as Google Contacts, Quickbooks Online or Mailchimp it is best to download the individual module designed for that purpose.

*NOTE* You will need to install the python package 'pyodbc' and the odbc database driver for your database to operate this module

For a basic guide on setting up the driver please consider checking out this link
https://github.com/mkleehammer/pyodbc/wiki/Drivers-and-Driver-Managers

Import via ODBC

Import data from external databases such as MySQL, Microsoft Access or even dsv files

You can also import the data on a schedule if the external database is in production and constantly gets new data

Instructions

  1. Install the odbc driver for the database you intent to conect to
  2. Allow remote access to the database if neccassary
  3. Go to Migration->Migration->ODBC Import and create a new record
  4. Click "Check Data Sources" to get a list of available driver then select a connection string template
  5. Edit the connection string with details about the database such as address, name, username, password
  6. Test the connection and when successful analyse the database
  7. Map the database tables to ORM model and the table columns to ORM fields

Auto create fields

Automatically create fields on the fly

Transform data before you import it by modifying the Select SQL, e.g. select concat(firstname,' ',lastname) as name from members

Instructions

  1. Hit edit table link on the main import wizard from
  2. You can manually create new fields using the "create and edit" option or use the auto create field link
  3. Fields are automatically selected if they have the same name as the field in the model e.g. members fax->crm.lead fax

Data Transformation

Transform data before importing

Remap values to match the equivalent Odoo values

Transform date formats to match the Odoo default date format


Supported validation rules

Char

  • Exceed max field size check

Selection

  • Check if value is one of the options in a selection field

Many2one

  • Check if value lines up with the name of one of the records

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.