-
-
Notifications
You must be signed in to change notification settings - Fork 663
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] sale_stock_mto_as_mts_orderpoint: Migration to 18.0 #1828
Open
chaule97
wants to merge
31
commits into
OCA:18.0
Choose a base branch
from
chaule97:18.0-mig-sale_stock_mto_as_mts_orderpoint
base: 18.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.
Open
[18.0][MIG] sale_stock_mto_as_mts_orderpoint: Migration to 18.0 #1828
chaule97
wants to merge
31
commits into
OCA:18.0
from
chaule97:18.0-mig-sale_stock_mto_as_mts_orderpoint
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
For user without proper rights the confirmation of a sale.order can lead to an access error on the orderpoint creation. The sudo fixes that.
On sale confirmation generate the procurement if the rule is on the sale order line OR the rule is activated on the product.
When generation the orderpoint from the sale order line, it might happen that the sale_order_line's product is a BOM, the moves that are generated are based on the components that composes it. For this reason, when creating the purchase order, we have to get the product from moves, not sale order lines.
Add a flag `mto_as_mts`on the warehouse to activate the functionality of the module. It will fix the interferences with other modules in the repository. And allows for better customization This a backport from v16 improvements.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-workflow-14.0/stock-logistics-workflow-14.0-sale_stock_mto_as_mts_orderpoint Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-14-0/stock-logistics-workflow-14-0-sale_stock_mto_as_mts_orderpoint/
@chaule97 Thanks for this. Orderpoints related module have migrated to : https://github.com/OCA/stock-logistics-orderpoint Thanks to do the PR there. |
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.
stock_orderpoint_manual_procurement
is deprecated, so I remove it in depends and write more code aboutstock_warehouse_orderpoint