From a559fa9e42bb9691774678bee8a85ab61fb5641a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Fri, 1 Sep 2023 10:43:30 +0200 Subject: [PATCH] [IMP] partner_gogocarto_export_api: add README.rst and update __manifest__.py --- partner_gogocarto_export_api/README.rst | 67 ++++++++++++++++++- partner_gogocarto_export_api/__manifest__.py | 4 +- .../readme/CONFIGURE.rst | 8 --- .../readme/CONTRIBUTORS.rst | 13 ---- .../readme/CREDITS.rst | 1 - .../readme/DESCRIPTION.rst | 6 -- 6 files changed, 68 insertions(+), 31 deletions(-) delete mode 100644 partner_gogocarto_export_api/readme/CONFIGURE.rst delete mode 100644 partner_gogocarto_export_api/readme/CONTRIBUTORS.rst delete mode 100644 partner_gogocarto_export_api/readme/CREDITS.rst delete mode 100644 partner_gogocarto_export_api/readme/DESCRIPTION.rst diff --git a/partner_gogocarto_export_api/README.rst b/partner_gogocarto_export_api/README.rst index d7f8f00..8831cdc 100644 --- a/partner_gogocarto_export_api/README.rst +++ b/partner_gogocarto_export_api/README.rst @@ -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//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 `_. 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 +* Chloé Migayrou +* Nicolas Jeudy +* Lokavaluto Teams + +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. \ No newline at end of file diff --git a/partner_gogocarto_export_api/__manifest__.py b/partner_gogocarto_export_api/__manifest__.py index bad46f4..33d593d 100644 --- a/partner_gogocarto_export_api/__manifest__.py +++ b/partner_gogocarto_export_api/__manifest__.py @@ -3,8 +3,8 @@ 'summary': '''HTTP JSON api to send partner data for Gogocarto import''', 'license': 'AGPL-3', 'author': ( - 'Lokavaluto,' - 'Odoo Community Association (OCA)' + 'Lokavaluto', + 'Elabore' ), 'website': 'https://lokavaluto.fr', 'category': 'Localization', diff --git a/partner_gogocarto_export_api/readme/CONFIGURE.rst b/partner_gogocarto_export_api/readme/CONFIGURE.rst deleted file mode 100644 index e4b039e..0000000 --- a/partner_gogocarto_export_api/readme/CONFIGURE.rst +++ /dev/null @@ -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//get_http_gogocarto_elements* in Gogocarto server import configuration (*https://video.colibris-outilslibres.org/videos/watch/c74fc469-c822-4ab8-82a7-a2555e49e576*) diff --git a/partner_gogocarto_export_api/readme/CONTRIBUTORS.rst b/partner_gogocarto_export_api/readme/CONTRIBUTORS.rst deleted file mode 100644 index 06edb80..0000000 --- a/partner_gogocarto_export_api/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,13 +0,0 @@ -* Stéphan SAINLEGER -* Chloé Migayrou -* Nicolas Jeudy -* Lokavaluto Teams - -Funders -------- - -The development of this module has been financially supported by: - -* Lokavaluto (https://lokavaluto.fr) -* Mycéliandre (https://myceliandre.fr) -* Elabore (https://elabore.coop) diff --git a/partner_gogocarto_export_api/readme/CREDITS.rst b/partner_gogocarto_export_api/readme/CREDITS.rst deleted file mode 100644 index 40a5511..0000000 --- a/partner_gogocarto_export_api/readme/CREDITS.rst +++ /dev/null @@ -1 +0,0 @@ -* Lokavaluto: `Icon ` diff --git a/partner_gogocarto_export_api/readme/DESCRIPTION.rst b/partner_gogocarto_export_api/readme/DESCRIPTION.rst deleted file mode 100644 index 0c284ca..0000000 --- a/partner_gogocarto_export_api/readme/DESCRIPTION.rst +++ /dev/null @@ -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)