From d08295eb47343aa22d987041d8bd1e6c677f02b2 Mon Sep 17 00:00:00 2001 From: Jose Maria Alzaga Date: Sun, 20 Nov 2016 21:10:50 +0100 Subject: [PATCH] Fix parent menu and make module installable --- base_location/README.rst | 1 + base_location/__manifest__.py | 7 +++++-- base_location/views/better_zip_view.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/base_location/README.rst b/base_location/README.rst index d3434c556..dfaaee9d9 100644 --- a/base_location/README.rst +++ b/base_location/README.rst @@ -42,6 +42,7 @@ Contributors * Alejandro Santana * Sandy Carter * Yannick Vaucher +* Jose Maria Alzaga Icon ---- diff --git a/base_location/__manifest__.py b/base_location/__manifest__.py index 68b0ab661..5648710cb 100644 --- a/base_location/__manifest__.py +++ b/base_location/__manifest__.py @@ -5,6 +5,7 @@ # Contributor: Pedro Manuel Baeza # Ignacio Ibeas # Alejandro Santana +# Jose Maria Alzaga # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -22,12 +23,13 @@ ############################################################################## { 'name': 'Location management (aka Better ZIP)', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.1', 'depends': ['base'], 'author': "Camptocamp," "ACYSOS S.L.," "Alejandro Santana," "Serv. Tecnol. Avanzados - Pedro M. Baeza," + "Aselcis Consulting," "Odoo Community Association (OCA)", 'license': "AGPL-3", 'contributors': [ @@ -37,6 +39,7 @@ 'Alejandro Santana ', 'Sandy Carter ', 'Yannick Vaucher ', + 'Jose Maria Alzaga ', ], 'summary': '''Enhanced zip/npa management system''', 'website': 'http://www.camptocamp.com', @@ -49,6 +52,6 @@ 'demo': [ 'demo/better_zip.xml', ], - 'installable': False, + 'installable': True, 'auto_install': False, } diff --git a/base_location/views/better_zip_view.xml b/base_location/views/better_zip_view.xml index cfe13bc52..ac4f120ea 100644 --- a/base_location/views/better_zip_view.xml +++ b/base_location/views/better_zip_view.xml @@ -62,7 +62,7 @@