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 ?
![image](https://private-user-images.githubusercontent.com/46344837/338398280-69394367-daf2-4481-b850-87e5e9e66641.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTU4MjMsIm5iZiI6MTczOTU5NTUyMywicGF0aCI6Ii80NjM0NDgzNy8zMzgzOTgyODAtNjkzOTQzNjctZGFmMi00NDgxLWI4NTAtODdlNWU5ZTY2NjQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA0NTg0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY2ZGY1MGE4NjZlZDdiYWU4ZTVlOTAwZjIyMTZmZTQ2N2U5YTU2ZWE5MjA0ZjFlYjhiMGEwN2I0MGMwZDZjMzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.m2PzQz__jG6xTG2MMbB_fme-NvQYcolFkvwYY87NrcE)
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