Yannick Vaucher
362a2e455a
Add missing default oca icons
10 years ago
Matjaž Mozetič
ee60e59d3f
Translations and templates sync
10 years ago
Jairo Llopis
10691078b7
Deprecate base_contact.
- Remove nationality and birthday features.
- Move the remaining features to partner_contact_in_several_companies.
- Make base_contact a dummy module.
- Warn deprecation everywhere possible.
10 years ago
OCA Transbot
5385fd5d3d
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
ffaff0af14
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
3136cf89e2
[ADD] setup.py
7 years ago
Pedro M. Baeza
dbfc9d10de
Merge pull request #494 from Eficent/11.0-mig-base_location_geonames_import
[11.0][mig][base_location_geonames_import]
7 years ago
Jordi Ballester
bb1ca1ecf7
migration to 11.0
7 years ago
OCA Transbot
5ff8ad4f82
OCA Transbot updated translations from Transifex
9 years ago
Dave Lasley
f8fa487f12
[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
Nicola Malcontenti
fe250175ac
[FIX] Fix usage in Readme.md
8 years ago
Pedro M. Baeza
3a5389368f
[IMP] base_location_geonames_import
* Speed improvement applying cache for not doing duplicated searches
over states.
* Tests change to SavepointCase, which only passes over setUp one time.
8 years ago
Pedro M. Baeza
d3d5a7a843
[FIX+IMP] base_location_geonames_import
* Tests
* New menu location
* Wizard options fixed
8 years ago
Alexis de Lattre
714c1e49ae
Port base_location_geonames_import to v10
Add option to put city name all upper case
8 years ago
Pedro M. Baeza
0ee493a4a5
[FIX] base_location_geonames_import: Test logic changed
For avoiding constant problems with this test, as Monaco data changes a lot,
what we are testing now is the existence of the data, not the exact match of them.
8 years ago
Pedro M. Baeza
40e9681f20
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
b994944542
[MIG] Make modules uninstallable
8 years ago
Pedro M. Baeza
9aabbd7960
[FIX] base_location_geonames_import: Fix tests
9 years ago
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