-
-
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
[17.0][IMP] account_reconcile_oca: Use receivable/payable account on statements with partner as suspense account #677
Conversation
f1bb9cb
to
900cc15
Compare
Steps to reproduce the problem? |
It was not actually a problem. With the original solution, if I add a new statement.line related to a partner, the suspense account will be the suspense account of the Journal. With the new change, in this case will get the right receivable or payable account of the partner. It is the behavior we had on 15 and Odoo is promoting on EE |
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.
OK, not sure the gain with this move, but it's not the usual case anyway.
Well, it is how it worked and we lost that functionality from reconcile_widget to account_reconcile_oca. Someone noticed and I made the change because it wasn't too much 😄 |
I agree with @pedrobaeza. In enterprise the account stays as suspense account, but from a UI perspective it shows the receivable/payable. Weird. But it's not a problem to show the suspense account because when reconciling with a line, it will be changed right? Perhaps the issue is when you don't want to reconcile with a line but keep the amount in the default partner receivable/payable account. Then you must remember this account. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
@etobella can you rebase? |
…ents with partner as suspense account
900cc15
to
69cf2d2
Compare
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 59f3a4b. Thanks a lot for contributing to OCA. ❤️ |
With this change, it sets the proper account automatically