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

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__)

Loading…
Cancel
Save