[IMP] construction_developer: create pickings from procurement view#2130
Draft
trcazier wants to merge 7 commits into
Draft
[IMP] construction_developer: create pickings from procurement view#2130trcazier wants to merge 7 commits into
trcazier wants to merge 7 commits into
Conversation
…ature This commit adds a new button to be able to create grouped stock pickings for products that are not fully consumed from the procurement view. This commit also changes the way x_consumed is computed from the delivery progress for this purpose. In order to create the moves, we need to create locations to represent the clients' worksites, so the multi locations setting is now activated. task-6123696, task-6123161
Collaborator
Knowledge article Dropship setting in construction, stock_dropshipping dependency in developer Product suppliers info demo data for work item products PO demo data or WILs of S00003 Manifest bullet
Implemented setting for procurement moves disabling all inventory-related functionalities Progress update qty delivered action: now also creates picking/moves conditionally depending on the setting A new automation now prevents the user from erasing the picking line information when it is linked to a work item line for traceability Re-split the actions into 2 since now extra processing has to be done for the picking to prevent the lines from being merged on confirmation of the picking We now have to make sure the info is added to an existing line with the same product to prevent this In order to do this, the tracking fields on picking and purchase have been moved to their lines instead, so no automation to keep them up to date is required, instead the many2many field is computed on the fly depending on the lines that mention the WILs Added WIL SO information in picking/PO
This file contains hidden or 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
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.

This commit adds a new button to be able to create grouped stock pickings for products that are not fully consumed from the procurement view. This commit also changes the way x_consumed is computed from the delivery progress for this purpose. In order to create the moves, we need to create locations to represent the clients' worksites, so the multi locations setting is now activated.
task-6123696, task-6123161