[19.0][MIG] purchase_requisition_tier_validation: Migration to 19.0 - #58
Open
FrancescoBellingeri wants to merge 28 commits into
Open
Conversation
Currently translated at 100.0% (13 of 13 strings) Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_requisition_tier_validation/zh_CN/
Currently translated at 100.0% (13 of 13 strings) Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_requisition_tier_validation/zh_CN/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_requisition_tier_validation/
Currently translated at 100.0% (16 of 16 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_requisition_tier_validation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_requisition_tier_validation/
Currently translated at 100.0% (17 of 17 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_requisition_tier_validation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation/
Currently translated at 100.0% (18 of 18 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation/
Currently translated at 100.0% (19 of 19 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation/es/
Currently translated at 26.3% (5 of 19 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation/it/
Currently translated at 100.0% (19 of 19 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_requisition_tier_validation Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation/it/
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
domenicostragapede
approved these changes
Jul 24, 2026
simoneversienti
approved these changes
Jul 24, 2026
Contributor
|
This PR has the |
valeriobelcastro
approved these changes
Jul 30, 2026
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.
Standard Migration.
Migrated directly from the last official 17.0 state (the module was never migrated to 18.0 in
purchase-workflow, and this repo consolidates the*_tier_validationmodules starting at 19.0).Adaptations required for 19.0 core compatibility:
_state_to:["ongoing", "in_progress"]->["confirmed"], matching the currentpurchase.requisitionstate values (draft/confirmed/done/cancel).validated(removed boolean field) ->validation_status == 'validated', following the same field used by the siblingpurchase_tier_validation/purchase_request_tier_validationalready migrated in this repo.websitekey updated to this repo.Added a functional test covering the tier validation enforcement (
action_confirmblocked until validated), verified passing both with and without demo data.