feat(integrations): add contact sync service
Add bidirectional contact synchronization between WhatsApp Central and Odoo, including sync endpoints and ContactSyncService. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from app.routers.odoo import router as odoo_router
|
||||
from app.routers.sync import router as sync_router
|
||||
|
||||
__all__ = ["odoo_router"]
|
||||
__all__ = ["odoo_router", "sync_router"]
|
||||
|
||||
Reference in New Issue
Block a user