-
Notifications
You must be signed in to change notification settings - Fork 239
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
[13.0] [MIG] fieldservice_account #598
Conversation
Hi @bodedra, @osimallen, |
e44abf7
to
799713c
Compare
0ee9d40
to
3f60c3e
Compare
💚 This one is ready for functional testing |
|
"email": "tp@email.com", | ||
"partner_id": self.test_loc_partner.id, | ||
"owner_id": self.test_loc_partner.id, | ||
"customer_id": self.test_loc_partner.id, |
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.
"customer_id": self.test_loc_partner.id, |
customer_id was moved to fieldservice_account_analytic
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.
Good catch @RLeeOSI
I'll take care of that.
Do you have any thoughts about my questions here: #598 (comment)?
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.
Yes, a migration script is needed. However, the v13 account migration is not done yet (see the latest here) so it might be best to put that on hold for now. According to the maintainer guide all old migration scripts should be removed
Yes
You can, but I am not sure you need to. |
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.
Change file name as well.
3f60c3e
to
84047aa
Compare
Migration script added |
0428254
to
5c80498
Compare
Currently translated at 100.0% (9 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_account Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_account/es/
Currently translated at 44.4% (4 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_account Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_account/it/
Currently translated at 100.0% (9 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_account Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_account/pt_BR/
c4feb5e
to
caa5bbb
Compare
Hi Brian, please have a look to brian10048#19 |
@hparfr I have commented brian10048#19 (comment) in your PR. CC @max3903 |
@brian10048 can you please review brian10048#19 ? |
78603fb
to
327d32b
Compare
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.
LGTM
This PR has the |
Can we merge this PR? I plan to work on v14 port soon. |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 2dc97f4. Thanks a lot for contributing to OCA. ❤️ |
Migration of fieldservice_account to 13.0
#354