knowledge/document_reindex
2015-10-14 03:16:56 +02:00
..
models [FIX] don't search for datas 2015-06-03 09:43:29 +02:00
static/description [IMP] rework icon 2015-05-05 16:46:32 +02:00
tests [ADD] test 2015-06-03 09:50:47 +02:00
views [ADD] document_reindex 2015-05-05 16:26:46 +02:00
__init__.py [ADD] allow synchronous reindexation during init 2015-06-03 11:39:49 +02:00
__openerp__.py [MIG] Make modules uninstallable 2015-10-14 03:16:56 +02:00
hooks.py [ADD] allow synchronous reindexation during init 2015-06-03 11:39:49 +02:00
README.rst [ADD] allow synchronous reindexation during init 2015-06-03 11:39:49 +02:00

Reindex documents
=================

This module allows you to reindex documents in case they were uploaded when the right configuration for indexation was missing.

Usage
=====

To reindex a single document, open its form and click the `Reindex document` button.

To reindex all documents, go to Settings / Configuration / Knowledge, check the box `Reindex all documents` or `Reindex all unindexed documents` and click apply. Those are done in the background, so watch your logs for the process to finish.

In a migration context, you might want to reindex all or unindexed documents. To achieve this, create a config parameter `document_reindex.reindex_unindexed_on_init` or `document_reindex.reindex_all_on_init` to have the reindexation run synchronously during installation of this module.

Credits
=======

Contributors
------------

* Holger Brunn <hbrunn@therp.nl>
* Icon courtesy of http://www.picol.org (refresh.svg) and https://github.com/odoo/odoo/blob/8.0/addons/knowledge/static/description/icon.png

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
    :alt: Odoo Community Association
    :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.