Skip to content

nicolasramos/odoo-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo Addons

Public Odoo 18 addon repository.

This repository contains installable Odoo addons intended to be consumed through a standard Odoo addons path, Git aggregator, submodule, deployment template, or any other Odoo-compatible source management flow.

Screenshots

Task with agent communication

Task with agent communications, execution logs and agent chat

Agent execution list

Execution history with status, timestamps and log counts per run

Runtime configuration

Runtime detail with health status, version info, IP and heartbeat history

Agent configuration form

Agent setup: runtime, engine, CLI command, model, limits and instructions

Agent chatter and status log

Agent activity log: state changes, engine switches, working/idle/error cycles

Available addons

Addon Summary Documentation
odoo_agent AI agent execution system for Odoo Project: runtimes, agents, executions, logs, skills, MCP, and @mentions. odoo_agent/README.md

Repository strategy

This repository contains Odoo addons only.

Runtime daemons, OS installers, service files, and machine-side execution code live in a separate repository:

  • Runtime: https://github.com/nicolasramos/odoo-agent-runtime

This separation keeps each project clean:

Repository Owns Release rhythm
odoo-addons Odoo modules, manifests, XML views, models, security, Odoo tests, addon docs. Odoo-versioned releases, for example 18.0.1.4.0.
odoo-agent-runtime Cross-platform daemon, installers, OS service integration, runtime docs, smoke tests. Runtime semver releases, for example 0.1.0.

Installation pattern

Add this repository to your Odoo addons path and install the desired module.

Example:

[options]
addons_path = /opt/odoo/odoo/addons,/opt/odoo/odoo-addons

Then install:

odoo-bin -d <database> -i odoo_agent --stop-after-init

Documentation

Validate

python3 scripts/validate_addon.py
python3 -m compileall -q odoo_agent

Full validation requires Odoo 18:

odoo-bin -d <database> -i odoo_agent --test-enable --stop-after-init

Author

Odoo AI Agent System (odoo_agent) was created and is maintained by Nicolás Ramos (nicolasramos.es, @nicolasramos_es).

This module is part of the Odoo ecosystem. If you find it useful, please contribute via GitHub issues, pull requests, or by sharing your experience.

License

LGPL-3.

About

No description, website, or topics provided.

Resources

License

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors