From e1f8316c6fc04d89f9788ee27e698231fb746504 Mon Sep 17 00:00:00 2001 From: Jose Maria Alzaga Date: Sun, 20 Nov 2016 21:16:49 +0100 Subject: [PATCH] Fix parent menu and make module installable --- base_location_geonames_import/README.rst | 1 + base_location_geonames_import/__manifest__.py | 6 ++++-- .../wizard/geonames_import_view.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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 @@