-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
[17.0][MIG] subscription_oca: Migration to 17.0 #1099
[17.0][MIG] subscription_oca: Migration to 17.0 #1099
Conversation
Currently translated at 95.7% (159 of 166 strings) Translation: contract-16.0/contract-16.0-subscription_oca Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-subscription_oca/nl/
655a921
to
7f613c7
Compare
@pedrobaeza do you mind assigning this migration to @Tisho99 and close #1068 ? We'll finish this. |
7f613c7
to
7095a9a
Compare
@HaraldPanten @ValentinVinagre PR ready for review |
7095a9a
to
f32e0a2
Compare
/ocabot migration subscription_oca |
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.
Functional Review: LGTM 👍🏻
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
@@ -62,10 +62,10 @@ def _compute_subtotal(self): | |||
) | |||
|
|||
price_subtotal = fields.Monetary( | |||
string="Subtotal", readonly="True", compute=_compute_subtotal, store=True | |||
string="Subtotal", readonly=True, compute="_compute_subtotal", store=True |
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.
@Tisho99 With this change, you can put fields definitions on top.
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.
Minor remark
f32e0a2
to
61c7521
Compare
@rousseldenis Could we merge, then? THX! |
61c7521
to
f4e1dc6
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 1cd818b. Thanks a lot for contributing to OCA. ❤️ |
Standard migration
Supersedes #1068
T-6329