Odoo Community Association

Shopinvader Search Engine Product Stock State

Alpha License: AGPL-3 shopinvader/odoo-shopinvader-search-engine

This is shopinvader product stock state module. This module is used to export the stock state of product only if the value has been updated.

Important

This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status

Table of contents

Configuration

Go into shopinvader > backend, and on the backend you can choose the mode - State and Low Quantity (only add the qty if it behind a defined value) - State and Quantity - Only State - Only Quantity

Usage

Instead of having only the qty in the json sent to the search engine You will have (depending of the configuration, the qty and the state)

example :
    {'global': {
        'state': 'in_limited_stock',
        'qty': 5.0,
    }}

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Akretion

Other credits

Funders

The development of this module has been financially supported by:

  • Akretion R&D

Maintainers

This module is part of the shopinvader/odoo-shopinvader-search-engine project on GitHub.

You are welcome to contribute.