Search code examples
pythonodooodoo-8

Import products from MySQL data base in Odoo data base


I try to connect odoo to mysql database to import product list from mysql in odoo data base. What is the best way to do that ?

thank you!


Solution

  • For the MySQL part you should definitely go with PyMySQL. It works like a bliss and is very well documented. Regarding Odoo you might want to take a look at OdooRPC, it seems like a very straightforward way to pilot the servers using Python.