Browse Source

Fix pep8

pull/523/head
Sandy Carter 11 years ago
committed by Jairo Llopis
parent
commit
bb1425fae2
  1. 2
      base_location/company.py

2
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')),
}
Loading…
Cancel
Save