You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] sale: don't skip super on validation post-process
Versions
--------
- 18.0+
Issue
-----
`super` isn't called on `_post_process` for confirmed validation
transactions.
Cause
-----
A fix that prevented the sending of mail for validation transactions
added a `continue` in a loop, which skips over the `super` call in the
loop.
Solution
--------
Instead of `continue`, add an `if` check to see if we want to send mail.
closesodoo#232232
X-original-commit: 6575954
Signed-off-by: Victor Feyens (vfe) <[email protected]>
Signed-off-by: Levi Siuzdak <[email protected]>
0 commit comments