| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 237 |
| Technical Name |
nexterp_inter_company_account |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 237 |
| Technical Name |
nexterp_inter_company_account |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 18.0 19.0 |
NextERP - Inter Company Account
This module helps to identify if an account move line and account move is inter company transaction or not.
Overview
This module allows you to define if an Account Move is a inter-company transaction. This is useful when you have a company that is part of a group of companies and you need to define if a transaction is between companies in the group.
Built & supported by NextERP Romania
Romanian Odoo specialists, here for the long run — from implementation to localization and day-to-day production support.
What we do
Odoo Solutions
From quick-start rollouts to multi-company deployments and custom modules built for your processes.
Romanian Localization
SAF-T (D406), e-Factura, e-Transport, D300 / D390 / D394, ANAF integration, full chart of accounts and fiscal positions.
Our Services
Implementation, customization, migration, integration, support and consultancy — Romanian-speaking, SLA-backed.
Features
- Automatic inter-company flag —
is_inter_companystored computed field onaccount.moveand related field onaccount.move.line, populated without manual intervention. - Search filters on Invoices & Bills — quickly isolate customer invoices and vendor bills that are inter-company transactions.
- Journal Entry filter — filter all journal entries by inter-company status directly from the Journal Entries list view.
- Journal Items filter — drill down to individual debit/credit lines (
account.move.line) belonging to inter-company moves. - Invoice Analysis integration — segment the built-in Invoice Analysis report by inter-company vs. external transactions.
- Built on
nexterp_inter_company— reuses the centralised partner/company grouping logic; no duplicate configuration required.
Configuration
This module relies on nexterp_inter_company to determine which partners or companies are considered part of the same group. Before using the accounting filters, complete the inter-company partner setup in that base module.
- Install
nexterp_inter_companyand configure your group companies/partners as inter-company entities according to its instructions. - Install
nexterp_inter_company_account. Theis_inter_companystored computed field is created automatically on bothaccount.moveandaccount.move.linevia_auto_init— no manual field configuration is required. - No additional accounting settings are needed. The search filters become available immediately on Invoices, Journal Entries, Journal Items, and Invoice Analysis.
To install this module, you need to:
- clone the branch 18.0 of the repository https://github.com/NextERP-Romania/odoo-community
- add the path to this repository in your configuration (addons-path)
- update the module list
- search for "NextERP - Inter Company Account" in your addons
- install the module
How it works
Filtering inter-company journal entries
Identifying inter-company invoices
- Open Accounting → Customers → Invoices (or Vendors → Bills).
- In the search bar, use the Inter Company filter that this module adds (
view_account_invoice_filter_inter_company) to display only moves whereis_inter_company = True. - Inspect each invoice — the
is_inter_companyflag is computed and stored directly onaccount.move, so it is available for grouping and reporting without additional configuration.
Filtering journal entries
- Open Accounting → Accounting → Journal Entries.
- Use the Inter Company search filter (
view_account_move_filter_inter_company) to narrow entries to inter-company transactions.
Filtering journal items
- Open Accounting → Accounting → Journal Items.
- Use the Inter Company filter (
view_account_move_line_filter_inter_company) available onaccount.move.line. The fieldis_inter_companyis related from the parent move, so every line inherits the flag automatically.
Invoice analysis report
- Open Accounting → Reporting → Invoice Analysis.
- Use the Inter Company search facet (
view_account_invoice_report_search_inter_company) to segment analytics by inter-company vs. third-party volumes.
Versions
19.0.0.0.0 (2026-06-03)
- Changelog tracking starts at this release.
Discover the NextERP suite
Other modules from the same publisher, built to work together.
NextERP Romania
Odoo implementation, customization, Romanian localization and long-term support since 2018.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module