From 3496517550ee1bd7e7db0b63e78aaf91ad4d8122 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 17 Aug 2017 13:39:51 +0200 Subject: [PATCH] [FIX] base_location: Don't error due to missing field parent_id field doesn't exists anymore on v9, but it's not needed any way. --- base_location/__openerp__.py | 2 +- base_location/views/partner_view.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index da6701f60..77f24ccc5 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': 'Location management (aka Better ZIP)', - 'version': '9.0.1.0.0', + 'version': '9.0.1.1.0', 'depends': ['base'], 'author': "Camptocamp," "ACYSOS S.L.," diff --git a/base_location/views/partner_view.xml b/base_location/views/partner_view.xml index ee44a73f8..47c3409fc 100644 --- a/base_location/views/partner_view.xml +++ b/base_location/views/partner_view.xml @@ -17,7 +17,8 @@ + class="o_city_state" + />