Go to file
2026-06-09 17:17:59 +07:00
models first commit 2026-06-09 17:17:59 +07:00
views first commit 2026-06-09 17:17:59 +07:00
__init__.py first commit 2026-06-09 17:17:59 +07:00
__manifest__.py first commit 2026-06-09 17:17:59 +07:00
.gitignore first commit 2026-06-09 17:17:59 +07:00
README.md first commit 2026-06-09 17:17:59 +07:00

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.