| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 102 |
| Technical Name |
nexterp_inter_company |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 102 |
| Technical Name |
nexterp_inter_company |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 18.0 19.0 |
NextERP - Inter Company
This module helps to identify if a record is inter company transaction or not.
Overview
This module adds a mixin model to calculate if a record is a inter-company transaction or not. It is useful to filter out inter-company transactions from reports.
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
is_inter_companycomputed field — automatically flags any record as an inter-company transaction by inspectingcompany_idandpartner_idfields against the companies registered in your Odoo database.- Reusable mixin —
base.inter.companycan be inherited by any model that needs inter-company detection, without additional coding. - Partner-level detection —
res.partneris extended with a stored computedis_inter_companyfield, making it easy to filter or group partners that represent sister companies. - No configuration required — works out of the box based on the companies already defined in your system.
- Lightweight dependency — depends only on
base, so it can be safely added to any Odoo instance regardless of installed apps. - Foundation for reporting — designed to let companion modules and custom reports exclude or isolate inter-company lines from external business figures.
Configuration
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" in your addons
- install the module
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