This commit introduces AI integration for helpdesk tickets to automatically generate sales orders: - openwebui_connector: New module providing integration with OpenWebUI AI service * Configurable API connection (key, base URL, model) * AI prompt template system for reusable prompts * Uses Claude 3 Sonnet model by default - helpdesk_sale_order_ai: Extends helpdesk_sale_order with AI capabilities * AI-powered analysis of ticket content to suggest products * Smart product quantity parsing from various formats * Dedicated UI tab for AI suggestions in helpdesk tickets * Auto-creation of sales orders with matched products The integration streamlines the process of converting customer support requests into sales opportunities.
531 B
531 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_openwebui_prompt_template_user | openwebui.prompt.template.user | model_openwebui_prompt_template | base.group_user | 1 | 0 | 0 | 0 |
| 3 | access_openwebui_prompt_template_admin | openwebui.prompt.template.admin | model_openwebui_prompt_template | base.group_system | 1 | 1 | 1 | 1 |
| 4 | access_openwebui_client_user | openwebui.client.user | model_openwebui_client | base.group_user | 1 | 0 | 0 | 0 |
| 5 | access_openwebui_client_admin | openwebui.client.admin | model_openwebui_client | base.group_system | 1 | 1 | 1 | 1 |