Skip to content
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

sale_automatic_workflow: ship only available goods #80

Closed
wants to merge 1 commit into from

Conversation

lepistone
Copy link
Member

This is a new option that will ship what is available, and create a
backorder or the rest, like when we check availability and transfer from
the picking. The default is still as before: all the quantity is shipped
even if it is not available.

This is a new option that will ship what is available, and create a
backorder or the rest, like when we check availability and transfer from
the picking. The default is still as before: all the quantity is shipped
even if it is not available.
@@ -68,6 +68,11 @@ class SaleWorkflowProcess(models.Model):
)
validate_invoice = fields.Boolean(string='Validate Invoice')
validate_picking = fields.Boolean(string='Confirm and Close Picking')
ship_only_available = fields.Boolean(
string='Ship only available goods',
help="When checked, the available quantity is shipped, and if a "

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/and if a /and if so, a

@lepistone
Copy link
Member Author

Superseded by OCA/sale-workflow#244. Thanks!

@lepistone lepistone closed this Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants