Syncing from upstream OCA/community-data-files (19.0)#244
Merged
bt-admin merged 62 commits intobrain-tec:19.0from Mar 11, 2026
Merged
Syncing from upstream OCA/community-data-files (19.0)#244bt-admin merged 62 commits intobrain-tec:19.0from
bt-admin merged 62 commits intobrain-tec:19.0from
Conversation
Co-authored-by: Iryna Vyshnevska <iryna.vyshnevska@camptocamp.com>
Currently translated at 40.3% (947 of 2347 strings) Translation: community-data-files-18.0/community-data-files-18.0-l10n_eu_product_adr Translate-URL: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-l10n_eu_product_adr/it/
Currently translated at 44.5% (1046 of 2346 strings) Translation: community-data-files-18.0/community-data-files-18.0-l10n_eu_product_adr Translate-URL: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-l10n_eu_product_adr/it/
Currently translated at 93.9% (2205 of 2346 strings) Translation: community-data-files-18.0/community-data-files-18.0-l10n_eu_product_adr Translate-URL: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-l10n_eu_product_adr/fr/
Currently translated at 78.6% (1846 of 2346 strings) Translation: community-data-files-18.0/community-data-files-18.0-l10n_eu_product_adr Translate-URL: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-l10n_eu_product_adr/it/
=========================== ISO 3166 adaptation to Odoo =========================== This module adds some data specified by ISO 3166, specifically: * ISO 3166-1 alpha-3 (3-char) codes in countries * ISO 3166-1 numeric codes in countries * ISO 3166-3 formerly used codes in countries Check https://en.wikipedia.org/wiki/ISO_3166 for more info. Installation ============ This module requires the Python library pycountry >= 0.19 installed in the system. Known issues / Roadmap ====================== * Include 3166-2 country subdivision codes
Fix readme Fix manifest version Test coverage Delete author
With newer library versions, some countries are not found, so we have to protect that situation.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: community-data-files-18.0/community-data-files-18.0-base_iso3166 Translate-URL: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-base_iso3166/
Currently translated at 100.0% (5 of 5 strings) Translation: community-data-files-18.0/community-data-files-18.0-base_iso3166 Translate-URL: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-base_iso3166/tr/
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 19.0 #244 +/- ##
==========================================
+ Coverage 97.45% 98.64% +1.19%
==========================================
Files 11 41 +30
Lines 118 592 +474
Branches 7 42 +35
==========================================
+ Hits 115 584 +469
- Misses 2 6 +4
- Partials 1 2 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot