Skip to Content
Menu

Integration - MS SQL to Odoo

by
Odoo

62.22

v 17.0 Third Party 23
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 383
Technical Name ms_sql_integration
LicenseOPL-1
Websitehttp://www.facebook.com/fasilwdr
Versions 15.0 16.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 383
Technical Name ms_sql_integration
LicenseOPL-1
Websitehttp://www.facebook.com/fasilwdr
Versions 15.0 16.0 17.0

Integrate SQL data to Odoo

Email License: OPL-1 /fasilwdr

This module help to integrate data from MS SQL to odoo

Releases

  • 17.0.1.0.3 / 16-April-24 : Binary fields can be integrated
  • 17.0.1.0.2 / 25-March-24 : Enhancement
  • 17.0.1.0.1 / 27-March-23 : First Release

Supported in

  • Odoo Enterprise On-premise
  • Odoo Community

Features

  • Integrating data from MSSQL to the Odoo
  • Including the capability to schedule regular data transfers and specify which data sets to transfer.
  • Integration Types:
    • Create: Create record forcefully
    • Create if not exist: Create a record if it does not exist in Odoo
    • Update: Update a record
    • Update & Create if not exist: Update the record if it already exists in Odoo, otherwise create a new record.

Usage

  • Settings –> SQL Integration
  • Provide credentials to connect with SQL
  • Select the model which you want to update
  • Provide domain filter to get unique value from data (for update record)
  • Select Action type (mentioned in features)
    Connection
  • Press the “TEST CONNECTION” button to verify the connection to the SQL.
    Test
  • Provide the SQL query and execute it (Run Query) to obtain sample data as shown below
    GetData
  • Map the fields that need to be integrated from the data. Here are some mapping tips to help you with the process
    Mapping
  • To make everything ready for the integration process, press the ‘MAKE IT READY’ button
  • Once everything is ready, a green badge will appear as shown in the image below. Then, press ‘RUN MANUALLY’ to manually run the integration
    Ready
  • If auto integration is required, you can enable it
    Auto
  • Process is completed
    Auto

Installation

Python libraries required:

$ pip3 install pyodbc

Extra dependencies required:

  • Install the ODBC Driver, preferably version 17.

Bug Tracker

Bugs are reporting to me directly through email. In case of trouble, help me smashing it by providing a detailed and welcomed

Authors

  • github/fasilwdr

Maintainers

This module is maintained by fasilwdr@hotmail.com.

!Fasil

Contact/Support

Email: fasilwdr@hotmail.com
WhatsApp: https://wa.me/966538952934
Facebook: https://www.facebook.com/fasilwdr
Instagram: https://www.instagram.com/fasilwdr

Need help with the configuration or want this module to have more functionalities? Please contact me.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

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 or have a question related to your purchase, please use the support page.
There are no ratings yet!
This module doesn't work on Odoo.sh!
by
Damian Ratuś
on 9/26/24, 8:36 AM


Re: This module doesn't work on Odoo.sh!
by
Fasil
on 9/26/24, 11:16 AM Author

The custom module is not compatible with Odoo.sh due to the inability to install system dependencies, such as `pyodbc`, on the platform. However, the module functions properly in Docker container environments where these dependencies can be installed.