# odoo_elasticsearch **Repository Path**: jason156/odoo_elasticsearch ## Basic Information - **Project Name**: odoo_elasticsearch - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: 12.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-13 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Integrate Odoo 12 with Elasticsearch 7.0.0+. This module makes it easier to build Elasticsearch index for Odoo model records. More examples will be added later! It's newly refactored and more tests are still needed! ~~Before using it, you need to apply this change to your Odoo 12: https://github.com/oliverzgy/odoo/pull/1, this will add a search_read_json function, which returns a json compatible seach results, good for building ES index.~~ It could be used as a starter kit to build your own module related to ES!