Installing trytond-sugarcrm module

The steps below below describe the process of installing the module on a tryton instance.

Installation from source code

Installing dependency

  1. The module depends on a python module which can be downloaded from here.

  2. The module can be downloaded as a zip or can be cloned by running

    git clone https://github.com/sugarcrm/python_webservices_library.git
    
  3. If the module is downloaded as a zip, extract the module which will give a directory.

  4. From the module directory, use the setup.py script with the command:

    python setup.py install
    

Installing tryton dependency module

  1. This module depends on another non standard tryton module party_communication.

  2. The module can be downloaded as a zip or can be cloned by running

    hg clone https://bitbucket.org/zikzakmedia/trytond-party_communication
    
  3. If the module is downloaded as a zip, extract the module which will give a directory.

  4. From the module directory, use the setup.py script with the command:

    python setup.py install
    

Installing tryton module

  1. The module source is available online and can be downloaded from here.

  2. The module can be downloaded as a zip or can be cloned by running

    git clone https://github.com/openlabs/trytond-sugarcrm.git
    
  3. If the module is downloaded as a zip, extract the module which will give a directory.

  4. From the module directory, use the setup.py script with the command:

    python setup.py install
    
  5. The command above makes the module available for use by tryton server instance in a database.

  6. The module can be installed in a tryton database by following to menu:

    Administration > Modules > Modules
  7. This should show the modules list screen as below:

    _images/modules.png
  8. Install the module as shown below:

    Step 1
    _images/install.png
    Step 2
    _images/perform.png
    Step 3
    _images/popup.png

Installation from PYPI

TODO

Configure SugarCRM account

Table Of Contents

Previous topic

Welcome to Tryton SugarCRM’s documentation!

Next topic

Configuring SugarCRM settings

This Page