feat(integrations): add Odoo API routes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude AI
2026-01-29 22:25:36 +00:00
parent c81fac788d
commit 4b15abcbfb
3 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from app.routers.odoo import router as odoo_router
__all__ = ["odoo_router"]