From 912abc4b97a2118a370c04c41ab7d93e02f31d2c Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 3 Apr 2026 13:20:03 +0200 Subject: [PATCH] Update TODO.md: mark SQL constraints, translations, ref, URLs as done Co-Authored-By: Claude Opus 4.6 (1M context) --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index f5b97c9..a6240f8 100644 --- a/TODO.md +++ b/TODO.md @@ -35,13 +35,13 @@ Stand: 2026-04-02 | Go: 19.925 LOC | Python Referenz: 92.733 LOC (core) + Addons - [ ] Multi-hop Related Fields (aktuell nur single-hop "fk.field") - [ ] Batch-Create (Liste von Values statt einzeln) - [ ] Prefetch/Lazy Loading (aktuell alles auf einmal) -- [ ] SQL Constraints (UNIQUE, CHECK) +- [x] SQL Constraints (UNIQUE, CHECK) - [ ] Field-Level Groups (Feld-Sichtbarkeit nach Gruppen) -- [ ] Translatable Fields (translate=True → ir.translation Lookup) +- [x] Translatable Fields (translate=True → ir.translation Lookup) - [ ] Properties Field (JSONB key-value) - [ ] parent_path (Hierarchie-Optimierung) - [ ] Flush/Recompute Ordering (Python hat _recompute_todo Queue) -- [ ] Environment.ref() vollstaendig (aktuell nur basic) +- [x] Environment.ref() vollstaendig - [ ] Recordset Arithmetic (+ - & | Operatoren vollstaendig) --- @@ -223,7 +223,7 @@ Stand: 2026-04-02 | Go: 19.925 LOC | Python Referenz: 92.733 LOC (core) + Addons - [ ] Performance-Benchmarks - [ ] Logging Framework (strukturiert, nicht nur log.Printf) - [ ] Configuration File (statt nur Env-Vars) -- [ ] Odoo.com URLs entfernen (5 Stellen identifiziert) +- [x] Odoo.com URLs entfernt (alle 5 Stellen) - [ ] Health-Check erweitern (DB + Dependencies) ---