Metadata-Version: 2.0
Name: odoo8-addon-customize-example
Version: 8.0.1.0.0.99.dev6
Summary: Magento Connector Customization Example
Home-page: UNKNOWN
Author: Camptocamp,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Requires-Dist: odoo (<9.0a,>=8.0a)
Requires-Dist: odoo8-addon-magentoerpconnect
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

Magento Connector Customization Example
=======================================

When you want to customize the Magento connector, you will need to
create a module such as this one.  You will create a new version of
backend on which you will register all your new ``ConnectorUnit``
classes.

Example of customizations in this module:

* mappings


