mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-18 12:41:59 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
351 B
351 B
Controllers
HTTP routes provided by this module.
sequenceDiagram
participant U as User/Client
participant C as Module Controllers
participant O as ORM/Views
U->>C: HTTP GET/POST (routes)
C->>O: ORM operations, render templates
O-->>U: HTML/JSON/PDF
Notes
- See files in controllers/ for route definitions.