13d5dd875818b5b01693f95510a2d3b70210481f
A-Runde rest points verified against the RIS norm texts downloaded 2026-09-11 (.additional_docs/ris_normtexte/, tagesaktuell): - A1 (corrected): 2026 Ueberstunden measure = EStG para 124b Z 440 lit c idF BGBl I 4/2026 (15 UStd/170 EUR for all pay periods 2026, Aufrollung 31.05.2026); the previous 'Z 476 lit c idgF BGBl I 43/2026' attribution was a wrong citation (Z 476 = Pendlerpauschale, para 33 Abs 5 Z 4/Abs 8 Z 2). Z 492/494 belong to the Feiertagsarbeitsentgelt rule para 68 Abs 1 (Aufrollung 30.09.2026 = Z 494 idF BGBl I 43/2026). lb-zus-07 and wk-akt-01 confirmed. - A4 (citation structure): ATZ-Geld = Art. 2 para 27 AlVG, Blockzeit quota scale = Art. 7 para 82 Abs 7/8 (788-884 weeks); the earlier 'para 27 not in force' finding was a search artifact. - A6 (closed): ALV-Entfall from 2027 = AlVG para 1 Abs 2 lit e idF BGBl I 62/2026 (NOR40280219, incl. Korridorpension/erfuellte Anwartschaft, Folgemonat); para 49 ASVG 2027 only removes the Telearbeitspauschale; AMPFG para 2a repealed 31.12.2026; IESG surcharge falls away with the ALV contribution. - A7 (Fundstellen closed): GFG = ASVG para 5 Abs 2, AK-Umlage = AKG para 61; new open point 2026-GFG (551.10 EUR = 2025 value, wertkritisch for Pauschale/DAG threshold before GP4/GP8). - A9 (closed): AZR 2025/2026 = 1,273.99/1,308.39 EUR (ASVG para 293 Anm. 2); AP5 Pfaendungstabelle buildable on EO paras 291a/292. - A10 (closed): Altrecht border = 1.1.1955 (APG para 1 Abs 3); '1954' only remains the LZP cohort (para 617 Abs 13 ASVG). - A3 (unchanged): paras 16 Z 4 lit f + 20 Abs 2 Z 1 EStG norm- verified; new Verwaltungspraxis not documentable at RIS - remains the only AP4 blocker. B16 Bezugszeitraum resolved (Z 492/494). Layer-2 Abgleich notes of the A1 family (5 entries) corrected; source quotations untouched (Beleg-Prinzip). Wissensbasis gates green (--registry/--check: 601 entries, 571 curated, 0 problems). RUNBOOK/PLAN/RECHTSQUELLEN/MEMORY also carry the parallel GP2 doc sync present in the working tree; GP2 code (addons/) stays uncommitted for its own commit.
odoo-at-payroll
Österreichische Personalverrechnung auf Odoo 19 Enterprise. Eigenes Repo
seit 2026-09-09 — Überführung aus gem360-git per History-Import; siehe
personalverrechnung/PLAN-repo-split.md.
Module
| Modul | Zweck |
|---|---|
l10n_at_hr_payroll |
Bundes-Kern (sektor-neutral): SV-Werte 2026 als hr.rule.parameter-Seed, TASY-Import-Wizard; folgen: Lohnsteuer (AP3), Meldewesen L16/eSV (AP5), Belege (AP6) |
l10n_at_gemeinde_payroll |
Bgld. GemBG 2014: Katalogmodell (AP1), Entgelt-Engine (AP2); AP3+ gemäß personalverrechnung/IMPLEMENTIERUNGSPLAN-Bgld.md |
l10n_at_hr_payroll_private |
General-AT (KV-basierte Privatwirtschaft) — Gerüst; Implementierungsplan freigegeben (IMPLEMENTIERUNGSPLAN-Privat.md), Umsetzung ab M1 (GP0) |
VRV-Buchung für Gemeinden (Anlage 3b, Ansatz/MVAG, EHH/FHH) läuft über
die Brücke l10n_at_gemeinde_payroll_vrv im gem360-Repo (AP7).
Abhängigkeitsrichtung: gem360 → dieses Repo, nie umgekehrt.
Entwicklung
- Odoo 19: Quellen-Referenz ist
odoo_19.0+e.20260910/odoo-19.0+e.20260910/(lokal, unversioniert, in.gitignore) — gemergter Baum (Community und Enterprise in einem Addons-Verzeichnis, 1.481 Addons, u. a.hr_payroll*,l10n_be_hr_payroll,l10n_ch_hr_payroll; Version19.0+e.20260910, Paketnameodoo, startbar viapython -m odoo). Die früheren Checkoutsodoo/+odoo_enterprise/(19.0.0) sind am 2026-09-11 entfernt worden; D4-Spot-Checks aus den Plänen wurden gegen 19.0.0 gemacht — gleiche relative Pfade, aber Neuzugänge wie immer zu Baubeginn gegen diesen Baum verifizieren (D4). Pin bei Odoo-Upgraden gegen den gem360-Entwicklungsstand validieren. - Runtime: Python 3.14 venv im Repo (
.venv/, in.gitignore; editable install des gemergten Baums) + PostgreSQL (Arch:postgresql-Paket, Cluster unter/var/lib/postgres/data,systemctl start postgresql). Dev-DB:odoo_dev. Rollen-/DB-Anlage einmalig:sudo -u postgres createuser -s <user>undcreatedb odoo_dev. - Planung/Rechtsquellen:
personalverrechnung/(PLAN, RECHTSQUELLEN, IMPLEMENTIERUNGSPLAN, Angebotskalkulation). - Rechts-Rohquellen:
.firecrawl/— lokal, unversioniert; falls fehlend, neu von RIS/sozialversicherung.at beschaffen (siehe payroll-Skill), niemals aus Trainingswerten arbeiten.
Tests
Wegwerf-DB verwenden (nie gem360_dev):
createdb <testdb>
.venv/bin/python -m odoo -d <testdb> \
-i l10n_at_hr_payroll,l10n_at_gemeinde_payroll \
--test-tags /l10n_at_hr_payroll,/l10n_at_gemeinde_payroll \
--test-enable --stop-after-init \
--addons-path=odoo_19.0+e.20260910/odoo-19.0+e.20260910/odoo/addons,addons
Der gemergte Baum enthält Community- und Enterprise-Addons in einem
Verzeichnis; kein separates odoo-bin mehr — Aufruf über
.venv/bin/python -m odoo. Dazu je Änderung: py_compile über
alle Python-Dateien und XML-Well-formedness-Check (Konvention wie im
gem360/vrv2015-Workflow).
Description
Languages
Python
99.7%
Shell
0.3%