|
@ -1,4 +1,4 @@ |
|
|
# -*- encoding: utf-8 -*- |
|
|
|
|
|
|
|
|
# -*- coding: utf-8 -*- |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
# |
|
|
# |
|
|
# Base Location Geonames Import module for OpenERP |
|
|
# Base Location Geonames Import module for OpenERP |
|
@ -47,7 +47,7 @@ class BetterZipGeonamesImport(models.TransientModel): |
|
|
country_id = fields.Many2one('res.country', 'Country', required=True) |
|
|
country_id = fields.Many2one('res.country', 'Country', required=True) |
|
|
title_case = fields.Boolean( |
|
|
title_case = fields.Boolean( |
|
|
string='Title Case', |
|
|
string='Title Case', |
|
|
help='Converts retreived city and state names to Title Case.' |
|
|
|
|
|
|
|
|
help='Converts retreived city and state names to Title Case.', |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
@api.model |
|
|
@api.model |
|
|