SDLC Financial Reports — Installation and Setup
Install and set up SDLC Financial Reports on your Odoo 17, 18, or 19 Community Edition instance in minutes.
Prerequisites
- A working Odoo 17, 18, or 19 Community Edition instance
- Admin access to your Odoo instance
- The Accounting (
account) module installed and configured with a chart of accounts - The Analytic Accounting (
analytic) module installed - Developer Mode enabled for initial setup
Dependencies
Odoo Module Dependencies
| Module | Technical Name | Purpose |
|---|---|---|
| Accounting | account | Core accounting -- provides chart of accounts, journal entries, and move lines |
| Analytic Accounting | analytic | Analytic accounts -- required for the Analytic Summary Report |
Python Library Dependencies
| Library | Purpose | Installation |
|---|---|---|
| xlsxwriter | Excel (XLSX) file generation with formatting, frozen headers, and number styles | pip install xlsxwriter |
warning
If xlsxwriter is not installed, the Excel export feature will not work. PDF export and interactive views will function normally.
Installation Steps
- Download the Module -- Download
sdlc_financial_reportsfrom the Odoo App Store or obtain it from SDLC Corp. - Upload to Your Server -- Place the
sdlc_financial_reportsfolder in your Odoo addons directory (e.g.,/odoo/custom/addons/). - Update Apps List -- Go to Settings > Technical > Update Apps List and click Update.
- Install the Module -- Navigate to Apps, search for "SDLC Financial Reports", and click Install.
tip
If you do not see the module in the Apps list, ensure Developer Mode is enabled and that your addons path in the Odoo configuration file includes the directory where the module is placed.