This repository contains the Neodoo AI module, a powerful tool for integrating AI capabilities into Odoo backends.
- Seamless AI integration with any Odoo model
- Multiple AI backend options (Odoo OLG via IAP or free APIs like Hugging Face)
- Easy automation through Automated Actions
- Code-free AI integration for business processes
- Clone this repository
- Install dependencies:
pip install requests
- Add the module to your Odoo addons path
- Install the module through Odoo interface
See the module's internal documentation for detailed usage instructions.
LGPL-3