Browse Source

Correction on useless comments and missing newlines

partner_gogocarto
Stéphan Sainléger 4 years ago
committed by default
parent
commit
9eb1bf2048
  1. 5
      partner_gogocarto_export_api/__manifest__.py
  2. 1
      partner_gogocarto_export_api/models/res_config_settings.py
  3. 1
      partner_gogocarto_export_api/models/res_partner.py
  4. 2
      partner_gogocarto_export_api/readme/CONFIGURE.rst
  5. 2
      partner_gogocarto_export_api/readme/CONTRIBUTORS.rst
  6. 2
      partner_gogocarto_export_api/readme/CREDITS.rst
  7. 2
      partner_gogocarto_export_api/views/gogocarto_config_settings_view.xml
  8. 2
      partner_gogocarto_export_api/views/gogocarto_partner.xml

5
partner_gogocarto_export_api/__manifest__.py

@ -2,7 +2,10 @@
'name': 'partner_gogocarto_export_api',
'summary': '''HTTP JSON api to send partner data for Gogocarto import''',
'license': 'AGPL-3',
'author': 'Lokavaluto',
'author': (
'Lokavaluto,'
'Odoo Community Association (OCA)'
),
'website': 'https://lokavaluto.fr',
'category': 'Localization',
'version': '12.0.1.0.0',

1
partner_gogocarto_export_api/models/res_config_settings.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import logging
from ast import literal_eval
from odoo import api, fields, models

1
partner_gogocarto_export_api/models/res_partner.py

@ -1,6 +1,5 @@
from odoo import models, fields, api
from ast import literal_eval
# import datetime
import logging
_logger = logging.getLogger(__name__)

2
partner_gogocarto_export_api/readme/CONFIGURE.rst

@ -5,4 +5,4 @@ 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*)
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*)

2
partner_gogocarto_export_api/readme/CONTRIBUTORS.rst

@ -10,4 +10,4 @@ The development of this module has been financially supported by:
* Lokavaluto (https://lokavaluto.fr)
* Mycéliandre (https://myceliandre.fr)
* Elabore (https://elabore.coop)
* Elabore (https://elabore.coop)

2
partner_gogocarto_export_api/readme/CREDITS.rst

@ -1 +1 @@
* Lokavaluto: `Icon <https://lokavaluto.fr/web/image/res.company/1/logo?unique=f3db262>`
* Lokavaluto: `Icon <https://lokavaluto.fr/web/image/res.company/1/logo?unique=f3db262>`

2
partner_gogocarto_export_api/views/gogocarto_config_settings_view.xml

@ -40,4 +40,4 @@
</xpath>
</field>
</record>
</odoo>
</odoo>

2
partner_gogocarto_export_api/views/gogocarto_partner.xml

@ -11,4 +11,4 @@
</xpath>
</field>
</record>
</odoo>
</odoo>
Loading…
Cancel
Save