Stéphane Bidoul (ACSONE)
edb5fb998d
[FIX] remove en.po that was erroneously created by transbot
8 years ago
Pedro M. Baeza
b4e103dae3
[FIX] base_location_geonames_import: Fix tests
8 years ago
OCA Transbot
c5e45e11e0
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
77f8cbeb1f
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
862e74446e
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
157682b459
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
504ad6a205
[FIX] base_location_geonames_import: Fix test
9 years ago
Pedro M. Baeza
90daf86a78
[IMP] base_location_geonames_import: Switch author
9 years ago
Pedro M. Baeza
c857f5fc3f
[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
684d407e6e
[FIX] base_location_geonames_import: Don't alias Warning
9 years ago
Pedro M. Baeza
d38cb6043e
[IMP] base_location_geonames_import: Make tests more efficient
9 years ago
Pedro M. Baeza
a2179a835f
[MIG] base_location_geonames_import: Initial migration to 9.0
9 years ago
OCA Transbot
75ab99080a
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
bf5a7bcca6
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
20031fa0b2
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
3887446996
OCA Transbot updated translations from Transifex
9 years ago
Iván Todorovich
819a7e8daa
OCA requirements
9 years ago
Iván Todorovich
27ec6de659
Added option to convert retreived names to Title Case.
9 years ago
OCA Transbot
2d09b75242
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
4f3f5e61a8
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
3878893f65
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
0ba1b2596c
[MIG] Make modules uninstallable
9 years ago
OCA Transbot
cd2b542077
OCA Transbot updated translations from Transifex
9 years ago
Stéphane Bidoul
53275d3126
[UPD] prefix versions with 8.0
9 years ago
OCA Transbot
5df1b51748
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
9bce676187
[IMP] base_location_geonames_import: Better README
9 years ago
Pedro M. Baeza
a7ec450021
[IMP] base_location_geonames_import: Better README
9 years ago
OCA Transbot
d88c9a8a0e
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
fb671fc43f
[IMP] base_location*: Expand authors
10 years ago
Alexandre Fayolle
84c8896bda
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
70eea50899
[FIX] base_location_geonames_import: Use self.env and recordsets
10 years ago
Pedro M. Baeza
a52694d6b2
[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
de1b5b2f16
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
c5b7f73537
[Fix] Fix it.po translation
10 years ago
Franco Tampieri
ed0aeb65ac
[Add] Add some italian translation
10 years ago
Lorenzo Battistini
49048f5da1
[FIX] missing cr uid
10 years ago
Lorenzo Battistini
9e426a0226
[IMP] using ir.config_parameter for geonames URL
10 years ago
Lorenzo Battistini
d2b123c6c2
[FIX] TypeError: unlink() got multiple values for keyword argument 'context'
10 years ago
Lorenzo Battistini
e9704254cc
[FIX] __openerp__.py PEP8
10 years ago
Lorenzo Battistini
b118c762d4
[REF] select_or_create_state
and tests
10 years ago
Lorenzo Battistini
3d16bd7fd8
[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
10 years ago
Lorenzo Battistini
df29096e03
[REF] porting to new api
10 years ago
Lorenzo Battistini
a9c203e408
[FIX] WARNING test_8 openerp.models: Cannot execute name_search, no _rec_name defined on better.zip.geonames.import
10 years ago
Alexis de Lattre
1bbca70ade
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
93f47210f7
Add a FOR UPDATE NOWAIT at the beginning of the transaction.
11 years ago
Alexis de Lattre
3dee5bbf07
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
d0e4108b01
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
58257b4321
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
7887672941
Add module base_location_geonames_import
11 years ago
Alexis de Lattre
1236d07195
Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization
11 years ago