Skip to content

Odoo generic connector framework (jobs queue, asynchronous tasks, channels)

License

Notifications You must be signed in to change notification settings

zeroincombenze/connector

 
 

Repository files navigation

Zeroincombenze connector 10.0

github.com Codecov License: LGPL-3 Try Me

Overview / Panoramica

en Odoo Connector Modules

Odoo Connector is a powerful framework to develop any kind of bi-directional connector between Odoo (Open Source ERP formerly OpenERP) and any other software or service.

This Odoo add-on has a modular and generic core, with the ability to be extended with additional modules for new features or customizations.

Documentation: http://www.odoo-connector.com

it Connettori Odoo

Connettore tra Odoo e altri software.

Zeroincombenze® attualmente supporto solo il connettore VG7

Avaiable Addons / Moduli disponibili

Name / Nome Version OCA Ver. Description / Descrizione
bridge_skeleton halt no_check Core of Webkul Bridge Modules
connector halt no_check Connector
connector_base_product halt no_check Connector Base Product
connector_vg7 10.0.0.2.6 no_check Connector to/from VG7 software
connector_vg7_conai 10.0.0.1.1 no_check Bidirectional connector to/from VG7 software (CONAI plug-in)
connector_vg7_project 10.0.0.1.2 no_check Bidirectional connector to/from VG7 software (project plug-in)
ddt_to_magento_order halt no_check Set Magento Order to close when DdT is created
magento_bridge halt no_check Basic MOB
magento_openerp_stock halt no_check MOB Stock Extension

OCA comparation / Confronto con OCA

Description / Descrizione Zeroincombenze OCA Notes / Note
Coverage / Copertura test

Codecov

Codecov

Getting started / Come iniziare

Try Me

Prerequisites / Prerequisiti

  • python 2.7+ (best 2.7.5+)
  • postgresql 9.2+ (best 9.5)
  • python_plus
  • odoo_score
  • os0
  • clodoo
  • z0lib
  • unidecode

Installation / Installazione

en it

These instructions are just an example; use on Linux CentOS 7+ Ubuntu 14+ and Debian 8+

Installation is built with:

Istruzioni di esempio valide solo per distribuzioni Linux CentOS 7+, Ubuntu 14+ e Debian 8+

L'installazione è costruita con:

`Zeroincombenze Tools <https://ze roincombenze-tools.readthedocs.io/>`__
Suggested deployment is: Posizione suggerita per l'installazione:
$HOME/10.0
cd $HOME
# *** Tools installation & activation ***
# Case 1: you have not installed zeroincombenze tools
git clone https://github.com/zeroincombenze/tools.git
cd $HOME/tools
./install_tools.sh -p
source $HOME/devel/activate_tools
# Case 2: you have already installed zeroincombenze tools
cd $HOME/tools
./install_tools.sh -U
source $HOME/devel/activate_tools
# *** End of tools installation or upgrade ***
# Odoo repository installation; OCB repository must be installed
odoo_install_repository connector -b 10.0 -O zero -o $HOME/10.0
vem create $HOME/10.0/venv_odoo -O 10.0 -a "*" -DI -o $HOME/10.0

Upgrade / Aggiornamento

cd $HOME
# *** Tools installation & activation ***
# Case 1: you have not installed zeroincombenze tools
git clone https://github.com/zeroincombenze/tools.git
cd $HOME/tools
./install_tools.sh -p
source $HOME/devel/activate_tools
# Case 2: you have already installed zeroincombenze tools
cd $HOME/tools
./install_tools.sh -U
source $HOME/devel/activate_tools
# *** End of tools installation or upgrade ***
# Odoo repository upgrade
odoo_install_repository connector -b 10.0 -o $HOME/10.0 -U
vem amend $HOME/10.0/venv_odoo -o $HOME/10.0
# Adjust following statements as per your system
sudo systemctl restart odoo

Support / Supporto

Zeroincombenze This project is mainly maintained by the SHS-AV s.r.l.

Get involved / Ci mettiamo in gioco

Bug reports are welcome! You can use the issue tracker to report bugs, and/or submit pull requests on GitHub Issues.

In case of trouble, please check there if your issue has already been reported.

Proposals for enhancement

en If you have a proposal to change on oh these modules, you may want to send an email to <cc@shs-av.com> for initial feedback. An Enhancement Proposal may be submitted if your idea gains ground.

it Se hai proposte per migliorare uno dei moduli, puoi inviare una mail a <cc@shs-av.com> per un iniziale contatto.

Credits / Didascalie

Odoo is a trademark of Odoo S.A. (formerly OpenERP)


en zeroincombenze® is a trademark of SHS-AV s.r.l. which distributes and promotes ready-to-use Odoo on own cloud infrastructure. Zeroincombenze® distribution of Odoo is mainly designed to cover Italian law and markeplace.

it zeroincombenze® è un marchio registrato da SHS-AV s.r.l. che distribuisce e promuove Odoo pronto all'uso sulla propria infrastuttura. La distribuzione Zeroincombenze® è progettata per le esigenze del mercato italiano.

chat_with_us

Last Update / Ultimo aggiornamento: 2021-03-09

About

Odoo generic connector framework (jobs queue, asynchronous tasks, channels)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • HTML 1.6%
  • Other 1.2%