-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
[16.0][FIX] account_mass_reconcile : fix write-off with today's date #552
Conversation
Hello @AaronHForgeFlow @ljsalvatierra-factorlibre Seeing you are working with |
if not move_line_ids: | ||
raise exceptions.UserError(_("No Reconciled items this time.")) |
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.
I wouldn't rise an exception.
Ok for the fallback value on the date of the write-off. I am not sure about showing a message when there is no reconciled items. If the list is empty, it means there are no reconciled items, that is correct I think. |
fb0cbca
to
c7f58b2
Compare
@AaronHForgeFlow @ljsalvatierra-factorlibre Well... I guess you are right. I can't remember nor reproduce the issue I had with the empty reconciled items list. I just removed this part, only fixing the reconciliation with write off at today's date here. Thanks for the reviews |
792cbde
to
9eab202
Compare
This PR has the |
9eab202
to
ce5b57e
Compare
/ocabot merge patch |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 6f5b543. Thanks a lot for contributing to OCA. ❤️ |
No description provided.