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

[17.0][MIG] subscription_oca: Migration to 17.0 #1099

Merged
merged 15 commits into from
Jul 12, 2024

Conversation

Tisho99
Copy link
Contributor

@Tisho99 Tisho99 commented Jul 8, 2024

Standard migration

Supersedes #1068

T-6329

@Tisho99 Tisho99 mentioned this pull request Jul 8, 2024
12 tasks
@Tisho99 Tisho99 force-pushed the 17.0-mig-subscription_oca branch 5 times, most recently from 655a921 to 7f613c7 Compare July 10, 2024 09:07
@HaraldPanten
Copy link

@pedrobaeza do you mind assigning this migration to @Tisho99 and close #1068 ? We'll finish this.

@Tisho99 Tisho99 force-pushed the 17.0-mig-subscription_oca branch from 7f613c7 to 7095a9a Compare July 10, 2024 10:20
@Tisho99 Tisho99 marked this pull request as ready for review July 10, 2024 10:21
@Tisho99
Copy link
Contributor Author

Tisho99 commented Jul 10, 2024

@HaraldPanten @ValentinVinagre

PR ready for review

@pedrobaeza
Copy link
Member

/ocabot migration subscription_oca

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone Jul 10, 2024
Copy link

@luis-ron luis-ron left a comment

Choose a reason for hiding this comment

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

Functional Review: LGTM 👍🏻

Copy link

@HaraldPanten HaraldPanten left a 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
Copy link
Contributor

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.

Copy link
Contributor

@rousseldenis rousseldenis left a comment

Choose a reason for hiding this comment

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

Minor remark

@HaraldPanten
Copy link

@rousseldenis Could we merge, then?

THX!

@Tisho99 Tisho99 force-pushed the 17.0-mig-subscription_oca branch from 61c7521 to f4e1dc6 Compare July 12, 2024 08:51
@rousseldenis
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 17.0-ocabot-merge-pr-1099-by-rousseldenis-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 8eedf72 into OCA:17.0 Jul 12, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

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

@HaraldPanten HaraldPanten deleted the 17.0-mig-subscription_oca branch July 12, 2024 14:29
@Tisho99 Tisho99 restored the 17.0-mig-subscription_oca branch August 2, 2024 08:13
@Tisho99 Tisho99 deleted the 17.0-mig-subscription_oca branch August 2, 2024 08:13
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.