Browse Source
Merge pull request #320 from akretion/10-mig-geonames-import
Merge pull request #320 from akretion/10-mig-geonames-import
Port base_location_geonames_import to v10pull/366/head
Pedro M. Baeza
8 years ago
committed by
GitHub
7 changed files with 82 additions and 66 deletions
-
27base_location_geonames_import/README.rst
-
1base_location_geonames_import/__init__.py
-
6base_location_geonames_import/__manifest__.py
-
20base_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
-
28base_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