-
Notifications
You must be signed in to change notification settings - Fork 22
[18.0][MIG] Migrate sale_order_picking_hold_paid to 18.0 #227
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
Open
KDRdev
wants to merge
6
commits into
18.0
Choose a base branch
from
18.0-sale_order_picking_hold_paid
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.
Conversation
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
…d' into 18.0-sale_order_picking_hold_paid # Conflicts: # sale_order_picking_hold_paid/__manifest__.py
ABuljko
reviewed
Dec 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KDRdev, I believe we should maintain the styling of the module descriptions as the rest. It would be better if you could remove this file.
Comment on lines
18
to
39
| Configuration | ||
| ------------- | ||
|
|
||
| To configure this module, you need to: | ||
|
|
||
| 1. Go to Accounting > Configuration > Payment Terms | ||
| 2. Edit or create a payment term | ||
| 3. Select a "Delivery Block Reason" from the dropdown if you want to hold deliveries until payment | ||
| 4. On the delivery block reason itself, enable "Remove Block on Payment" if you want the block to be automatically removed when the invoice is paid | ||
|
|
||
| Usage | ||
| ----- | ||
|
|
||
| To use this module: | ||
|
|
||
| 1. Create a sale order and select a payment term with a "Delivery Block Reason" selected | ||
| 2. Confirm the sale order | ||
| 3. Create and post an invoice for the sale order | ||
| 4. No delivery order will be created until the invoice is fully paid | ||
| 5. Once the invoice is paid, the delivery order will be automatically created if the block reason has "Remove Block on Payment" enabled | ||
|
|
||
| For products with Make-to-order and Manufacturing routes, manufacturing and delivery orders will be created immediately upon sale order confirmation, regardless of payment status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configuration
- Go to: "Accounting" -> "Configuration" -> "Invoicing" -> "Payment Terms"
- Edit or create a payment term
- In the "Delivery Block Reason" field choose or create an option and
- Expand the option that you choose
- In the expanded view you will see the "Remove Block on Payment" option; enable it
Usage
- Go to: "Sales" -> "Orders" -> "Orders" -> "+New"
- In the "Payment Terms" field make sure that the option you choose has "Remove Block on Payment" enabled
- Confirm the sale order
- Create the invoice and then confirm it
- The delivery order will not be created until the invoice is fully paid
- Once the invoice is paid go back into the sale order section
- The delivery order will be automatically created if the "Delivery Block Reason" field that has the option selected with the "Remove Block on Payment" enabled
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.
No description provided.