| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• AI (ai_app) |
| Community Apps Dependencies | Show |
| Lines of code | 4372 |
| Technical Name |
lu_ai_workflow |
| License | See License tab |
| Website | https://www.link-up.co.kr |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• AI (ai_app) |
| Community Apps Dependencies | Show |
| Lines of code | 4372 |
| Technical Name |
lu_ai_workflow |
| License | See License tab |
| Website | https://www.link-up.co.kr |
AI Workflow Engine
Agentic loop for Odoo AI. Build multi-step workflows with event triggers, state memory, human-in-the-loop approval, and async LLM queue — all within a security sandbox.
Multi-Step Workflows
Define agentic workflows that span multiple LLM calls, approvals, and ERP actions.
HITL Approval
Pause workflow execution at critical steps for human review before proceeding.
Async LLM Queue
Long-running AI tasks are queued and processed asynchronously via cron workers.
Agentic Workflow Engine
Define multi-step AI workflows triggered by Odoo events (base.automation).
Each step can call LLMs, read/write ERP records, wait for approval, or branch conditionally.
Security Sandbox
All AI-initiated ERP actions execute through a sandboxed service user with configurable permissions. Every action is logged in a security audit trail.
State Memory & Timeout
Workflows persist state across async steps. Automatic timeout cron cleans up stale workflows and retries failed LLM requests with exponential backoff.
System Requirements
| Odoo Version | 19.0 Enterprise |
| Required Modules | base, mail, ai, base_automation, lu_ai_ollama, lu_ai_orch |
Please email us for support at
Can workflows run automatically without human approval?
Yes. HITL approval is optional per step. Fully automated workflows are supported for low-risk actions.
What happens if the LLM server is down?
Requests are queued. The async worker retries with exponential backoff until the server recovers or the max retry count is reached.
Linkup Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Linkup Infotech.inc, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Linkup License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The right and license to use and incorporate the software, in whole or in part, to develop its website/ mobile app (including the integration of all or part of the Licensor’s software into Licensee's own software) on one domain only, solely for the own personal or business use of the Licensee. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module