A made-to-order Odoo localization that brings the Finnish chart of accounts, ALV VAT rates, reference numbers, bank barcodes and full Finvoice 3.0 e-invoice sending and receiving into your instance. ECOSIRE scopes, builds, installs and supports it — it is not an off-the-shelf download. Built to order by ECOSIRE for Odoo 17, 18, 19 — indicative price from $399.00 USD; request a quote for a scoped proposal.

A made-to-order Odoo localization that brings the Finnish chart of accounts, ALV VAT rates, reference numbers, bank barcodes and full Finvoice 3.0 e-invoice sending and receiving into your instance. ECOSIRE scopes, builds, installs and supports it — it is not an off-the-shelf download.
ابھی کوئی ادائیگی نہیں۔ یہ ہماری ٹیم کو قیمت کی درخواست بھیجتا ہے — ہم قیمت اور اگلے اقدامات کے ساتھ ای میل کے ذریعے رابطہ کریں گے۔
Finnish companies that invoice other businesses cannot get away with a plain PDF anymore. Trading partners and public buyers expect a structured Finvoice 3.0 e-invoice, every domestic payment slip needs a valid viitenumero reference number and a scannable bank barcode, and the books have to follow the account structure and ALV VAT logic expected under kirjanpitolaki. Odoo core gives you account, account_edi, base_vat and base_iban as raw building blocks, but out of the box it ships neither a Finnish chart of accounts, nor the 25.5/14/10/0% ALV rate set with domestic reverse charge, nor the reference-number and barcode standards, nor a Finvoice XML mapping. A typical off-the-shelf apps.odoo.com module usually covers one slice — a chart template, or a bare e-invoice export — and leaves the reference numbers, barcodes, operator handoff and inbound bill capture for you to bridge by hand.
Finnish chart of accounts delivered as an `account.chart.template` aligned to `kirjanpitolaki` account structure
ALV VAT rate set (25.5%, 14%, 10%, 0%) modeled as `account.tax` records with domestic reverse-charge handling
ALV VAT-return summary mapping via tax tags so the periodic Finnish VAT return foots to the ledger
`viitenumero` reference-number generation as a `compute`/`@api.depends` field on `account.move` with 7-3-1 weighted check digit
Bank barcode (`virtuaaliviivakoodi`) computed and rendered on the invoice through an extended QWeb report for scan-to-pay
Finvoice 3.0 sales e-invoice XML serialized through an `account_edi` format with party, line, ALV and `EpiDetails` mapping
We build a single, coherent Finnish localization on top of the native accounting engine so those gaps close together. The chart of accounts is delivered as an account.chart.template aligned to kirjanpitolaki practice, with the ALV rate set (25.5%, 14%, 10%, 0% and domestic reverse charge) wired as account.tax records and grouped through tax tags into an ALV VAT-return summary mapping so the periodic return foots correctly. Reference-number generation follows the Finnish viitenumero standard (base number plus 7-3-1 weighted check digit) as a compute/@api.depends field on account.move, and the bank barcode (virtuaaliviivakoodi) is rendered directly onto the invoice through an extended QWeb report so customers can pay by scanning. Y-tunnus business-ID validation extends base_vat, and OVT/EDI identifiers are stored and validated on res.partner for correct operator routing.
The Finvoice 3.0 layer is where the real engineering sits. Sales invoices are serialized to compliant Finvoice 3.0 XML through an account_edi format, mapping seller/buyer parties, OVT identifiers, line items, ALV breakdown, the reference number and the EpiDetails payment block. Sending happens either by operator handoff to a service-operator gateway (the widely-used Maventa/Apix-style web-service pattern) or by a monitored file drop, driven by an automated action so approved invoices flow out without manual export. Inbound Finvoice files are parsed and matched back to purchase orders and partners to create draft vendor bills for review — closing the loop on receiving as well as sending. For payments, we add SEPA / Finnish bank payment-file (pain.001) generation so supplier runs leave Odoo in the format your bank expects. Everything is exposed to the standard XML-RPC/JSON-RPC API and secured with ir.model.access.csv plus record rules, and it is built and tested against Odoo 17.0, 18.0 and 19.0 on both Community and Enterprise (Enterprise's document/EDI conveniences are used where present, with a Community-safe fallback).
Because this is build-to-order, nothing ships until we have agreed the scope on a short call: which operator you use, your ALV filing pattern, whether you need inbound capture and payment files, and any chart customizations. Typical delivery is 2–4 weeks from confirmed scope. You receive installable source for your Odoo version, a UAT pass on a staging copy of your database with a rollback plan, and a post-go-live support window. Pricing starts from $399 (indicative, single-company base scope); multi-company groups, additional operator integrations, inbound-bill automation depth and historical data migration volume increase the quoted scope, and the fixed quote is confirmed only after the scoping call.
Runs accounting for a company that invoices other businesses and increasingly public buyers, and needs outbound Finvoice 3.0 plus native reference numbers and barcodes so payments reconcile automatically.
Standardizing several companies on one Odoo instance and needs a consistent Finnish chart, ALV return mapping and per-company OVT/operator routing rather than a patchwork of manual exports.
Has core `account` running but hit the wall on Finvoice XML, `viitenumero` check digits and operator handoff, and wants a supported, source-delivered localization instead of maintaining a fragile in-house script.
Migrating to Odoo and must keep sending compliant e-invoices and Finnish payment files from day one, with historical accounts and open items brought across cleanly.
Buy the license on ecosire.com and download the Finland Accounting Localization + Finvoice module ZIP from your account dashboard.
Extract the ZIP into your Odoo custom addons folder on the server (or upload via Apps > Install from file on Odoo.sh / runbot).
Activate Developer Mode, open Apps, click Update Apps List, search for Finland Accounting Localization + Finvoice, and press Install.
Open the new menu, paste your ECOSIRE license key, connect any external credentials (Shopify, Amazon, Stripe, etc.), and save.
Run the built-in connection test, sync your first 10 records, and schedule the recurring cron. Contact support if anything fails.
| Criterion | ECOSIRE | Custom Build | Competitor | Odoo Native |
|---|---|---|---|---|
| Finnish chart of accounts | `kirjanpitolaki`-aligned template loaded and reviewed with you | Built from scratch at your cost and risk | Often a bare chart template only | |
| ALV VAT rates + return mapping | 25.5/14/10/0% + reverse charge, tagged to the ALV return | Hand-configured, easy to mis-tag | Rates may be present, return mapping rarely complete | |
| viitenumero reference numbers | Computed with correct 7-3-1 check digit on `account.move` | Must implement the check-digit algorithm yourself | Sometimes included, sometimes not | |
| Bank barcode on invoice | `virtuaaliviivakoodi` rendered via extended QWeb report | Custom QWeb work required | Rarely included | |
| Finvoice 3.0 sending | `account_edi` XML + operator or file-drop handoff | Full XML mapping and transport to build | Export may exist, transport often manual | |
| Inbound Finvoice to vendor bills | Parsed into draft bills matched to PO and partner | Significant parsing work to build | Usually outbound-only | |
| Delivery model | Scoped, built, installed, UAT + rollback, supported | You own build, test and maintenance | Self-install, community support | |
| Odoo version coverage | Built and tested on 17.0/18.0/19.0, Community + Enterprise | Whatever you build and maintain | Often lags on newer majors |
No. It is build-to-order. ECOSIRE builds the localization for your specific Odoo version and edition, configures it around your operator and ALV filing pattern, and hands over installable source — it is not an instant apps.odoo.com download.
Typical delivery is 2–4 weeks from confirmed scope. The clock starts once we have agreed the scope on the call (operator, inbound capture, payment files, chart customizations). Larger multi-company or data-migration work extends the timeline, which we state in the quote.
Pricing starts from $399 as an indicative single-company base scope. We confirm a fixed quote only after a short scoping call, because drivers like multi-company setups, extra operator integrations, inbound-bill automation depth and historical data migration volume change the effort. No firm price is committed before scoping.
Both common patterns: handoff to a service-operator web service (the Maventa/Apix-style gateway model) and a monitored file drop where your bank or operator picks up the generated Finvoice 3.0 XML. Sending is triggered by an automated action once an invoice is approved.
Yes, if inbound capture is in scope. Received Finvoice 3.0 files are parsed and turned into draft vendor bills matched to the partner and, where possible, the purchase order, so your team reviews and posts rather than re-keying.
It runs on both. The core localization — chart, ALV taxes, `viitenumero`, barcode and Finvoice XML — is Community-safe. Where you run Enterprise, we use its document/EDI conveniences; on Community we provide an equivalent fallback so behavior is consistent.
You get a post-go-live support window for defect fixes and configuration questions, and you receive the git repository so your team owns the code. Version upgrades (for example to a newer Odoo major) or new ALV/Finvoice requirements are handled as a scoped follow-on engagement.
A made-to-order Odoo localization that brings the Finnish chart of accounts, ALV VAT rates, reference numbers, bank barcodes and full Finvoice 3.0 e-invoice sending and receiving into your instance. ECOSIRE scopes, builds, installs and supports it — it is not an off-the-shelf download.