| models | ||
| views | ||
| __init__.py | ||
| __manifest__.py | ||
| .gitignore | ||
| README.md | ||
Account General Ledger Company Column
This module adds a "Company" column to the General Ledger report in Odoo 19, allowing users to identify which company a transaction line belongs to when running reports in a multi-company environment.
Features
- Adds a "Company" column to the General Ledger report.
- Retrieves company names in a single batch query for optimal performance.
- Supports multi-company contexts without altering base Odoo SQL views.