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] partner_contact_birthplace: Migration to 18.0 #1903

Open
wants to merge 16 commits into
base: 18.0
Choose a base branch
from

Conversation

Borruso
Copy link
Contributor

@Borruso Borruso commented Nov 27, 2024

Migration from 17.0 to 18.0

Issue: #1856

SimoRubi and others added 16 commits November 27, 2024 09:35
Currently translated at 100.0% (4 of 4 strings)

Translation: partner-contact-14.0/partner-contact-14.0-partner_contact_birthplace
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_contact_birthplace/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: partner-contact-14.0/partner-contact-14.0-partner_contact_birthplace
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_contact_birthplace/ca/
Currently translated at 100.0% (7 of 7 strings)

Translation: partner-contact-14.0/partner-contact-14.0-partner_contact_birthplace
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_contact_birthplace/es/
Currently translated at 100.0% (7 of 7 strings)

Translation: partner-contact-14.0/partner-contact-14.0-partner_contact_birthplace
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_contact_birthplace/it/
@@ -1 +1,2 @@
odoo_test_helper
odoo-addon-partner_contact_personal_information_page @ git+https://github.com/OCA/partner-contact.git@refs/pull/1900/head#subdirectory=partner_contact_personal_information_page

Choose a reason for hiding this comment

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

I'm curious about this directive. from what I understand it allows the test to be green by taking into account an unmerged dependency. Do you remove this commit before merging or the bot take care of it ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I must remove this commit before merging

Copy link
Contributor

Choose a reason for hiding this comment

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

@houssine78 The process is described here: https://github.com/OCA/maintainer-tools/wiki/Use-temporary-reference%28s%29-to-another-pull-request%28s%29

Indeed, this is used in order to:

  • show tests are passing
  • be able to test the PR functionally with runboat.

@rousseldenis
Copy link
Contributor

/ocabot migration partner_contact_birthplace

/>
<field name="arch" type="xml">
<xpath expr="//group[@name='personal_information_group']">
<field name="birth_city" />
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm wondering why this order?

Shouldn't it country first, then state and city ?

image

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

I probably copied the same order that is used in the partner address https://github.com/odoo/odoo/blob/29405bb41516a57b635c1b8cedbfa564d626b964/odoo/addons/base/views/res_partner_views.xml#L138-L141, but it can be changed indeed if you prefer another order.

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.