Skip to content
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

[11.0] Incorrect Printing of Details and Summary Totals in Odoo 11 Account Reconciliation Module #599

Open
hp-data opened this issue Oct 11, 2023 · 1 comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@hp-data
Copy link

hp-data commented Oct 11, 2023

Summary:
The Account Reconciliation module in Odoo 11 is incorrectly printing out details and summary totals as 0 instead of displaying the actual values. Additionally, transactions marked as "Cleared" are still showing up on subsequent reconciliations.

Odoo Version:
Odoo 11

Module Name:
Account Reconciliation (account_banking_reconciliation.py)

Detailed Description:
The issue manifests in two ways:
    Details and summary totals in the account reconciliation report are being displayed as 0 instead of the correct values.
    Transactions marked as "Cleared" are appearing in subsequent reconciliations, which is incorrect behavior.

Steps to Reproduce:
    Perform a reconciliation in the Odoo 11 Account Reconciliation module.
    Mark certain transactions as "Cleared".
    Observe that the printed details and summary totals show 0.
    Subsequently perform another reconciliation, and observe that previously "Cleared" transactions are still appearing.

Screenshots or Code Snippets:
N/A

Proposed Solution (if any):
    Investigate and correct the calculation mechanism for printing details and summary totals in the account reconciliation report to display accurate values.
    Ensure that transactions marked as "Cleared" are not included in subsequent reconciliations.

Additional Context:
The issue is affecting the usability and accuracy of the Account Reconciliation module in Odoo 11, hampering the reconciliation process and rendering the printed reports inaccurate.
@hp-data hp-data added the bug label Oct 11, 2023
Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

1 participant