Metadata-Version: 1.0
Name: trytond_sugarcrm
Version: 2.6.0.1dev
Summary: SugarCRM Integration
Home-page: http://openlabs.co.in/
Author: Openlabs Technologies and Consulting P Ltd.
Author-email: UNKNOWN
License: GPL-3
Download-URL: https://github.com/openlabs/trytond-sugarcrm
Description: trytond-sugarcrm
        ================
        
        Tryton integration with sugarcrm
        
        This module imports Opportunities, Accounts and Contacts from SugarCRM.
        This data is stored in following format in Tryton.
        
        * **Opportunities in `Closed Won` state** are imported as **Parties**
        
        * **Accounts related to Opportunity** are imported as **addresses**.
        
        * **Billing and Shipping addresses on each account** are imported as
          **addresses**.
        
        * **Contacts related to the Opportunity** are also imported as **addresses**.
        
        * **Any phone, fax, email or website linked to Account or Contact** are
          imported as **contact mechanisms**.
        
        * **Any documents attached to Opportunity, Account or Contact** are
          imported as **attachments**.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business
