-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
[15.0][MIG] stock_lot_filter_available: Migration to version 15.0 #1523
[15.0][MIG] stock_lot_filter_available: Migration to version 15.0 #1523
Conversation
a3633ed
to
37a0e6b
Compare
cls.company = cls.env.ref("base.main_company") | ||
cls.loc = cls.env.ref("stock.stock_location_stock") | ||
cls.product = cls.env["product.product"].create( | ||
{"name": "Test product", "type": "product", "tracking": "lot"} |
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.
{"name": "Test product", "type": "product", "tracking": "lot"} | |
{"name": "Test product", "detailed_type": "product", "tracking": "lot"} |
37a0e6b
to
aab1fb9
Compare
@victoralmau Changed! |
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.
Code and functionality OK
/ocabot migration stock_lot_filter_available |
This PR looks fantastic, let's merge it! |
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-1523-by-pedrobaeza-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-1523-by-pedrobaeza-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
/ocabot merge nobump |
On my way to merge this fine PR! |
It looks like something changed on |
Congratulations, your PR was merged at 53cf220. Thanks a lot for contributing to OCA. ❤️ |
cc @Tecnativa TT36554
please @carlosdauden @victoralmau review this