Skip to content
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

[18.0][MIG] base_iso3166: Migration to 18.0 #220

Merged
merged 16 commits into from
Jan 23, 2025

Conversation

ClemRiviere
Copy link

@ClemRiviere ClemRiviere commented Dec 18, 2024

Hi everyone,

This is my first contribution, do not hesitate to tell me if i am doing wrong and i will try to update

Thanks

@pedrobaeza
Copy link
Member

Thanks for the contribution.

Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0.

If the jump is between several versions, you have to modify the source branch in the main command to accommodate it to this circumstance.

@ClemRiviere ClemRiviere mentioned this pull request Dec 23, 2024
12 tasks
@ClemRiviere ClemRiviere changed the title [MIG] base_iso3166: migration to 18.0 [18.0][MIG] base_iso3166: migration to 18.0 Dec 23, 2024
pedrobaeza and others added 16 commits December 23, 2024 11:51
===========================
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.
@ClemRiviere ClemRiviere force-pushed the 18.0-mig-base_iso3166 branch from dc7c727 to dbdc8ed Compare December 23, 2024 11:17
@ClemRiviere
Copy link
Author

@pedrobaeza

Thanks a lot for your feedback, I've just refactored my branch following the migration method.

@ClemRiviere ClemRiviere changed the title [18.0][MIG] base_iso3166: migration to 18.0 [18.0][MIG] base_iso3166: Migration to 18.0 Dec 23, 2024
@pedrobaeza
Copy link
Member

/ocabot migration base_iso3166

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Dec 24, 2024
Copy link
Contributor

@CarlosRoca13 CarlosRoca13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code and seeing that the fields are filled correctly 👍

@CarlosRoca13
Copy link
Contributor

ping @pedrobaeza

Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 18.0-ocabot-merge-pr-220-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit c50b3d6 into OCA:18.0 Jan 23, 2025
5 of 7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 2383e47. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants