Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Localisation
  3. Romania - Account Counterpart v 19.0
  4. Sales Conditions FAQ

Romania - Account Counterpart

by NextERP Romania https://www.nexterp.ro
Odoo

$ 1746.90

v 19.0 Third Party
This module requires Odoo Enterprise Edition.
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Invoicing (account)
• Discuss (mail)
Community Apps Dependencies Show
• Romania - Account Enterprise
• NextERP Base
Lines of code 1849
Technical Name l10n_ro_account_counterpart
LicenseOPL-1
Websitehttps://www.nexterp.ro
Versions 18.0 19.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Invoicing (account)
• Discuss (mail)
Community Apps Dependencies Show
• Romania - Account Enterprise
• NextERP Base
Lines of code 1849
Technical Name l10n_ro_account_counterpart
LicenseOPL-1
Websitehttps://www.nexterp.ro
Versions 18.0 19.0
  • Description
  • License
Romania - Account Counterpart icon

Romania - Account Counterpart

Romania - Define Counterparts and calculate them automatically

v 19.0.0.1.0 LocalisationOPL-1
  • Overview
  • Features
  • Configuration
  • How it works
  • Versions

Overview

Adds the Romanian plan de corespondență (counterpart-account map) to Odoo: a per-account list of accounts a given account is normally balanced against in a journal entry. The module ships a CSV with the official mapping for the Romanian chart of accounts (219 lines), keyed on account-code prefixes, and a one-click loader that fills the many-to-many on every account of the current company.

Every Romanian posted journal-item then stores two computed fields: l10n_ro_counterpart_id (the counterpart account) and l10n_ro_counterpart_line_id (the specific line on the other side of the entry). The compute picks the move's opposite-sign lines and keeps the one whose account belongs to the configured counterparts list, making cash-book / bank-statement style reporting and partner balance analysis straightforward.

A Recompute Romanian Counterparts server action is available from the Action menu on the journal-item list, so you can refresh counterparts on demand after editing the map. Both fields are added to the journal-item list / form so they are visible in every search and pivot.


NextERP Romania

Built & supported by NextERP Romania

Romanian Odoo specialists, here for the long run — from implementation to localization and day-to-day production support.

10+
Years of Odoo experience per team member
80%+
of Romanian Localization maintained on Odoo Apps
19.0
Tracking every Odoo major release

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

  • Counterpart map per account — account.account.l10n_ro_counterpart_id is a many2many to itself through account_counterpart_rel, listing every account that the selected account can be balanced against in a Romanian journal entry.
  • Bundled Plan de Corespondență — data/plan_corespondenta.csv ships the official prefix-based mapping for the Romanian Chart of Accounts (e.g. 103 → 101|501|643|665|765); accounts are matched by code_store.startswith(prefix).
  • Stored computed counterpart on each line — account.move.line.l10n_ro_counterpart_id and l10n_ro_counterpart_line_id are computed and stored, depending on parent_state and the account's counterpart list. Only posted lines on Romanian companies are populated.
  • Sign-based pairing — for each posted line, the compute picks opposite-sign lines on the same move and keeps the one whose account is in the counterpart list. This handles two-leg entries (cash receipts, bank statements) and multi-line entries (purchases with tax) consistently.
  • Pre-init hook for fast install — pre_init_hook adds the two columns directly via SQL so the install does not trigger a full ORM-side recomputation on existing databases.
  • One-click loader — Accounting → Configuration → Settings → Load Romanian Counterpart Accounts parses the CSV and inserts the pairs directly into account_counterpart_rel (raw SQL, no per-record write).
  • Recompute server action — Action → Recompute Romanian Counterparts on the journal-item list, scoped to account.group_account_user.

Configuration

You need accounting manager rights (account.group_account_manager) and an installed Romanian Chart of Accounts.

1. Load the counterpart accounts map

  1. Open Accounting → Configuration → Settings.
  2. Find the Load Romania Account Counterparts setting block and tick Load Romanian Counterpart Accounts.
  3. Save the settings.

The save triggers _add_l10n_ro_account_counterparts(), which reads data/plan_corespondenta.csv, matches each row by code prefix against your company's accounts, and inserts the pairs into account_counterpart_rel using raw SQL — no recompute is triggered during the import.

Run this on a fresh database whenever possible. If you install on an existing live database, the field is computed lazily on each subsequent posted move; you can also batch-refresh historical lines from the action below.

2. Adjust the map per account (optional)

Open Accounting → Configuration → Chart of Accounts, then open any Romanian account. Under the Accounting page, the Romania - Counterparts many2many tag widget lets you add or remove counterpart accounts for that account.

These per-account changes take effect on new posted journal items immediately. To refresh historical lines, see step 3.

3. Recompute counterparts on existing lines

From any journal-item list (Accounting → Journal Entries → Journal Items), filter the lines you want, then click Action → Recompute Romanian Counterparts. The server action is available to users in the Accounting / Billing group (account.group_account_user).

Only Romanian posted lines without a counterpart are reprocessed.

4. Multi-company

The loader is scoped per company (comp_accounts = … .with_company(self) filtered by company_ids). Re-run the toggle in each company's settings if you need the map loaded everywhere.

How it works

Once the counterpart map is loaded, every Romanian posted journal item gets its counterpart account and counterpart line filled in automatically. There is no UI flow to run by hand — the fields are stored on account.move.line and update as you post entries.

Where you see counterparts

  • Journal Items list (Accounting → Journal Entries → Journal Items) — a new Romania - Counterpart Account column.
  • Journal Item form — the counterpart account and counterpart line appear next to the regular Account field.
  • Pivot / search / group-by — both fields are indexed and can be used as group-by axes (e.g. cash account by counterpart) or as a filter (e.g. bank account 5121 grouped by counterpart account).

Counterpart selection logic

For each posted line on a Romanian company:

  1. Look at the other lines on the same move.
  2. Keep the ones with opposite sign on amount_currency.
  3. Among those, keep the line whose account_id belongs to the account's l10n_ro_counterpart_id list.
  4. The first match wins; both the account and the specific line are stored.

For balanced two-leg entries (typical for bank statements, cash receipts, manual journal vouchers) the counterpart is unambiguous. For multi-line entries (e.g. a vendor bill with VAT) the result is the counterpart account that matches the bundled plan_corespondenta.csv, so the cash-book / journal-book reports group lines on the right column.

Refreshing existing data

If you change the per-account counterpart list, run Action → Recompute Romanian Counterparts on the journal-item list to refresh the lines you just modified. Only lines whose l10n_ro_counterpart_id is empty are recomputed, so the action is safe to run repeatedly.

Versions

19.0.0.1.0 (2026-05-24)

  • Changelog tracking starts at this release.

Discover the NextERP suite

Other modules from the same publisher, built to work together.

RO
Romania - Account Asset
Localisation

Adapts Romanian Account Asset

RO
Romania - Account Enterprise
Localisation

Romania - Isolate Enterprise Accounting Modules

RO
Romania - Account Extra Types
Localisation

Romania - Account Extra Types

RO
Romania - Account Sheet / Journal Registry
Localisation

Romanian account sheet & journal registry on top of Odoo's account.report engine, with counterpart column

RO
Romania - Aged Partner Balances
Localisation

Romania - Aged Partner Balances

RO
Romania - Storno Accounting
Localisation

Romania - Storno Accounting

AC
Account Compensation
Accounting & Finance

Compensate partners debits and credits

RO
Romania - Account Currency Reevaluation
Localization

Romania - Account Currency Reevaluation

NextERP Romania

Odoo implementation, customization, Romanian localization and long-term support since 2018.

nexterp.ro
All apps
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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with