Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connector_infor #1

Closed
max3903 opened this issue Apr 1, 2018 · 0 comments
Closed

connector_infor #1

max3903 opened this issue Apr 1, 2018 · 0 comments
Assignees
Milestone

Comments

@max3903
Copy link
Sponsor Member

max3903 commented Apr 1, 2018

Dependency: connector
License: AGPL-3

Module description

Using Infor ION (http://infor.com), this module is meant to provide the facility to integrate Odoo with Infor. You should provide your specific integration scenario in a separate module inheriting this one.

There are 2 options to exchange data:

  1. SQL: an intermediate database supported by your version of Infor ION
  2. File: a file server supporting FTP, SFTP or any protocol supported by storage_backend

Database

The structure of the database is the one suggested by Infor with inbox and outbox tables. You can find the script to create the structure here:
IOBOX script create.zip

File

The BOD file is transferred to the file server where it is read by Infor Ion and processed.

Installation

Database

  • Setup a MySQL or MSSQL server that can be accessed by Odoo and Infor ION
  • Create a database using the script in IOBOX script create.zip
  • Create 2 users for Odoo and Infor ION and make sure they can connect to the database remotely

File

  • Setup a file server that can be accessed by Odoo and Infor ION using the selected protocol of the file storage

Configuration

  • Go to Settings > Connectors > Infor Backends
  • Create a new backend by entering all the info of the intermediate database and the message headers

Views

backend database
backend headers

@max3903 max3903 mentioned this issue Apr 1, 2018
2 tasks
@max3903 max3903 self-assigned this Apr 1, 2018
@max3903 max3903 added this to the 11.0 milestone Apr 1, 2018
@bodedra bodedra mentioned this issue May 25, 2018
4 tasks
TDu pushed a commit to camptocamp/connector-infor that referenced this issue Jul 16, 2018
Add message sql synch not implemented OVH-169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant