From 7202f623b987f8239a6e49c377e8412e17983de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Open=20Net=20S=C3=A0rl?= Date: Mon, 5 Dec 2016 15:51:43 +0100 Subject: [PATCH] Change installable to True and modify parent of Localization menu --- base_location/__manifest__.py | 4 ++-- base_location/views/better_zip_view.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base_location/__manifest__.py b/base_location/__manifest__.py index 68b0ab661..cfb8f24d1 100644 --- a/base_location/__manifest__.py +++ b/base_location/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'Location management (aka Better ZIP)', 'version': '9.0.1.0.0', - 'depends': ['base'], + 'depends': ['contacts'], 'author': "Camptocamp," "ACYSOS S.L.," "Alejandro Santana," @@ -49,6 +49,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..b955f1a3c 100644 --- a/base_location/views/better_zip_view.xml +++ b/base_location/views/better_zip_view.xml @@ -62,7 +62,7 @@