-
-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][MIG] base_location: Migration to 14.0 #1003
Commits on Oct 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89ac818 - Browse repository at this point
Copy the full SHA 89ac818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c764a8 - Browse repository at this point
Copy the full SHA 1c764a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d0c49 - Browse repository at this point
Copy the full SHA 10d0c49View commit details -
[FIX] base_location: Changed partner view to avoid extrange behaviour…
… when company country is filled.
Configuration menu - View commit details
-
Copy full SHA for d514dd8 - Browse repository at this point
Copy the full SHA d514dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf8c6b - Browse repository at this point
Copy the full SHA 4bf8c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 077e61a - Browse repository at this point
Copy the full SHA 077e61aView commit details -
base_location: Don't position zip_id after street2, to avoid layout i…
…ssues with module partner_address_street3
Configuration menu - View commit details
-
Copy full SHA for ebb0d5d - Browse repository at this point
Copy the full SHA ebb0d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2c2e9 - Browse repository at this point
Copy the full SHA cf2c2e9View commit details -
[IMP] base_location: Updated to v8 syntax and uses. Added filters in …
…some views. Added two columns in respective tree views.
Configuration menu - View commit details
-
Copy full SHA for 46427a4 - Browse repository at this point
Copy the full SHA 46427a4View commit details -
[IMP] base_location_geonames_import: Several improvements and added h…
…ooks * 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.
Configuration menu - View commit details
-
Copy full SHA for 8cd4925 - Browse repository at this point
Copy the full SHA 8cd4925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73adbd0 - Browse repository at this point
Copy the full SHA 73adbd0View commit details -
IMP Create new computed stored field 'display_name' that use zip, cit…
…y, state and country in order to allow search using '%' from the m2o widget
Configuration menu - View commit details
-
Copy full SHA for 12e14a0 - Browse repository at this point
Copy the full SHA 12e14a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56c8c3 - Browse repository at this point
Copy the full SHA b56c8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2562d80 - Browse repository at this point
Copy the full SHA 2562d80View commit details -
[MIG] base_location: Migrated to 10.0
* Headers shortened * Move cities management to settings
Configuration menu - View commit details
-
Copy full SHA for 626eedd - Browse repository at this point
Copy the full SHA 626eeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c251817 - Browse repository at this point
Copy the full SHA c251817View commit details -
[10.0][IMP] base_location(geonames): Add Lat/Long (OCA#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
Configuration menu - View commit details
-
Copy full SHA for 676590f - Browse repository at this point
Copy the full SHA 676590fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b45de - Browse repository at this point
Copy the full SHA a8b45deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e72a32b - Browse repository at this point
Copy the full SHA e72a32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a531aa - Browse repository at this point
Copy the full SHA 6a531aaView commit details -
[IMP] base_location: Include onchange for state
Incredibly not included in Odoo core.
Configuration menu - View commit details
-
Copy full SHA for 2539b2f - Browse repository at this point
Copy the full SHA 2539b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c93fb - Browse repository at this point
Copy the full SHA 58c93fbView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 57b5fd8 - Browse repository at this point
Copy the full SHA 57b5fd8View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 2e9c125 - Browse repository at this point
Copy the full SHA 2e9c125View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 67baf91 - Browse repository at this point
Copy the full SHA 67baf91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b29cac - Browse repository at this point
Copy the full SHA 8b29cacView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e3cec66 - Browse repository at this point
Copy the full SHA e3cec66View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 99aa1f1 - Browse repository at this point
Copy the full SHA 99aa1f1View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 6b0bcc0 - Browse repository at this point
Copy the full SHA 6b0bcc0View commit details -
[MIG] base_location: Migration to 13.0
* Standard procedure * Change v13 specifics * Adapt tests + correct some practices
Configuration menu - View commit details
-
Copy full SHA for 1da1248 - Browse repository at this point
Copy the full SHA 1da1248View commit details -
Configuration menu - View commit details
-
Copy full SHA for e07efcd - Browse repository at this point
Copy the full SHA e07efcdView commit details -
[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 OCA#762
Configuration menu - View commit details
-
Copy full SHA for 96b98f2 - Browse repository at this point
Copy the full SHA 96b98f2View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (33 of 33 strings) Translation: partner-contact-13.0/partner-contact-13.0-base_location Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-base_location/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 32462b2 - Browse repository at this point
Copy the full SHA 32462b2View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: partner-contact-13.0/partner-contact-13.0-base_location Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-base_location/
Configuration menu - View commit details
-
Copy full SHA for 67d932d - Browse repository at this point
Copy the full SHA 67d932dView commit details -
Translated using Weblate (Dutch)
Currently translated at 93.9% (31 of 33 strings) Translation: partner-contact-13.0/partner-contact-13.0-base_location Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-base_location/nl/
Configuration menu - View commit details
-
Copy full SHA for 873d79e - Browse repository at this point
Copy the full SHA 873d79eView commit details -
[FIX+IMP] base_location: Re-import process
* Performance was very poor due to several reasons: * City name translatable. * Lack on indexes when deleting obsolete records. * Some prefetching. * City was not being searched also by state, having the chance of returning incorrect matches if same city name on different states. * Previous code was removing all previous records of zip entries! * Remove possible obsolete FK keys after migrating from v11.
Configuration menu - View commit details
-
Copy full SHA for 4436251 - Browse repository at this point
Copy the full SHA 4436251View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (34 of 34 strings) Translation: partner-contact-13.0/partner-contact-13.0-base_location Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-base_location/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for a1e37ec - Browse repository at this point
Copy the full SHA a1e37ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ef1fb - Browse repository at this point
Copy the full SHA 97ef1fbView commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1fc0d8b - Browse repository at this point
Copy the full SHA 1fc0d8bView commit details
Commits on Nov 28, 2020
-
[IMP] base_location: Switch to computed writable fields
* Adapt code to this style * Adapt tests and use Form for mimicking UI behavior
Configuration menu - View commit details
-
Copy full SHA for 4a71fae - Browse repository at this point
Copy the full SHA 4a71faeView commit details