Skip to content

Commit

Permalink
updated documentation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Jan 14, 2014
1 parent 79f71c0 commit 62accd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connector/doc/guides/bootstrap_connector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ It can be as follows (in ``connector_coffee/connector.py``)::
required=True,
ondelete='restrict'),
# fields.char because 0 is a valid coffee ID
'coffee_id': fields.char('ID in the Coffee Machine'),
'coffee_id': fields.char('ID in the Coffee Machine',
select=True),
}


Expand Down
1 change: 1 addition & 0 deletions connector/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Connectors based on the framework

* `Magento Connector <http://www.openerp-magento-connector.com>`_
* `Prestashop Connector <https://launchpad.net/prestashoperpconnect>`_
* `solerp (Solr Connector) <https://github.com/akretion/solerp>`_
* Develop easily and rapidly your own connector based on this powerful
framework and list your project on this page! Examples:

Expand Down
4 changes: 4 additions & 0 deletions connector/doc/project/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Then, my personal advice is to look at the existing connectors (`OpenERP
Magento Connector`_, `OpenERP Prestashop Connector`_). You will also probably
need to dive a bit in the framework's code.

If the connector belongs to the e-commerce domain, you may want to reuse the pieces
of the `E-Commerce Connector`_ module.

.. _naming-convention:

Naming conventions
Expand All @@ -54,3 +57,4 @@ New projects should ideally respect it.

.. _`OpenERP Magento Connector`: https://code.launchpad.net/openerp-connector-magento
.. _`OpenERP Prestashop Connector`: https://code.launchpad.net/prestashoperpconnect
.. _`E-Commerce Connector`: https://code.launchpad.net/openerp-connector-ecommerce

0 comments on commit 62accd5

Please sign in to comment.