Backorder MO - Cancelled work order operations. #169
Unanswered
stevencodelab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating a backorder MO to fulfill the remaining quantities to produce, the new MO is created with cancelled operations. Instead, I would like for it to create the new backorder MO without cancelling those operations.
How to fix this issue ?
I already try to override the action_backorder function like this but still nothing happen
def action_backorder(self):
res = super(MrpProductionBackOrder, self).action_backorder()
Beta Was this translation helpful? Give feedback.
All reactions