-
-
Notifications
You must be signed in to change notification settings - Fork 856
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
base: 18.0
Are you sure you want to change the base?
Conversation
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 |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
/ocabot migration partner_contact_birthplace |
/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//group[@name='personal_information_group']"> | ||
<field name="birth_city" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
Migration from 17.0 to 18.0
Issue: #1856