$ 2329.20
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 2362 |
| Technical Name |
l10n_ro_account_report_journal_registry |
| 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 | 2362 |
| Technical Name |
l10n_ro_account_report_journal_registry |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 18.0 19.0 |
Romania - Journal Registry (Registrul-jurnal)
Tipizat Romanian Journal Registry (Cod 14-1-1) — chronological per-line printout with debit / credit accounts, exportable as PDF, Excel and CSV.
Overview
This module produces the Romanian standardised Registrul-jurnal (Form Code 14-1-1) as a printable tipizat A4 form, plus Excel and CSV exports for archival or further processing.
The register is a strict one-row-per-account.move.line
chronological listing of every posted accounting entry within the
selected period. Each row carries the entry date, the document
type and reference, a free-text description, the debit and credit
account codes (the line's own account on its natural side and the
counterpart on the opposite), and the debit / credit amounts in
company currency. A TOTAL row sums the debit and credit columns
across the whole period.
How it differs from the General Ledger / Journal Registry view in
l10n_ro_account_report_sheet (which is a debug-friendly
per-account ledger): this report is strictly chronological and
exports one row per line, formatted to match the official tipizat.
Depends on l10n_ro_account_counterpart so the SQL fetcher can
read account_move_line.l10n_ro_counterpart_id and populate the
Cont debitor / Cont creditor columns from the per-line
counterpart already computed by that module.
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
- Tipizat Form Code 14-1-1 — ten-column layout (No., Entry Date, Doc. Type, Doc. No., Doc. Date, Description, Debit Account, Credit Account, Debit, Credit) with the company header (name, Tax ID, Trade Register) and the standard "Prepared by / Management" signature footer on the PDF.
- Strict one-row-per-AML chronological scope — every posted
account.move.linein the period appears as its own row, ordered by date, move name, line id. - Counterpart-aware debit / credit columns — the line's own
account is shown on its natural side and
l10n_ro_counterpart_idon the opposite; lines with a zero debit and zero credit still print both sides so the row stays interpretable. - Friendly document-type labels — Customer Invoice, Vendor Bill,
Bank Statement, Cash Register, etc., derived from move type or
journal type and wrapped in
env._for Romanian translation. - Three output formats — PDF (chunked at 1000 rows per render
and merged via PyPDF2 / pypdf for large periods), Excel
(
xlsxwriterlow-memory) and CSV (;-delimited, UTF-8 BOM). - Optional journal filter and continuable numbering — leave the
journal list empty to cover every journal of the company; the
starting
No.chains periods into one uninterrupted sequence.
Configuration
The module is plug-and-play: no master data has to be created specifically for the Journal Registry. A few prerequisites have to be in place on the company so the print output matches the legal form:
- Romanian chart of accounts — install the Romanian chart so
account.account.codeis populated; the wizard reads the code fromaccount.account.code_storekeyed by the active company. - Counterpart computation — install
l10n_ro_account_counterpart(listed as a dependency, installed automatically). The wizard readsaccount_move_line.l10n_ro_counterpart_idfor every line; if the counterpart is empty on some lines the corresponding column is left blank, but the row still prints. - Posted entries only — the SQL fetcher filters on
parent_state = 'posted', so only validated moves appear. Draft moves are ignored on purpose to keep the printout reproducible. - Company header data — set the company's
vat(Tax ID) andcompany_registry(Trade Register / "Nr. Registrul Comerțului") on Settings → Companies; the PDF prints both in the top-left block alongside the company name. - Multi-company — the wizard defaults to
env.company; the company field is only shown to users inbase.group_multi_company. Each journal selector is filtered by the active company.
Access to the wizard is granted via
account.group_account_user (declared in
security/ir.model.access.csv); no further role configuration is
required.

How it works
Opening the wizard
Go to Accounting → Reporting → Romania → Journal Registry. The
menu item is registered under the Romania-scoped statements menu
contributed by l10n_ro_account_enterprise and is visible to users
holding account.group_account_readonly.

Wizard fields
| Field | Meaning |
|---|---|
| Company | Defaults to the active company; selector only shown in multi-company mode |
| Date from / Date to | Inclusive period covered by the register; defaults to current year-to-date |
| Journals | Many2many tags; leave empty to include every journal of the company |
| Starting number | First value of the Nr. crt. column — chain to the last entry of the previous period |
| Output format | PDF (tipizat A4), Excel or CSV |
What happens on Generate
- The wizard validates the period (
date_from <= date_to) and runs a single raw SQL query againstaccount_move_linejoined toaccount_account,account_move,account_journalandres_partner. The counterpart join readsl10n_ro_counterpart_id. Onlyparent_state = 'posted'lines in the period are kept, ordered by(date, move.name, aml.id). - Each row is decorated with a friendly document-type label
(Customer Invoice, Vendor Bill, Bank Statement, etc.) derived
from
move.move_typeorjournal.type, and theNr. crt.counter is bumped from the user-supplied starting number. - For PDF output the rows are split into chunks of
PDF_MAX_ROWS_PER_CHUNK = 1000, each chunk rendered against the QWeb template and merged with PyPDF2 (orpypdfif PyPDF2 is not installed). The footer carries the standard "Prepared by / Management" signature block. - XLSX output goes through
xlsxwriterinconstant_memorymode, with date columns formattedyyyy-mm-dd, money columns#,##0.00and aTOTALrow in light gray. CSV is;-delimited with a UTF-8 BOM so Excel opens it directly. - The generated file is streamed back to the browser through
/web/contentfor immediate download.
If no line matches the filter the wizard raises a UserError
instead of producing an empty form.
Versions
19.0.1.0.0 (2026-05-24)
- 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