Pedro M. Baeza
96b98f2ca8
[FIX] base_location: Don't apply domain when cities are not enforced
And also reset city_id for avoiding incoherent information in that case.
Fixes #762
5 years ago
OCA-git-bot
e07efcdb8c
pre-commit, black, isort
5 years ago
Pedro M. Baeza
1da1248a24
[MIG] base_location: Migration to 13.0
* Standard procedure
* Change v13 specifics
* Adapt tests + correct some practices
5 years ago
Pedro M. Baeza
6b0bcc0089
[FIX+MIG] base_location: 3 things:
* Don't need cities for migrating
Previous script required to have cities populated for working, but that's not
usual thing, as people in v11 may choose to not import them, and for older databases
they even weren't that option.
With this improve script, now we populate city table for ZIP entries without city,
so the rest of the queries are properly executed in any case.
* Cover case of res_better_zip w/o country_id
* Avoid error on null zip numbers
5 years ago
Josep M
99aa1f13ea
Translated using Weblate (Spanish)
Currently translated at 57.6% (19 of 33 strings)
Translation: partner-contact-12.0/partner-contact-12.0-base_location
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_location/es/
5 years ago
eLBati
e3cec66ca1
FIX base_location blocking editing company address.
Steps:
- Open company form
- Set 'city completion' field
Get 'The state of the partner My Company differs from that in location X'
Disabling _check_zip while writing 'zip' fields from company, as incompatible with the sequence of write operations.
Automatic test is added too.
6 years ago
Pedro M. Baeza
8b29cacce0
[IMP] base_location: Add migration scripts
6 years ago
Aitor Bouzas
67baf9196b
[MIG] base_location: Migration to 12.0
This module has now been refactored to be more consistent with what base_address_city offers to the location management.
Added dependency to contacts so that I could change the menu location for cities / zip management.
Now, every res.city record has a relation One2many to res.city.zip (old res.better.zip). This way, every zip has a realted city too.
Zips can be searched through city code, zip or city name (same as before).
Modified tests and deleted not needed tests.
Added sql contraints so that zips and cities are unique within it's country / state / city.
6 years ago
Rudolf Schnapka
2e9c1251a0
Translated using Weblate (German)
Currently translated at 100,0% (36 of 36 strings)
Translation: partner-contact-11.0/partner-contact-11.0-base_location
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-base_location/de/
6 years ago
Enric Tobella
57b5fd8a95
Translated using Weblate (Spanish)
Currently translated at 66.7% (24 of 36 strings)
Translation: partner-contact-11.0/partner-contact-11.0-base_location
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-base_location/es/
6 years ago
Carli Samuele
58c93fbac9
[IMP] base_location: name_search improvement ( #585 )
7 years ago
Pedro M. Baeza
2539b2f9fa
[IMP] base_location: Include onchange for state
Incredibly not included in Odoo core.
7 years ago
OCA Transbot
6a531aa81c
OCA Transbot updated translations from Transifex
7 years ago
etobella
e72a32be9c
[MIG] base_location
7 years ago
OCA Transbot
a8b45def61
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
676590f1f0
[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
c2518174e7
[FIX][10.0] base_location : "better_zip_ids" field set colspan="2" in state view
8 years ago
Francesco Apruzzese
626eeddf3a
[MIG] base_location: Migrated to 10.0
* Headers shortened
* Move cities management to settings
8 years ago
Yannick Vaucher
2562d80cca
[MIG] base_location: Migration to 9.0
9 years ago
Hans Henrik Gabelgaard
b56c8c3871
Translated to Danish
10 years ago
Juan Jose Scarafia
12e14a0c69
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
73adbd0cd2
Add demo data
Brussels Belgium city
10 years ago
Pedro M. Baeza
8cd4925ea0
[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
Alejandro Santana
46427a488d
[IMP] base_location: Updated to v8 syntax and uses. Added filters in some views. Added two columns in respective tree views.
10 years ago
Hans Henrik Gabelgaard
cf2c2e9081
Danish translation
10 years ago
Alexis de Lattre
ebb0d5db38
base_location: Don't position zip_id after street2, to avoid layout issues with module partner_address_street3
10 years ago
Franco Tampieri
077e61a919
[Add] Add italian translation, change field class to edit-only for better-zip field
10 years ago
Sandy Carter
4bf8c6bf5c
[FIX] Add context propagation to base_location
11 years ago
Pedro M. Baeza
d514dd89a4
[FIX] base_location: Changed partner view to avoid extrange behaviour when company country is filled.
11 years ago
unknown
10d0c499c7
[FIX] mutable default in function signature
11 years ago
Pedro M. Baeza
1c764a816b
base_location: [IMP] Spanish translation and translation template.
12 years ago
unknown
89ac818e1d
[MV] rename better_zip to base_location
12 years ago
OCA-git-bot
fcb0b0700b
[ADD] setup.py
4 years ago
OCA-git-bot
d31b0ba860
[UPD] addons table in README.md
4 years ago
oca-travis
12eea0c983
[UPD] Update partner_vat_unique.pot
4 years ago
OCA-git-bot
eaacc20d51
Merge PR #990 into 14.0
Signed-off-by pedrobaeza
4 years ago
newtratip
c056c7bb50
[MIG] partner_contact_nationality: Migration to 14.0
4 years ago
oca-travis
b2a0315473
[UPD] Update partner_contact_nationality.pot
4 years ago
Marçal Isern
8fb7c1b950
[MIG] partner_contact_nationality: Migration to 13.0
4 years ago
Marçal Isern
9fc4e5ab8d
[IMP] partner_contact_nationality: black, isort, prettier
4 years ago
OCA Transbot
2f6a87107c
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: partner-contact-12.0/partner-contact-12.0-partner_contact_nationality
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_contact_nationality/
4 years ago
oca-travis
d455c81800
[UPD] Update partner_contact_nationality.pot
4 years ago
Tima
7da6949178
[MIG] partner_contact_nationality: Migration to 12.0
5 years ago
João Carvalhido
28f9c48f36
Translated using Weblate (Portuguese)
Currently translated at 100.0% (2 of 2 strings)
Translation: partner-contact-10.0/partner-contact-10.0-partner_contact_nationality
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-10-0/partner-contact-10-0-partner_contact_nationality/pt/
6 years ago
Rodrigo Macedo
a75fc56ad6
Translated using Weblate (Português (Brasil))
Currently translated at 100,0% (2 of 2 strings)
Translation: partner-contact-10.0/partner-contact-10.0-partner_contact_nationality
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-10-0/partner-contact-10-0-partner_contact_nationality/pt_BR/
6 years ago
oca-travis
6946a6f4cc
[UPD] Update partner_contact_nationality.pot
6 years ago
Stéphane Bidoul (ACSONE)
8637548498
remove obsolete .pot files [ci skip]
6 years ago
OCA Transbot
417e842480
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
cd55b61465
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
b8e5a90f43
OCA Transbot updated translations from Transifex
8 years ago