Saturday, June 13, 2026
1 change · 19.0
New functionality added to Odoo
This change adds a structured working framework for future Odoo 19.0 development, including session tracking, readiness checks, documentation, and a standard verification process. It helps teams and AI-assisted contributors start work consistently, reduce rework, and confirm changes are ready before handoff.
Original PR description
## Summary - Establishes the full Claude Code development harness for UP5 TECH Odoo 19.0 - Adds structured session management: CLAUDE.md, claude-progress.md, DECISIONS.md, startup-readiness.md, feature_list.json - Introduces three-layer verification gate (lint → test → smoke) with verify.sh and ruff integration - Adds up5-docs/ topic documents: conventions, git workflow, sprint contracts, clean-state checklist, quality scoring, architecture templates - Adds up5-learning/ lecture series (12 lectures) documenting harness design decisions - Enforces WIP=1, sprint contracts before coding, and clean-state as a completion criterion ## Test plan - [ ] `conda activate odoo19 && python odoo-bin --version` succeeds - [ ] `./verify.sh` exits 0 (lint + test runner) - [ ] `startup-readiness.md` shows all four conditions green - [ ] `feature_list.json` has at least one `not_started` task ready for the next session 🤖 Generated with [Claude Code](https://claude.com/claude-code)