Browse Source
Port base_location_geonames_import to v10
Port base_location_geonames_import to v10
Add option to put city name all upper case14.0
Alexis de Lattre
8 years ago
committed by
Pedro M. Baeza
7 changed files with 64 additions and 66 deletions
-
27base_location_geonames_import/README.rst
-
1base_location_geonames_import/__init__.py
-
6base_location_geonames_import/__manifest__.py
-
2base_location_geonames_import/tests/test_base_location_geonames_import.py
-
1base_location_geonames_import/wizard/__init__.py
-
23base_location_geonames_import/wizard/geonames_import.py
-
22base_location_geonames_import/wizard/geonames_import_view.xml
@ -1,4 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import wizard |
@ -1,4 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import geonames_import |
Write
Preview
Loading…
Cancel
Save
Reference in new issue