[fork-CI] [19.0][MIG] ddmrp_product_replace: Migration to 19.0#20
Draft
dnplkndll wants to merge 63 commits into
Draft
[fork-CI] [19.0][MIG] ddmrp_product_replace: Migration to 19.0#20dnplkndll wants to merge 63 commits into
dnplkndll wants to merge 63 commits into
Conversation
d088c8a to
d140767
Compare
d140767 to
6c2f2b3
Compare
7063ae7 to
e627d1c
Compare
* Migration to 11.0 * Add unittest * Ensure putaway stategies are correctly copied
…are visible after a executing a product replacement.
[UPD] Update ddmrp_product_replace.pot
[UPD] Update ddmrp_product_replace.pot
Some of the main changes included are: * replacement can be done to a new buffer, instead of changing the buffer of the replaced buffer. (new mode "new_buffer") * In the new mode buffers are related via `replaced_by_id` field. * Boolean `use_replacement_for_buffer_status` allow to consider buffers being replaced in NFP (via on-hand and incoming). * warnings shown for products being replaced when procuring, and procure recommendation is now 0 if the buffer is not distributed. * Views adaptations and improvements. * Old funtionality kept in mode "use_existing". [UPD] Update ddmrp_product_replace.pot
…lso for qualified demand. This way, products replaced by a given buffer can affect the net flow position of the replacing buffer on the demand side as well.
includes a small fix to avoid singleton errors. [UPD] Update ddmrp_product_replace.pot
When a replaced buffer is auto-updated its replacement buffers should also be auto-updated. [UPD] Update ddmrp_product_replace.pot
Add the product vendor code on the stock buffer based on the already computed main supplier.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-16.0/ddmrp-16.0-ddmrp_product_replace Translate-URL: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_product_replace/
This can leads to a wrong computation of e.g. the qualified demand. Duplicating a buffer having 'Considered as demand' field set, and changing the product of the new buffer doesn't empty the 'Considered as demand' field, resulting with unrelated products that are taken into account in the computation of the qualified demand.
Currently translated at 1.5% (1 of 65 strings) Translation: ddmrp-16.0/ddmrp-16.0-ddmrp_product_replace Translate-URL: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_product_replace/pt_BR/
Currently translated at 3.0% (2 of 65 strings) Translation: ddmrp-16.0/ddmrp-16.0-ddmrp_product_replace Translate-URL: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_product_replace/pt_BR/
It was reported that some users manually modified the replaced by manually. This was not intended so we force the user to use the wizard.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-18.0/ddmrp-18.0-ddmrp_product_replace Translate-URL: https://translation.odoo-community.org/projects/ddmrp-18-0/ddmrp-18-0-ddmrp_product_replace/
Currently translated at 100.0% (65 of 65 strings) Translation: ddmrp-18.0/ddmrp-18.0-ddmrp_product_replace Translate-URL: https://translation.odoo-community.org/projects/ddmrp-18-0/ddmrp-18-0-ddmrp_product_replace/it/
Signed-off-by: Don Kendall <dkendall@ledoweb.com>
Signed-off-by: Don Kendall <dkendall@ledoweb.com>
e627d1c to
f4c4ecb
Compare
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.
Migration of
ddmrp_product_replacefrom 18.0 to 19.0.Fork-CI validation PR. Will be closed once upstream PR against OCA/ddmrp is
opened from the same branch.