Pedro M. Baeza
42d56b8111
[FIX] base_location_geonames_import: Fix test
9 years ago
Pedro M. Baeza
34c570b1d3
[IMP] base_location_geonames_import: Switch author
9 years ago
Pedro M. Baeza
8e6b57f55b
[IMP] base_location_geonames_import: Convert tests to Python + switch imported country
Monaco country is very little and it allows to save some downloaded bytes plus making
a test for entries deletion
9 years ago
Pedro M. Baeza
3ed9efef6f
[FIX] base_location_geonames_import: Don't alias Warning
9 years ago
Pedro M. Baeza
278ef714f8
[IMP] base_location_geonames_import: Make tests more efficient
9 years ago
Pedro M. Baeza
729fbbba92
[MIG] base_location_geonames_import: Initial migration to 9.0
9 years ago
Iván Todorovich
7b9f585f8a
OCA requirements
9 years ago
Iván Todorovich
9efa63b5ef
Added option to convert retreived names to Title Case.
9 years ago
Pedro M. Baeza
1bad12c10c
[MIG] Make modules uninstallable
9 years ago
Stéphane Bidoul
96060cf8af
[UPD] prefix versions with 8.0
9 years ago
Pedro M. Baeza
d8f4929718
[IMP] base_location_geonames_import: Better README
9 years ago
Pedro M. Baeza
7ca3e7bee7
[IMP] base_location*: Expand authors
10 years ago
Alexandre Fayolle
7d2f75be5b
protect import of external dependencies
Odoo won't install an addon if the external dependencies are not met.
However, the python modules of the addons are imported at startup, and the
lack of an external dependency for an external addon will cause a crash,
therefore the import needs to be in a try..except block.
closes #100
10 years ago
Pedro M. Baeza
a12b7ff023
[FIX] base_location_geonames_import: Use self.env and recordsets
10 years ago
Pedro M. Baeza
9ba99da067
[IMP] base_location_geonames_import: Several improvements and added hooks
* Added Icon.
* Improve module description and extracted to README.rst.
* Pass country instead of country_id for advance comparisons.
* Allow to transform city name.
* Some code style.
* Do not remove all entries of a country, but only not found.
* Include hooks for transforming some things.
* Include spanish translation.
10 years ago
Alexandre Fayolle
0f3f6ebdaf
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Franco Tampieri
ba379a881c
[Fix] Fix it.po translation
10 years ago
Franco Tampieri
b2f1666000
[Add] Add some italian translation
10 years ago
Lorenzo Battistini
d0b1ea20c2
[FIX] missing cr uid
10 years ago
Lorenzo Battistini
97ca16d3c6
[IMP] using ir.config_parameter for geonames URL
10 years ago
Lorenzo Battistini
3353d244ff
[FIX] TypeError: unlink() got multiple values for keyword argument 'context'
11 years ago
Lorenzo Battistini
dc835e4e33
[FIX] __openerp__.py PEP8
11 years ago
Lorenzo Battistini
b6f11940e5
[REF] select_or_create_state
and tests
11 years ago
Lorenzo Battistini
9cd482393e
[IMP] removing 'FOR UPDATE NOWAIT' as ROW EXCLUSIVE lock is already acquired by DELETE and INSERT
http://www.postgresql.org/docs/9.2/static/explicit-locking.html
11 years ago
Lorenzo Battistini
2207227cf7
[REF] porting to new api
11 years ago
Lorenzo Battistini
8df4299b94
[FIX] WARNING test_8 openerp.models: Cannot execute name_search, no _rec_name defined on better.zip.geonames.import
11 years ago
Alexis de Lattre
0aae6a9ea3
Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization
11 years ago
Alexis de Lattre
a8ec08fe1d
Add a FOR UPDATE NOWAIT at the beginning of the transaction.
11 years ago
Alexis de Lattre
7b9c990ad0
Insist on the fact that the wizard deletes current better zip entries in the module description and in the wizard itself.
Better error message when the country code inside the file is wrong.
11 years ago
Alexis de Lattre
77447acdee
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
ebcab83e92
Add support for states (if states are already present in res.country.state).
Add POT file and FR translation.
11 years ago
Alexis de Lattre
fac6c7ea09
Add module base_location_geonames_import
11 years ago
Alexis de Lattre
168559fb33
Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization
11 years ago
Alexis de Lattre
bd9189f066
Add a FOR UPDATE NOWAIT at the beginning of the transaction.
11 years ago
Alexis de Lattre
11e47d6fc4
Insist on the fact that the wizard deletes current better zip entries in the module description and in the wizard itself.
Better error message when the country code inside the file is wrong.
11 years ago
Alexis de Lattre
732fe0f7b0
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
7a0aaeb28e
Add support for states (if states are already present in res.country.state).
Add POT file and FR translation.
11 years ago
Alexis de Lattre
b22bc851cc
Add module base_location_geonames_import
11 years ago
OCA Git Bot
c6c59e5a46
[ADD] setup.py
7 years ago
etobella
597dd7fa86
[MIG] base_location
7 years ago
OCA Transbot
0e6eb4b1bb
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
576477ab4b
[10.0][IMP] base_location(geonames): Add Lat/Long ( #405 )
* [IMP] base_location: Add lat & long to `better.zip`
* Add latitude and longitude columns to `better.zip`
* [IMP] base_location_geonames_import: Add lat/long
* Add support for latitude & longitude to genomes importer
8 years ago
kitcharoen poolperm
6ce2196abd
[FIX][10.0] base_location : "better_zip_ids" field set colspan="2" in state view
8 years ago
Pedro M. Baeza
2d22abc2bc
[FIX] base_location: Switch author name
8 years ago
Francesco Apruzzese
b046df78ee
[MIG] base_location: Migrated to 10.0
* Headers shortened
* Move cities management to settings
8 years ago
Pedro M. Baeza
af13b03b0c
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
3dc95dbead
[MIG] Make modules uninstallable
8 years ago
Stéphane Bidoul (ACSONE)
62b23a2e73
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
7b7130356e
OCA Transbot updated translations from Transifex
9 years ago
Yannick Vaucher
9c2af109b6
Add tests on onchanges
9 years ago