[19.0] [MIG] purchase_blanket_order: Migration to 19.0 - #3118
Open
Borruso wants to merge 46 commits into
Open
Conversation
Borruso
force-pushed
the
19.0-mig-purchase_blanket_order
branch
7 times, most recently
from
July 3, 2026 09:15
2446f0f to
9e3f283
Compare
Contributor
The default behavior in a PO is that the purchsing UoM is used as the PO line UoM when set in the product. Blanket Orders should do the same, otherwise it is a bit confusing.
…rders from date_start desc field. TT37792
Current behavior: - Create a blanket order and confirm > PBO/0001 - Convert to draft - Confirm > PBO/0001 (Previously the name was changed to another sequence PBO/0002). TT37792
…ate. Sales blanket orders had the same description, at least one of the two should change to reduce confusion.
Currently the check for assigning a new sequence is done over a translatable string, but the initial sequence name is not done being translatable, so we should make both to compare the same string. TT37792
Before this change there was the following inconsistency: - Create a blanket order. - Create a line with product A and price 1. - Confirm. - Cancel + return to draft (to be able to modify the price of the line). - Change the price to 2. - The status is automatically changed to open (without being able to modify the line). TT39646
…event inconsistencies TT39646
…etting to state open after being cancelled and edit on draft
Currently translated at 100.0% (150 of 150 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/es/
Currently translated at 100.0% (150 of 150 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/it/
Currently translated at 100.0% (151 of 151 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/it/
Currently translated at 100.0% (153 of 153 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/it/
Currently translated at 100.0% (153 of 153 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/es/
Currently translated at 100.0% (151 of 151 strings) Translation: purchase-workflow-18.0/purchase-workflow-18.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_blanket_order/it/
Currently translated at 100.0% (151 of 151 strings) Translation: purchase-workflow-18.0/purchase-workflow-18.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_blanket_order/it/
Currently translated at 1.3% (2 of 151 strings) Translation: purchase-workflow-18.0/purchase-workflow-18.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_blanket_order/pt_BR/
Currently translated at 5.9% (9 of 151 strings) Translation: purchase-workflow-18.0/purchase-workflow-18.0-purchase_blanket_order Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_blanket_order/pt_BR/
Borruso
force-pushed
the
19.0-mig-purchase_blanket_order
branch
from
July 14, 2026 09:11
9e3f283 to
5f3d06d
Compare
|
Hi @JordiMForgeFlow is this module necessary in 19.0? I think Odoo covers this here odoo/odoo@c344f8e#diff-269bbb9836b25a9330bf1aeea1135736ef764a88c08cddf39064114d49930a99 cc @hugho-ad |
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.
#2833