Odoo 18 Accounting Financial Reports
by Odoo Mates https://www.youtube.com/watch?v=yA4NLwOLZms , Odoo S.A. https://www.youtube.com/watch?v=yA4NLwOLZms| Availability | 
                         
                            
                             Odoo Online
                             
                             Odoo.sh 
                             On Premise 
                         | 
                
| Odoo Apps Dependencies | 
                            • 
                            Invoicing (account)
                             • Discuss (mail)  | 
                
| Lines of code | 2725 | 
| Technical Name | 
                    accounting_pdf_reports | 
                
| License | LGPL-3 | 
| Website | https://www.youtube.com/watch?v=yA4NLwOLZms | 
| Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 | 
Accounting Reports Odoo 18
Added Financial Reports:
Partner Ledger Report.
Journals Audit.
General Ledger.
Trial Balance.
Aged Partner Balance.
Profit and Loss.
Balance Sheet.
Tax Report.
Accounting Reports
All in one financial reports for odoo community edition
        General Ledger
General ledger report with accounts, partners and analytic account filter
        Report
        Partner Ledger
Partner ledger report with partner filter.
        Report
        Aged Partner Balance
        Report
        
            
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedthere is a issue in your module kindly fix it
if context.get('analytic_account_ids'):
at this place in account_move_line.py line 56 replace the code by this set of code it will work
if context.get('analytic_account_ids'):
 analytic_ids = list(map(str, context['analytic_account_ids'].ids))
 domain += ['|'] * (len(analytic_ids) - 1) + [('analytic_distribution', 'ilike', id) for id in analytic_ids]
Could you provide the Spanish translation for this module, thank you.