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

[18.0][MIG] repair_stock: Migration to 18.0 #77

Open
wants to merge 10 commits into
base: 18.0
Choose a base branch
from

Conversation

HeliconiaSolutions
Copy link

No description provided.

@LoisRForgeFlow
Copy link
Contributor

Hi @HeliconiaSolutions could you cherry-pick this patch #90 here?

`repair_id` is reserved to the stock.moves directly related
to the execution of the repair order and has associated logic
in odoo core code (like assigning the picking type)
To avoid unexpected behaviors, we use `related_repair_id` to
signal auxiliar stock moves that are not directly related to
repair execution.

To not break existing modules depending on it, support for
`repair_id` is kept but it is recommended to remove in v18.
@HeliconiaSolutions
Copy link
Author

@LoisRForgeFlow , please review.it's done.

Comment on lines +30 to +32
# TODO: migration note: `repair_id` should not be used here
# in v18, use `related_repair_id` instead while migrating
# modules depending on this.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you attend this? I think we should only rely on related_repair_id now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants