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
9 years ago
OCA Transbot
7b7130356e
OCA Transbot updated translations from Transifex
9 years ago
Yannick Vaucher
9c2af109b6
Add tests on onchanges
9 years ago
Yannick Vaucher
bcd76a1cf1
base_location - Adapt views to 9.0
9 years ago
Yannick Vaucher
6afdbd219a
base_location - Update README.rst
9 years ago
Yannick Vaucher
83925410ee
Set base_location as installable
9 years ago
Pedro M. Baeza
eff941555c
[MIG] Make modules uninstallable
9 years ago
Stéphane Bidoul
c0d1fff07d
[UPD] prefix versions with 8.0
9 years ago
Hans Henrik Gabelgaard
61bb3b61e5
Translated to Danish
10 years ago
Pedro M. Baeza
9adf7d2ef8
[IMP] base_location*: Expand authors
10 years ago
Juan Jose Scarafia
00e38e56be
FIX Use old name_get method to compute display_name field
10 years ago
Juan Jose Scarafia
f7423f92ba
IMP Create new computed stored field 'display_name' that use zip, city, state and country in order to allow search using '%' from the m2o widget
10 years ago
Sandy Carter
26d949ab96
Add demo data
Brussels Belgium city
10 years ago
Pedro M. Baeza
83b5252424
[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
f79edd0240
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
Alejandro Santana
58a501674a
[FIX] base_location: Removed unnecesary temporary variable.
10 years ago
Alejandro Santana
0e413b32a3
[DEL] better_zip: Removed deprecated symlink better_zip pointing to base_location.
10 years ago
Alejandro Santana
0239064400
[FIX] base_location: Fix flake8 error, views naming, removing deprecated fields. Also use @api.one in onchanges. Using now spaces instead of tabs in xml files.
10 years ago