| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1413 |
| Technical Name |
l10n_sk_socpoist |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
| Versions | 18.0 19.0 |
Slovakia Social Insurance — Socialna poistovna MVPP XML
Generate the monthly Slovak social and health insurance contribution declaration (Mesacny vykaz poistneho a prispevkov) as a ready-to-upload XML file
This application produces the MVPP (Mesacny vykaz poistneho a prispevkov) —
the monthly contribution statement every Slovak employer files with the
Socialna poistovna through the eSluzby portal. It builds the official
mvpp XML document (schema version 2026, namespace
http://socpoist.sk/xsd/mvpp2026), recomputes the summary block from the per-employee
rows and validates the file against the Social Insurance Act control rules before you upload it.
Built around the published 2026 statutory rates
Social insurance funds
- Sickness insurance (nemocenske poistenie)
- Old-age pension insurance (starobne poistenie)
- Disability insurance (invalidne poistenie)
- Unemployment insurance (poistenie v nezamestnanosti)
- Guarantee insurance (garancne poistenie)
- Accident insurance (urazove poistenie) — uncapped
- Solidarity reserve fund (rezervny fond solidarity)
Health insurance
- Employee and employer health-insurance premiums
- Reduced disabled-person rates supported
- No maximum assessment base on health insurance
Limits
- 2026 maximum monthly social-insurance assessment base applied per capped fund
- Configurable on the company so you never depend on a hard-coded number
Feature overview
Correct contribution engine
A pure-Python calculator derives every per-fund employee and employer premium from the monthly gross assessment base, applies the maximum-base cap to the capped funds, leaves the accident fund uncapped and rounds each premium down to the euro cent following the statutory rule. Auto-fill an employee row from a single gross figure.
Birth-number validation
Every rodne cislo is checked for the plausible date part and the divisibility-by-11 control digit before it can be saved or exported, so the file does not bounce at the portal over a mistyped identifier. The validity flag is stored and searchable on the contact.
Pre-submission rule check
A business-rule validator runs the most common eSluzby controls — employer identity, period format, per-row premium recompute, assessment-base cap and the summary-equals-rows cross total — and lists every finding inside Odoo so you fix the data once.
2026 social-insurance contribution rates
| Fund | Employee | Employer |
|---|---|---|
| Sickness (NP) | 1.40% | 1.40% |
| Old-age pension (SP) | 4.00% | 14.00% |
| Disability (IP) | 3.00% | 3.00% |
| Unemployment (PVN) | 1.00% | 1.00% |
| Guarantee (GP) | — | 0.25% |
| Accident (UP, uncapped) | — | 0.80% |
| Solidarity reserve (RFS) | — | 4.75% |
| Total social insurance | 9.40% | 25.20% |
| Health insurance (standard) | 5.00% | 11.00% |
| Health insurance (disabled person) | 2.50% | 5.50% |
Rates effective 1 January 2026. The maximum monthly assessment base for social insurance applies to every fund except accident insurance; health insurance has no maximum base. All rates and the cap are company-configurable.
How it works
- Set the company ICO, the employer variable symbol and (optionally) the contact e-mail and IBAN.
- Create an MVPP declaration for a reporting month; the period (MMYYYY) is derived automatically.
- Add one employee row per insured person, or seed a row from a gross assessment base and auto-fill every premium.
- Run the validation; review the findings and fix any blocking error.
- Generate the
mvppXML and download the attachment. - Upload the file through the Socialna poistovna eSluzby portal with your own credentials.
Format generation only (bring your own credentials): this module produces the official MVPP XML inside your database for you to upload through eSluzby yourself. It does not transmit anything and is not a certified transmission gateway.
Technical notes
- Community-only dependencies (
base,mail) — no Enterprise modules required. - Compatible with Odoo 18.0 and 19.0.
- Pure-Python core covered by an automated test suite (rates, rounding, birth-number control, XML builder and rule validator).
- Multi-company aware; figures held in EUR.
Screenshots
Mvpp Declarations
Generate Mvpp
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1413 |
| Technical Name |
l10n_sk_socpoist |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
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