A curated list of awesome Odoo resources. Inspired by awesome-python, itself inspired by awesome-php.
Contributions are welcome - check the guidelines.
- Technical Memento (pdf) is a short reference, a little outdated, but that still can't be missed.
- Current official documentation actively maintained by the R&D team.
- New API Guidelines, by Nicolas Bessi, can provide additional insights not yet covered in the official docs.
- Data Model Documentation with UML diagrams.
Documentation for older version can sometimes fill a few gaps in the latest docs:
- ERPPeek provides both a fully featured low-level API, and an encapsulation of the methods on Active Record objects, plus helpers to administrate the server remotely (docs).
- Mandibule, an Odoo Model browser (doc).
- OdooRPC is a Python JSON-RPC library which aims to provide an easy way to remotely pilot and manage an Odoo server.
- Aeroo Reports: a versatile reporting engine with Open/LibreOffice integration (doc).
- Pentaho Reports: run Pentaho reports in Odoo and design them using the Pentaho report designer (doc, presentation).
- Jasper Report Server: Compose report with iReport or JasperStudio and defined printing action in odoo to retrieve the report seamlessly.
- Birt Reports Use Birt Viewer to generate a report
initOS/openerp-dav
: vCard and CardDAV support for Odoo (presentation).
anybox/advanced_attachment
: store attachments as PostgreSQL large objects (doc).