-
-
Notifications
You must be signed in to change notification settings - Fork 132
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] stock_dock: Migration to 18.0 #160
Conversation
c7a96bd
to
ca9252f
Compare
/ocabot migration stock_dock |
@Kimkhoi3010 Thanks for this. Could you remove all changes related to other modules? You should respect flow for migration: tms changes should go in another PR. |
ca9252f
to
e2c6475
Compare
bd944e8
to
ea0867c
Compare
Hi @rousseldenis |
[UPD] Update stock_dock.pot
And filter available docks from a shipment to the current warehouse.
Because tms module has been merged |
3bb00fd
to
3c55bb2
Compare
H
Hi @rousseldenis, @bizzappdev |
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 Functional Testing LGTM
3c55bb2
to
fdc2c42
Compare
This PR has the |
@Kimkhoi3010 pls rewrite the last commit as |
fdc2c42
to
4392adc
Compare
Hi @simahawk, |
I still don't see the module name, there's a not so useful |
4392adc
to
bdf1dc8
Compare
Thanks for your time. |
bdf1dc8
to
09ec9b1
Compare
/ocabot merge nobumo |
Hi @simahawk. Your command failed:
Ocabot commands
More information
|
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 6bb49bf. Thanks a lot for contributing to OCA. ❤️ |
I found only 1 commit to port but it was ignored, I added it to blacklist:
During the migration of the stock_dock module, I identified two issues in the tms module that needed to be addressed. To resolve these issues, I created two separate commits:
kanban-box
in the tms module was deprecated in Odoo. This commit replaces thekanban-box
definition with the recommendedcard
template to address the warning.group_tms_uom
field in thetms
module had the same label asgroup_uom
from theproduct
module ("Units of Measure"), causing a conflict. This commit updates the label of group_tms_uom to ensure uniqueness.