diff --git a/base_location_geonames_import/README.rst b/base_location_geonames_import/README.rst index b5dd3e775..a77e91290 100644 --- a/base_location_geonames_import/README.rst +++ b/base_location_geonames_import/README.rst @@ -60,6 +60,7 @@ Contributors * Alexis de Lattre * Lorenzo Battistini * Pedro M. Baeza +* Jose Maria Alzaga Icon ---- diff --git a/base_location_geonames_import/__manifest__.py b/base_location_geonames_import/__manifest__.py index 415c08e06..2efe2076f 100644 --- a/base_location_geonames_import/__manifest__.py +++ b/base_location_geonames_import/__manifest__.py @@ -2,11 +2,12 @@ # © 2014 Alexis de Lattre # © 2014 Lorenzo Battistini # © 2016 Pedro M. Baeza +# © 2016 Jose Maria Alzaga # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Base Location Geonames Import', - 'version': '9.0.1.0.1', + 'version': '10.0.1.0.1', 'category': 'Partner Management', 'license': 'AGPL-3', 'summary': 'Import better zip entries from Geonames', @@ -14,6 +15,7 @@ 'Agile Business Group,' 'Antiun Ingeniería S.L.,' 'Tecnativa,' + 'Aselcis Consulting,' 'Odoo Community Association (OCA)', 'website': 'http://www.akretion.com', 'depends': ['base_location'], @@ -21,5 +23,5 @@ 'data': [ 'wizard/geonames_import_view.xml', ], - 'installable': False, + 'installable': True, } diff --git a/base_location_geonames_import/wizard/geonames_import_view.xml b/base_location_geonames_import/wizard/geonames_import_view.xml index ea7a102a6..f1205b951 100644 --- a/base_location_geonames_import/wizard/geonames_import_view.xml +++ b/base_location_geonames_import/wizard/geonames_import_view.xml @@ -34,7 +34,7 @@