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] fieldservice_sale_recurring: Migration to 17.0 #1213

Merged
merged 53 commits into from
Sep 23, 2024

Conversation

imlopes
Copy link

@imlopes imlopes commented Sep 16, 2024

No description provided.

Copy link
Contributor

@brian10048 brian10048 left a comment

Choose a reason for hiding this comment

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

quick functional review and works as intended.

Need to fix string formatting

fieldservice_sale_recurring/models/sale_order_line.py Outdated Show resolved Hide resolved
fieldservice_sale_recurring/models/sale_order_line.py Outdated Show resolved Hide resolved
@brian10048 brian10048 added this to the 17.0 milestone Sep 16, 2024
@imlopes imlopes force-pushed the 17.0-mig-fieldservice_sale_recurring branch 2 times, most recently from a7b52c2 to db05895 Compare September 17, 2024 15:06
@gurneyalex
Copy link
Member

hello @brian10048 Can you update your review?

Copy link
Member

@gurneyalex gurneyalex left a comment

Choose a reason for hiding this comment

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

@imlopes imlopes force-pushed the 17.0-mig-fieldservice_sale_recurring branch from db05895 to 654bff5 Compare September 20, 2024 17:05
OCA-git-bot and others added 12 commits September 20, 2024 14:12
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: field-service-15.0/field-service-15.0-fieldservice_sale_recurring
Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_sale_recurring/
Currently translated at 100.0% (18 of 18 strings)

Translation: field-service-15.0/field-service-15.0-fieldservice_sale_recurring
Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_sale_recurring/es/
Currently translated at 100.0% (18 of 18 strings)

Translation: field-service-15.0/field-service-15.0-fieldservice_sale_recurring
Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_sale_recurring/it/
Currently translated at 100.0% (18 of 18 strings)

Translation: field-service-15.0/field-service-15.0-fieldservice_sale_recurring
Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_sale_recurring/es_AR/
…generate wrong fsm_order (ex: Assigned To not set, start date wrong, recuring info not set, ...)
Do not copy FSM Order or FSM Recurring Orders on sale order line
@imlopes imlopes force-pushed the 17.0-mig-fieldservice_sale_recurring branch from 654bff5 to 71f0588 Compare September 20, 2024 17:13
@max3903
Copy link
Member

max3903 commented Sep 23, 2024

@brian10048 Can you help us here?

@max3903 max3903 assigned brian10048 and unassigned imlopes Sep 23, 2024
@brian10048
Copy link
Contributor

Working as intended. Thank you!

@brian10048
Copy link
Contributor

/ocabot merge nobump

@brian10048 brian10048 mentioned this pull request Sep 23, 2024
46 tasks
@brian10048
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 17.0-ocabot-merge-pr-1213-by-brian10048-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 0e97684 into OCA:17.0 Sep 23, 2024
5 of 7 checks passed
@OCA-git-bot
Copy link
Contributor

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

def _prepare_invoice_line(self, **optional_values):
res = super()._prepare_invoice_line(**optional_values)
if self.fsm_recurring_id:
fsm_orders = self._get_invoiceable_fsm_order()
Copy link
Author

Choose a reason for hiding this comment

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

It seems this method was added here : b6fa0fb#diff-39a34800cd8567f4f4bc2657da63a2c24753af76b678249c2837f9ba6cc9f944 and the code was migrated (to 15.0 and here to 17.0) with this call but I couldn't find the method.

Am I missing something ?
@max3903 @gurneyalex

Copy link
Member

Choose a reason for hiding this comment

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

@imlopes Good question.

@brian10048 Can you help?

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.