[IMP] partner_gogocarto_export_api: add README.rst
and update __manifest__.py
This commit is contained in:
@@ -1 +1,66 @@
|
|||||||
This file is going to be generated by oca-gen-addon-readme.
|
============================
|
||||||
|
partner_gogocarto_export_api
|
||||||
|
============================
|
||||||
|
|
||||||
|
Gogocarto Export module, to export the partner data needed for a Gogocarto map.
|
||||||
|
|
||||||
|
This module allow the users to decide:
|
||||||
|
|
||||||
|
* the partners to be exported
|
||||||
|
* the fields exported for each partner (*name*, *partner_longitude* and *partner_lattitude* automatically exported)
|
||||||
|
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
|
||||||
|
Use Odoo normal module installation procedure to install
|
||||||
|
``partner_gogocarto_export_api``, all dependencies will be installed by default.
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
=============
|
||||||
|
|
||||||
|
To export partners data:
|
||||||
|
|
||||||
|
#. Set the fields you want to export in Settings / Gogocarto.
|
||||||
|
#. Check the field *"Export to Gogocarto"* in the partner form view.
|
||||||
|
|
||||||
|
And use the link *https://yourodoo.com/web/<company_id>/get_http_gogocarto_elements* in Gogocarto server import configuration (*https://video.colibris-outilslibres.org/videos/watch/c74fc469-c822-4ab8-82a7-a2555e49e576*)
|
||||||
|
|
||||||
|
|
||||||
|
Known issues / Roadmap
|
||||||
|
======================
|
||||||
|
|
||||||
|
None yet.
|
||||||
|
|
||||||
|
Bug Tracker
|
||||||
|
===========
|
||||||
|
|
||||||
|
Bugs are tracked on `our issues website <https://github.com/elabore-coop/partner-tools/issues>`_. In case of
|
||||||
|
trouble, please check there if your issue has already been
|
||||||
|
reported. If you spotted it first, help us smashing it by providing a
|
||||||
|
detailed and welcomed feedback.
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
------------
|
||||||
|
|
||||||
|
* Stéphan SAINLEGER <https://github.com/stephansainleger>
|
||||||
|
* Chloé Migayrou <https://github.com/MigayrouChloe>
|
||||||
|
* Nicolas Jeudy <https://github.com/njeudy>
|
||||||
|
* Lokavaluto Teams <https://lokavaluto.fr>
|
||||||
|
|
||||||
|
Funders
|
||||||
|
-------
|
||||||
|
|
||||||
|
The development of this module has been financially supported by:
|
||||||
|
* Lokavaluto (https://lokavaluto.fr)
|
||||||
|
* Mycéliandre (https://myceliandre.fr)
|
||||||
|
* Elabore (https://elabore.coop)
|
||||||
|
|
||||||
|
|
||||||
|
Maintainer
|
||||||
|
----------
|
||||||
|
|
||||||
|
This module is maintained by Elabore and Lokavaluto.
|
@@ -3,8 +3,8 @@
|
|||||||
'summary': '''HTTP JSON api to send partner data for Gogocarto import''',
|
'summary': '''HTTP JSON api to send partner data for Gogocarto import''',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': (
|
'author': (
|
||||||
'Lokavaluto,'
|
'Lokavaluto',
|
||||||
'Odoo Community Association (OCA)'
|
'Elabore'
|
||||||
),
|
),
|
||||||
'website': 'https://lokavaluto.fr',
|
'website': 'https://lokavaluto.fr',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
Just install partner_gogocarto_export_api, all dependencies will be installed by default.
|
|
||||||
|
|
||||||
To export partners data:
|
|
||||||
|
|
||||||
#. Set the fields you want to export in Settings / Gogocarto.
|
|
||||||
#. Check the field *"In Gogocarto"* in the partner form view.
|
|
||||||
|
|
||||||
And use the link *https://yourodoo.com/web/<company_id>/get_http_gogocarto_elements* in Gogocarto server import configuration (*https://video.colibris-outilslibres.org/videos/watch/c74fc469-c822-4ab8-82a7-a2555e49e576*)
|
|
@@ -1,13 +0,0 @@
|
|||||||
* Stéphan SAINLEGER <https://github.com/stephansainleger>
|
|
||||||
* Chloé Migayrou <https://github.com/MigayrouChloe>
|
|
||||||
* Nicolas Jeudy <https://github.com/njeudy>
|
|
||||||
* Lokavaluto Teams <https://lokavaluto.fr>
|
|
||||||
|
|
||||||
Funders
|
|
||||||
-------
|
|
||||||
|
|
||||||
The development of this module has been financially supported by:
|
|
||||||
|
|
||||||
* Lokavaluto (https://lokavaluto.fr)
|
|
||||||
* Mycéliandre (https://myceliandre.fr)
|
|
||||||
* Elabore (https://elabore.coop)
|
|
@@ -1 +0,0 @@
|
|||||||
* Lokavaluto: `Icon <https://lokavaluto.fr/web/image/res.company/1/logo?unique=f3db262>`
|
|
@@ -1,6 +0,0 @@
|
|||||||
Gogocarto Export module, to export the partner data needed for a Gogocarto map.
|
|
||||||
|
|
||||||
This module allow the users to decide:
|
|
||||||
|
|
||||||
* the partner to be exported
|
|
||||||
* the fields exported for each partner (*name*, *partner_longitude* and *partner_lattitude* automatically exported)
|
|
Reference in New Issue
Block a user