Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting & Finance
Folder size
0.15 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
http://www.openerp.com
Last tracking update
2026-08-07 04:50:05
Authors
OpenERP SA
Maintainers
OpenERP SA
Committers
Olivier Dony, Launchpad Translations on behalf of openerp, Martin Trigaux, Odoo Translation Bot, fka-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_partner_merge, account_payment_return, account_statement_base_completion, firstname_display_name_trigger, opl_all
Description
Add an extra Company dimension on Invoices for consolidated Invoice Analysis
============================================================================

By default Customer and Supplier invoices can be linked to a contact within
a company, but the company is not a direct reference in the database structure for
invoices. Journal Entries are however always linked to the company and not to
contacts, so that Accounts Payable and Receivable are always correct and consolidated
at company level.

When many different contacts/departments need to be invoiced within the same parent company,
this can make reporting by Company more difficult: reports are directly based on the
database structure and would not provide an aggregated company dimension.

This modules solves the problem by adding an explicit company reference on invoices,
automatically computed from the invoice contact, and use this new dimension
when grouping the list of Invoices or the Invoice Analysis report by Partner. 

Note: this module will likely be removed for the next major OpenERP version and
directly integrated in the core accounting. 

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_report_company_invoice_report_search_view account.invoice.report search Inherits account.view_account_invoice_report_search
account_report_company_invoice_report_tree_view account.invoice.report tree Inherits account.view_account_invoice_report_tree
account_report_company_search_view account.invoice search Inherits account.view_account_invoice_filter
account_report_company_tree_view account.invoice tree Inherits account.invoice_tree
account_report_copmany_partner_kanban_view res.partner kanban Inherits base.res_partner_kanban_view
account_report_copmany_partner_tree_view res.partner tree Inherits base.view_partner_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.