Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 383 |
Technical Name |
ms_sql_integration |
License | OPL-1 |
Website | http://www.facebook.com/fasilwdr |
Versions | 15.0 16.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 383 |
Technical Name |
ms_sql_integration |
License | OPL-1 |
Website | http://www.facebook.com/fasilwdr |
Versions | 15.0 16.0 17.0 |
Integrate SQL data to Odoo
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
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)
- Press the “TEST CONNECTION” button to verify the connection to the
SQL.
- Provide the SQL query and execute it (Run Query) to obtain sample
data as shown below
- Map the fields that need to be integrated from the data. Here are
some mapping tips to help you with the process
- 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
- If auto integration is required, you can enable it
- Process is completed
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.
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
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
This module doesn't work on Odoo.sh!
Re: This module doesn't work on Odoo.sh!
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.