Update TODO.md: mark SQL constraints, translations, ref, URLs as done
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
TODO.md
8
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)
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user