-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[10.0] account_check_printing_report_base - refactor #261
[10.0] account_check_printing_report_base - refactor #261
Conversation
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.
👍
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.
Not working for supplier payments
It seems to me that this fix is the same as #259 🤔 |
cc @max3903 can you please consider the new changes? This is a significant refactor. |
3cc6b01
to
305bf8f
Compare
with account.invoice
43fca2a
to
89c6f86
Compare
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.
👍 Functional tests
travis ci was red :S |
@aheficent can you incorporate these changes into 11.0 and 12.0 (#241) |
This PR refactors the method to compute the lines that appear in the check report, so that the dependency with account.invoice is removed.
The old code would not display, for example, the lines corresponding to payments to employee expenses.
The new code relies only on account.move.line and account.partial.reconcile.