Skip to Content
Menu
This question has been flagged
4 Replies
1594 Views

I need to know how to add financial reports in Odoo. Currently there are only 3 types Invoicing , Assets and Partner Ledger. Please let me how to add them. 

Avatar
Discard

Which version of Odoo?

I am running 

Odoo 12.0-20191219 (Community Edition)

  


there is still no reports for accounting in Community Edition you need to download from appstore many free apps for your requirements

Best Answer

In Odoo enterprise edition, there are many existing report formats for in Accounting app, e.g. Balance Sheet, P&L, Trial Balance.

To add more report format in the Accounting app, u can install Studio app, but the Studio app is a bit limited in term of functionality

The best way is to use Python code to develop a module. This is a bit complicated as you need to have developer background, plus familiar with Odoo system structure. I wont go further detail in this, as there is tutorial in Odoo.com/slides already cover this. 

Avatar
Discard