-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
base: 18.0
Are you sure you want to change the base?
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.
Currently translated at 100.0% (18 of 18 strings) Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/it/ Translated using Weblate (Italian) Currently translated at 100.0% (18 of 18 strings) Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/it/
Currently translated at 83.3% (15 of 18 strings) Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (18 of 18 strings) Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/es/
Currently translated at 100.0% (18 of 18 strings) Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/fr/
ea0867c
to
8f29415
Compare
I'm unsure about the necessity of the |
8f29415
to
e29ee9c
Compare
Hi @bizzappdev, |
@Kimkhoi3010 @bizzappdev That's because on void tests repository main branch, no tests are run. And no tests are declared in this one. Even if adding that line to configuration solves errors, I always recommend to add a basic test. @Kimkhoi3010 Here, you can add a test that checks the default warehouse. |
@Kimkhoi3010 Thank you for the clarification. @Kimkhoi3010 FYI: https://github.com/OCA/management-system/blob/18.0/checklog-odoo.cfg. The file has been added; you might need to take care of other repos you have added them. |
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 |
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.