Drops the 73KB icon.png into each of the four sub-modules (fusion_accounting meta, _core, _ai, _migration) so Odoo's Apps page renders the branded icon for each. Meta-module manifest 'icon' path now points to its own icon instead of the AI sub-module's. Made-with: Cursor
Fusion Accounting AI
Conversational AI co-pilot for Odoo Accounting using Claude or GPT.
What it does
Embeds an AI agent in the Odoo Accounting menu. Users chat with the AI, which calls into Odoo via tool-functions (read journal entries, find unreconciled bank lines, draft follow-ups, generate audit reports, etc.). Tier 3 actions (financial writes) require user approval via in-chat approval cards.
Install profiles
This module works on three install profiles:
- Pure Community + this module — AI uses pure Community searches via the
data-adapter
_via_communitypaths. Reduced functionality (no rich reports, no Enterprise bank-rec features) but all read tools work. - Community + this module + fusion native sub-modules (recommended target) — adapters route to fusion bank rec / fusion reports / etc. Full functionality.
- Community + Enterprise + this module (legacy) — adapters route to Enterprise APIs. Most functionality available; some Enterprise-specific UI integration (e.g. live cursor in bank-rec widget) not supported.
Configuration
Settings -> Fusion Accounting AI -> set API keys for Claude (default) and/or OpenAI.
Troubleshooting
See CLAUDE.md in this module for known Odoo 19 gotchas.