WP Manifestindependent plugin directory
manifest / integrations / woo-avoinapp

Avoin.App Stock PoC

Avoin.App Stock PoC — WordPress plugin listing Odoo v15 product quantities

by Svante · github.com/svantesuominen/woo-avoinapp

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/svantesuominen/woo-avoinapp/archive/refs/heads/main.zip

Readme

Avoin.App Stock PoC

WordPress plugin PoC that connects to Odoo v15 Community (Avoin.App) via JSON-RPC and lists product stock quantities, including Free To Use minus open quotations.

Installation

  1. Copy this repository to wp-content/plugins/woo-avoinapp.
  2. In wp-admin, go to Plugins and activate Avoin.App Stock PoC.
  3. Open the Avoin.App Stock PoC admin menu.
  4. Enter credentials and Save Changes:
    • Odoo URL (e.g. https://tenant.test.avoin.app)
    • Database name
    • User (login / email)
    • API key (Preferences → Account Security in Odoo)
  5. Click Test connection, then Load quantities.

Quantity columns

Column Source
Internal ref default_code
EAN barcode
Name name
On hand qty_available
Forecasted virtual_available
Free To Use free_qty
Free − quotations free_qty − sum of draft/sent quotation line qty

Up to 500 stockable products per load. Does not sync stock into WooCommerce.

Read the full README on GitHub →