-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
[16.0][MIG] shopfloor_delivery_shipment: Migration to 16.0 #944
Draft
giarve
wants to merge
35
commits into
OCA:16.0
Choose a base branch
from
wvbs:16.0-mig-shopfloor_delivery_shipment
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shopfloor scenario to manage the delivery process based on shipment advices. It is based on the `shipment_advice` module.
Currently translated at 100.0% (29 of 29 strings) Translation: wms-14.0/wms-14.0-shopfloor_delivery_shipment Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_delivery_shipment/es_AR/
fix manifest, is not an application
And add hooks to ease the override.
In Odoo a lot number can be shared by multiple lots as soon as the product is different. This has to be taken into account by Shopfloor each time we scan a lot number by restricting the search to relevant products, or it could result unexpected result (a "Barcode not found" for instance).
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-14.0/wms-14.0-shopfloor_delivery_shipment Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_delivery_shipment/
Currently translated at 100.0% (30 of 30 strings) Translation: wms-14.0/wms-14.0-shopfloor_delivery_shipment Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_delivery_shipment/es_AR/
If some transfers have been partially loaded, list the goods to load among them once the dock is scanned.
After scanning a dock. This change allows to scan a location from where to work from. When a location has been scanned the user will be presented with a list of what can be added to the truck.
Due to the way sf.app endpoints are registered if at install/uninstall you don't take care of refreshing routes you'll end up w/ non working services or stale entries in the route table.
Make sure on `scan_dock` when confirming the creation of a shipment the same dock barcode is scanned.
giarve
force-pushed
the
16.0-mig-shopfloor_delivery_shipment
branch
from
October 29, 2024 20:00
c95a602
to
7356527
Compare
giarve
force-pushed
the
16.0-mig-shopfloor_delivery_shipment
branch
from
October 29, 2024 21:11
7356527
to
be70991
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tests could be unbroken by this PR OCA/stock-logistics-transport#96
specifically _find_move_lines_domain(..) function not appearing in 16.0