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

[16.0] Error when printing General Ledger Audit Report #90

Closed
leroborat opened this issue Nov 27, 2022 · 2 comments
Closed

[16.0] Error when printing General Ledger Audit Report #90

leroborat opened this issue Nov 27, 2022 · 2 comments

Comments

@leroborat
Copy link

psycopg2.errors.UndefinedColumn: column l.analytic_account_id does not exist

To replicate

Accounting -> Reporting -> Audit Reports - General Ledger

@samirahmt2018
Copy link

just replace
LEFT JOIN account_analytic_account aaa ON (aaa.id=l.analytic_account_id)
with
LEFT JOIN account_analytic_account aaa ON (aaa.id=l.account_id)\

on line 107 of file accounting_pdf_reports/report/report_general_ledger.py

@odoomates
Copy link
Owner

Fixed: 2b2b103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants