-
-
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
[13.0] stock_location_bin_name migration to 13.0 #806
[13.0] stock_location_bin_name migration to 13.0 #806
Conversation
f0cf7ee
to
9bb4fcd
Compare
9bb4fcd
to
112489b
Compare
112489b
to
380943d
Compare
needs rebase + pre-commit update |
rebased |
"depends": ["stock_location_zone", "stock_location_position"], | ||
"data": ["views/stock_location.xml"], | ||
"installable": True, | ||
"development_status": "Alpha", |
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.
Still Alpha ?
@guewen ping on #806 (comment) |
It is not stored because we only need it for the generation of the name. It slows creation of locations for no value. If we need to search on it, we can use a search method.
380943d
to
3939415
Compare
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.
let's merge that
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 634a392. Thanks a lot for contributing to OCA. ❤️ |
Migrate #713.
Requires #804, #805