Commit Graph

  • 5dd3499097 feat: Major WhatsApp integration update with Odoo and pause/resume main Claude AI 2026-01-30 20:48:56 +00:00
  • 1040debe2e fix(odoo): compatibilidad completa con Odoo 19 Claude AI 2026-01-30 00:48:35 +00:00
  • 28592254b2 fix(odoo): agregar store=True a campos computados Claude AI 2026-01-30 00:38:13 +00:00
  • 0c5fe0e3bb fix(odoo): cambiar tree a list para Odoo 17+ Claude AI 2026-01-30 00:33:53 +00:00
  • f305f6495a fix(odoo): corregir orden de carga de archivos en manifest Claude AI 2026-01-30 00:30:06 +00:00
  • ece4398807 fix(odoo): corregir método create para Odoo 17+ Claude AI 2026-01-30 00:24:40 +00:00
  • a5914a164b chore: agregar ZIP v2 del módulo Odoo (sin security CSV) Claude AI 2026-01-30 00:04:54 +00:00
  • 3c36701abc chore: remover ZIP, descargar repo completo Claude AI 2026-01-30 00:04:46 +00:00
  • 4877dc23d7 fix(odoo): usar post_init_hook para crear permisos Claude AI 2026-01-30 00:03:31 +00:00
  • 626236c6dd fix(odoo): cambiar permisos de CSV a XML para importación ZIP Claude AI 2026-01-30 00:02:50 +00:00
  • 357987844e chore: agregar ZIP del módulo Odoo para descarga directa Claude AI 2026-01-30 00:00:58 +00:00
  • de48f0177a fix(api-gateway): corregir errores de SQLAlchemy y dependencias Claude AI 2026-01-29 23:18:28 +00:00
  • 9b27eddb5f fix(odoo): corregir external IDs en security CSV Claude AI 2026-01-29 23:13:59 +00:00
  • b747b6c49a fix: resolve TypeScript build errors and update Dockerfiles Claude AI 2026-01-29 23:05:33 +00:00
  • 991b8ddfe8 docs: update README with completed phases and add Odoo module install guide Claude AI 2026-01-29 22:53:29 +00:00
  • e10d67b19d chore(odoo): update module version to Odoo 19 Claude AI 2026-01-29 22:48:46 +00:00
  • 0c2e2f1b7a feat(odoo): add static description directory for module icon Claude AI 2026-01-29 22:46:45 +00:00
  • 48db1a94f7 feat(odoo): add conversation and partner views Claude AI 2026-01-29 22:45:44 +00:00
  • f1933cf0d0 feat(odoo): add security and data files Claude AI 2026-01-29 22:45:40 +00:00
  • ad218ecccf feat(odoo): add menu and account views Claude AI 2026-01-29 22:45:33 +00:00
  • 5f61a815e5 feat(odoo): add wizard views Claude AI 2026-01-29 22:45:29 +00:00
  • 13dedaf48d feat(odoo): add WhatsApp webhook controller Claude AI 2026-01-29 22:43:19 +00:00
  • cf424b1f37 feat(odoo): add OWL chat widget Claude AI 2026-01-29 22:43:14 +00:00
  • c8c6deb4de feat(odoo): add WhatsApp account model Claude AI 2026-01-29 22:43:08 +00:00
  • e85c9c10b5 feat(odoo): add WhatsApp conversation model Claude AI 2026-01-29 22:43:06 +00:00
  • 218c137564 feat(odoo): add WhatsApp CSS styles Claude AI 2026-01-29 22:43:05 +00:00
  • 1074bf6739 feat(odoo): extend res.partner with WhatsApp fields Claude AI 2026-01-29 22:43:03 +00:00
  • 7551a3d8b7 feat(odoo): add WhatsApp message model Claude AI 2026-01-29 22:43:02 +00:00
  • 87d59ca433 feat(odoo): create module structure and manifest Claude AI 2026-01-29 22:40:07 +00:00
  • 1c01acd168 docs: add Fase 6 Odoo Module implementation plan Claude AI 2026-01-29 22:36:17 +00:00
  • 2820ffc3cf feat(frontend): add Odoo node components to FlowBuilder Claude AI 2026-01-29 22:30:03 +00:00
  • d1d1aa58e1 feat(flow-engine): add Odoo node executors Claude AI 2026-01-29 22:28:26 +00:00
  • 619b291f49 feat(integrations): add Odoo webhooks handler Claude AI 2026-01-29 22:28:24 +00:00
  • 95cd70af1f feat(integrations): add contact sync service Claude AI 2026-01-29 22:26:18 +00:00
  • 4b15abcbfb feat(integrations): add Odoo API routes Claude AI 2026-01-29 22:25:36 +00:00
  • c81fac788d feat(integrations): add Partner service for Odoo contacts Claude AI 2026-01-29 22:22:26 +00:00
  • 63d4409c00 feat(frontend): add Odoo configuration page Claude AI 2026-01-29 22:22:12 +00:00
  • a40811b4a1 feat(integrations): add SaleOrder service for Odoo sales Claude AI 2026-01-29 22:21:54 +00:00
  • d2ce86bd41 feat(api-gateway): add Odoo config model and endpoints Claude AI 2026-01-29 22:19:17 +00:00
  • c50459755a feat(integrations): add Odoo XML-RPC client Claude AI 2026-01-29 22:19:03 +00:00
  • 918b573de3 chore(docker): add integrations service and Odoo config Claude AI 2026-01-29 22:18:59 +00:00
  • e24bc20070 feat(integrations): setup integrations service structure Claude AI 2026-01-29 22:17:18 +00:00
  • 24850e23f0 docs: add Fase 5 Odoo Integration implementation plan Claude AI 2026-01-29 22:13:18 +00:00
  • 67847da862 docs: update .env.example with DeepSeek config Claude AI 2026-01-29 22:08:12 +00:00
  • a6c2e67c6a refactor(ai): replace OpenAI with DeepSeek API Claude AI 2026-01-29 22:05:10 +00:00
  • db1258bc2a feat(frontend): add Templates and Variables routes to MainLayout Claude AI 2026-01-29 11:19:42 +00:00
  • 0230ab4e36 feat(frontend): add advanced node components to FlowBuilder Claude AI 2026-01-29 11:18:57 +00:00
  • b458b8e8dd refactor(flow-engine): use NodeRegistry for modular node execution Claude AI 2026-01-29 11:16:46 +00:00
  • 20e5c2d13b feat(frontend): add GlobalVariables management page Claude AI 2026-01-29 11:16:20 +00:00
  • bcb09204ae chore(docker): add OpenAI config to flow-engine Claude AI 2026-01-29 11:16:04 +00:00
  • 26e5ce5a31 feat(fase4): add validation nodes Claude AI 2026-01-29 11:13:36 +00:00
  • 058f837ecb feat(fase4): add advanced nodes - switch, delay, random, loop, goto Claude AI 2026-01-29 11:13:36 +00:00
  • 62d4c37c1d feat(fase4): add GlobalVariable API routes Claude AI 2026-01-29 11:13:26 +00:00
  • 991bd161f0 feat(fase4): add AI response and sentiment nodes Claude AI 2026-01-29 11:13:15 +00:00
  • 76c48ff78f feat(fase4): add FlowTemplates frontend page Claude AI 2026-01-29 11:13:10 +00:00
  • af061b1a07 feat(fase4): add JavaScript and HTTP request nodes Claude AI 2026-01-29 11:13:03 +00:00
  • b8d97e2557 feat(fase4): add FlowTemplate model and API Claude AI 2026-01-29 11:10:54 +00:00
  • 835c4aa387 feat(fase4): add NodeExecutor architecture with basic nodes Claude AI 2026-01-29 11:10:21 +00:00
  • 64b186314f feat(fase4): add GlobalVariable database model Claude AI 2026-01-29 11:10:13 +00:00
  • e3b14be00f docs: add Fase 4 Flow Engine Avanzado implementation plan Claude AI 2026-01-29 11:08:15 +00:00
  • 7a7c961d35 feat(fase3): add Queues and Supervisor routes to MainLayout Claude AI 2026-01-29 11:00:52 +00:00
  • f76c9bb3f4 feat(fase3): enhance Inbox with transfers, notes, and quick replies Claude AI 2026-01-29 10:59:49 +00:00
  • 9a640b7136 feat(fase3): add Supervisor Dashboard frontend Claude AI 2026-01-29 10:59:26 +00:00
  • aadb98571c feat(fase3): add Queue management frontend page Claude AI 2026-01-29 10:59:25 +00:00
  • c18e0b9d2a feat(fase3): add Queue and QuickReply API routes Claude AI 2026-01-29 10:56:39 +00:00
  • e0ff66504b feat(fase3): add conversation transfer and note API routes Claude AI 2026-01-29 10:56:35 +00:00
  • 5746ad42e5 feat(fase3): add supervisor dashboard API Claude AI 2026-01-29 10:54:51 +00:00
  • cb25cf782d feat(fase3): add Queue and QuickReply API schemas Claude AI 2026-01-29 10:54:26 +00:00
  • aca30d8dc2 feat(fase3): extend Conversation model with SLA and queue fields Claude AI 2026-01-29 10:54:13 +00:00
  • 49462a3538 feat(fase3): add AssignmentService for queue management Claude AI 2026-01-29 10:54:12 +00:00
  • c9365c9d43 feat(fase3): add agent status update and list endpoints Claude AI 2026-01-29 10:52:31 +00:00
  • 8784ec2e3f feat(fase3): add QuickReply database model Claude AI 2026-01-29 10:52:30 +00:00
  • 6cf27fe255 feat(fase3): add Queue and QueueAgent database models Claude AI 2026-01-29 10:52:24 +00:00
  • 2ed272e511 docs: add Fase 3 Inbox Avanzado + Multi-agente implementation plan Claude AI 2026-01-29 10:49:49 +00:00
  • 363e332f29 feat(phase2): integrate flow engine and add flows navigation Claude AI 2026-01-29 10:24:08 +00:00
  • c97d380635 feat(phase2): add Flow Builder UI and internal flow routes Claude AI 2026-01-29 10:23:02 +00:00
  • 14a579d5ca feat(fase2): add Flow API routes and Flow Engine main app Claude AI 2026-01-29 10:20:35 +00:00
  • 8824f65a62 feat(fase2): add Flow schemas and Flow Engine core Claude AI 2026-01-29 10:19:11 +00:00
  • 257baaaf19 feat(fase2): add Flow models, Flow Engine setup, update Docker Compose Claude AI 2026-01-29 10:17:44 +00:00
  • 4a004b0b00 docs: add Fase 2 Flow Engine implementation plan Claude AI 2026-01-29 10:13:58 +00:00
  • 1d34504d04 feat: add Alembic database migrations setup Claude AI 2026-01-29 10:02:10 +00:00
  • dcb7fb5974 feat: add Layer 3 - API Gateway main app, WhatsApp routes, Frontend pages Claude AI 2026-01-29 10:01:06 +00:00
  • 7042aa2061 feat: add Layer 2 - WhatsApp Core logic, API Gateway models/auth, Frontend core Claude AI 2026-01-29 09:55:10 +00:00
  • 31d68bc118 feat: add Layer 1 foundation - Docker, WhatsApp Core, API Gateway, Frontend setup Claude AI 2026-01-29 09:45:00 +00:00
  • b4355fbc96 docs: add Fase 1 implementation plan with 16 tasks Claude AI 2026-01-29 09:41:06 +00:00
  • a92a7efccc Initial commit: Documentación completa del proyecto WhatsApp Centralizado Claude AI 2026-01-29 09:29:57 +00:00