[18.0][ADD] pos_sale_picking_keep: Keep sale pickings from PoS#1470
Open
pedrobaeza wants to merge 1 commit intoOCA:18.0from
Open
[18.0][ADD] pos_sale_picking_keep: Keep sale pickings from PoS#1470pedrobaeza wants to merge 1 commit intoOCA:18.0from
pedrobaeza wants to merge 1 commit intoOCA:18.0from
Conversation
ba222bf to
fc8647f
Compare
This module inhibits the manipulation that the point of sale mades over the sales orders pickings, and the creation of new pickings under the PoS picking type. Use Cases / Context =================== In some scenarios, you may not want that the point of sale (PoS) handles the pickings of the products you are paying: - Using the PoS as a pure payment terminal. - When complex stock flows are not supplied by the PoS. In that cases, it's better to keep the original sales pickings.
fc8647f to
537477d
Compare
Member
Author
|
/ocabot merge patch |
Contributor
|
What a great day to merge this nice PR. Let's do it! |
OCA-git-bot
added a commit
that referenced
this pull request
Feb 11, 2026
Contributor
|
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-1470-by-pedrobaeza-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
Member
|
Test error will be fixed with odoo/odoo#241122 |
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 module inhibits the manipulation that the point of sale mades over the sales orders pickings, and the creation of new pickings under the PoS picking type.
Use Cases / Context
In some scenarios, you may not want that the point of sale (PoS) handles the pickings of the products you are paying:
In that cases, it's better to keep the original sales pickings.
TODO: Tests
@Tecnativa TT60048