A build-to-order Odoo integration that reports every issued invoice to Hungary's NAV Online Szamla 3.0 system in real time, straight from invoice validation. ECOSIRE scopes, builds, installs and supports it for your exact Odoo setup. Built to order by ECOSIRE for Odoo 17, 18, 19 — indicative price from $499.00 USD; request a quote for a scoped proposal.

A build-to-order Odoo integration that reports every issued invoice to Hungary's NAV Online Szamla 3.0 system in real time, straight from invoice validation. ECOSIRE scopes, builds, installs and supports it for your exact Odoo setup.
لا حاجة للدفع الآن. يؤدي هذا إلى إرسال طلب عرض سعر إلى فريقنا — وسنتواصل معك عبر البريد الإلكتروني بالأسعار والخطوات التالية.
Every business registered for VAT in Hungary is legally required to report the data of each issued invoice to NAV (Nemzeti Ado- es Vamhivatal) through the Online Szamla system, in real time, in a strictly-defined XML schema. Odoo core gives you account, base_vat and the l10n_hu chart of accounts, but it has no native bridge to the NAV Online Szamla 3.0 manageInvoice API — no request signing, no invoiceData XML generation, no transaction status polling, no storno handling. Teams end up exporting invoices and re-keying them into NAV's web portal by hand, which does not scale, breaks the real-time obligation, and leaves no audit trail inside the ERP. That is exactly the gap this build-to-order integration closes.
Automatic real-time `invoiceData` submission to the NAV Online Szamla 3.0 `manageInvoice` endpoint on `account.move` validation for `out_invoice` and `out_refund`
NAV-schema XML generation via a QWeb template mapped to the current Online Szamla 3.0 data model, then base64-encoded into the request
Technical-user authentication with SHA3-512 request signature, `requestId` generation and `tokenExchange` exchange-token handling with automatic token lifetime management
Transaction status polling via `queryTransactionStatus`, decoding `PROCESSED` / `ABORTED` results plus per-line error and warning codes back onto the invoice
Modification and storno (cancellation) invoice handling with correct reference chaining and modification index sequencing
HUF and foreign-currency reporting with `exchangeRate` population and NAV-compliant currency rounding
We build a dedicated Odoo module that hooks into the invoice validation flow. When an account.move of type out_invoice or out_refund is posted, the module generates the NAV-compliant invoiceData XML from the Odoo invoice, base64-encodes it, wraps it in a manageInvoice request, and submits it to the NAV endpoint. Authentication uses your NAV technical user: the module computes the SHA3-512 request signature and requestId, negotiates the exchange token via tokenExchange, and manages token lifetime automatically. Every submission returns a transactionId, which the module then polls via queryTransactionStatus — surfacing NAV's PROCESSED, ABORTED, error and warning results directly on the invoice through a status field and threaded chatter message, so your finance team never has to log into the NAV portal to find out whether a submission cleared.
Technically, the build is grounded in standard Odoo patterns. New fields on account.move (NAV transaction id, index, reporting status, timestamp, raw response) are declared as models.Model fields with compute/@api.depends where derivation is needed; the XML is produced from a QWeb template mapped to the NAV 3.0 schema; submission and polling run as account.move methods invoked from validation and from a scheduled ir.cron retry action. Access is locked down with ir.model.access.csv plus record rules so only accounting users see NAV controls, and a settings screen (in res.config.settings) holds the technical-user credentials, signing key and the NAV test-vs-production environment switch. We handle the harder real-world cases too: modification and storno (cancellation) invoices with the correct modifyWithoutMaster / reference chaining, HUF and foreign-currency invoices with exchangeRate, group-VAT member and self-billing scenarios, and the product classification code fields (VTSZ / KN / CsK / SZJ) on invoice lines. Automatic submit-on-validation is the default, with a manual resubmit button for the cases NAV bounces. Everything works over Odoo's own ORM and can be driven externally through the XML-RPC / JSON-RPC API, and is built and tested against Odoo 17.0, 18.0 and 19.0 (Community and Enterprise).
Because this is a made-to-order engagement, delivery starts with a short scoping call rather than an instant download. We confirm your Odoo version and edition, your NAV technical-user setup, the invoice types and currency scenarios in scope, and any existing localization on your database, then agree a fixed quote and timeline. Typical delivery is 2-4 weeks from confirmed scope, and you receive installable source code, a UAT pass on a staging copy against the NAV test environment, and a defined post-go-live support window. Pricing starts from $499 (indicative, single-company base scope); multi-company reporting, additional currency or self-billing scenarios, and deeper localization or data-migration depth increase the quoted scope.
Runs accounting for a VAT-registered Hungarian company on Odoo and needs every issued invoice reported to NAV in real time without staff re-keying data into the Online Szamla portal.
Operates a multi-company Odoo group where one or more entities are Hungarian and must satisfy NAV reporting, including group-VAT member and foreign-currency invoice scenarios, from the same ERP.
Delivers Odoo to a Hungarian client and wants a supported, source-available NAV reporting module rather than building the SHA3-512 signing, token exchange and XML schema mapping from scratch.
Owns Hungarian VAT compliance and needs a full audit trail of NAV submissions, statuses, warnings and storno handling visible inside Odoo for inspection readiness.
قم بشراء الترخيص من موقع ecosire.com وقم بتنزيل وحدة Hungary NAV Online Invoice Reporting ZIP من لوحة تحكم حسابك.
قم باستخراج ملف ZIP إلى مجلد إضافات Odoo المخصصة على الخادم (أو تحميله عبر التطبيقات > التثبيت من ملف على Odoo.sh / runbot).
قم بتنشيط وضع المطور، وافتح التطبيقات، وانقر فوق تحديث قائمة التطبيقات، وابحث عن Hungary NAV Online Invoice Reporting، ثم اضغط على تثبيت.
افتح القائمة الجديدة، والصق مفتاح ترخيص ECOSIRE الخاص بك، وقم بتوصيل أي بيانات اعتماد خارجية (Shopify، وAmazon، وStripe، وما إلى ذلك)، ثم احفظها.
قم بتشغيل اختبار الاتصال المدمج، وقم بمزامنة أول 10 سجلات لديك، وقم بجدولة عملية cron المتكررة. اتصل بالدعم إذا فشل أي شيء.
| المعيار | ECOSIRE | بناء مخصص | منافس | أودو الأصلي |
|---|---|---|---|---|
| How you get it | Built, installed and supported for your setup after a scoping call | Built in-house or by a freelancer from scratch | Generic download, install-it-yourself | |
| NAV Online Szamla 3.0 API | Full manageInvoice submission plus status polling | Depends entirely on developer knowledge of the schema | Usually covers the common submission path only | |
| SHA3-512 signing and token exchange | Implemented and tested against NAV test environment | Must be researched and hand-built, easy to get wrong | Included but tied to the vendor's assumptions | |
| Storno, modification and currency handling | Storno chaining, modification index, FX exchange rates included | Often deferred or partially implemented | Varies; edge cases may need paid add-ons | |
| Classification codes (VTSZ / KN / CsK / SZJ) | Exposed on invoice lines and mapped into the XML | Added only if specified up front | Sometimes present, sometimes limited | |
| Fit to your Odoo version and edition | Targeted to your 17/18/19 Community or Enterprise build | Fits, but you carry all maintenance | Fits supported versions only; upgrades on vendor's timeline | |
| Support and NAV schema updates | Defined post-go-live window plus optional schema-update follow-on | You own every future fix | Subscription or per-incident vendor support | |
| Source code and handover | Full source plus git repository handover | You own the code but also all the risk | Often closed or license-restricted |
No. This is a build-to-order engagement: ECOSIRE builds, installs and supports the module for your specific Odoo version, edition and NAV setup. There is no instant download — we start with a scoping call and deliver installable source code once your build is complete.
Typical delivery is 2-4 weeks from confirmed scope. After the scoping call we agree the exact invoice types, currency and company scenarios, then build, test against the NAV test environment on a staging copy, and hand over. Complex multi-company or self-billing scope can extend the timeline, which we state in the fixed quote.
Pricing starts from $499 as an indicative single-company base scope. After a short scoping call we give you a fixed written quote — no surprises. Drivers such as multi-company reporting, additional currency or self-billing scenarios, deeper localization and data-migration volume increase the quoted scope.
Every engagement includes a defined post-go-live support window for defect fixes and adjustments to the NAV Online Szamla schema. Because NAV periodically revises its schema, we can extend support or handle schema-version upgrades as a follow-on; this is agreed as part of your quote.
We build and test against Odoo 17.0, 18.0 and 19.0, on both Community and Enterprise. The module builds on the standard `account`, `base_vat` and `l10n_hu` modules, so it fits a standard Hungarian Odoo localization.
Yes. Storno (cancellation) and modification invoices are handled with the correct NAV reference chaining and modification index, and foreign-currency invoices are reported with the required `exchangeRate` and NAV-compliant rounding alongside HUF invoices.
No. The module ships with a NAV test-vs-production environment switch. UAT runs against the NAV test environment on a staging copy of your database, so nothing reaches the live tax authority until you confirm production cutover.
A build-to-order Odoo integration that reports every issued invoice to Hungary's NAV Online Szamla 3.0 system in real time, straight from invoice validation. ECOSIRE scopes, builds, installs and supports it for your exact Odoo setup.