From 7b9f585f8a91b9630d58f755b666a2fac0758b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Todorovich?= Date: Mon, 21 Dec 2015 21:40:56 -0300 Subject: [PATCH] OCA requirements --- base_location_geonames_import/__openerp__.py | 4 ++-- base_location_geonames_import/wizard/geonames_import.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base_location_geonames_import/__openerp__.py b/base_location_geonames_import/__openerp__.py index 33e93c607..d1eec41f9 100644 --- a/base_location_geonames_import/__openerp__.py +++ b/base_location_geonames_import/__openerp__.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # Base Location Geonames Import module for OpenERP @@ -25,7 +25,7 @@ { 'name': 'Base Location Geonames Import', - 'version': '8.0.0.2.0', + 'version': '8.0.0.3.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'summary': 'Import better zip entries from Geonames', diff --git a/base_location_geonames_import/wizard/geonames_import.py b/base_location_geonames_import/wizard/geonames_import.py index 80b90fcac..f04881c60 100644 --- a/base_location_geonames_import/wizard/geonames_import.py +++ b/base_location_geonames_import/wizard/geonames_import.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # Base Location Geonames Import module for OpenERP @@ -46,8 +46,8 @@ class BetterZipGeonamesImport(models.TransientModel): country_id = fields.Many2one('res.country', 'Country', required=True) title_case = fields.Boolean( - string='Title Case', - help='Converts retreived city and state names to Title Case.' + string='Title Case', + help='Converts retreived city and state names to Title Case.', ) @api.model