manifest / integrations / woo-avoinapp
Avoin.App Stock PoC
Avoin.App Stock PoC — WordPress plugin listing Odoo v15 product quantities
★ 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.zipReadme
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
- Copy this repository to
wp-content/plugins/woo-avoinapp. - In wp-admin, go to Plugins and activate Avoin.App Stock PoC.
- Open the Avoin.App Stock PoC admin menu.
- 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)
- Odoo URL (e.g.
- 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.