diff --git a/base_location/company.py b/base_location/company.py index 6f52c7bd0..e90cd0422 100644 --- a/base_location/company.py +++ b/base_location/company.py @@ -43,5 +43,5 @@ class ResCompany(orm.Model): _columns = { 'better_zip_id': fields.many2one('res.better.zip', 'Location', select=1, help=('Use the city name or the zip code' - ' to search the location')), + ' to search the location')), }