Skip to Main Content »

Search Site

You're currently on:


Modifications for the Notify Odoo WordPress plugin:


Don't forget to disable plugin update after applying a modification:
https://stackoverflow.com/questions/17897044/wordpress-how-to-disable-plugin-update

Odoo API
This modification will send new woocommerce orders via odoo API.
So that there is no need to install extra odoo modules and make it possible to use this plugin for Odoo Online.

This modification requires:
- server cron job. (ask your hosting support of how to set it up. Or use some online cron service.)
- odoo API KEY. (you can generate it in the odoo admin panel)
- editing of PHP files. (the login details should be specified directly in a .php file. So you should know how to edit PHP files. Or ask someone who can do it for you.)

This modification uses "openerp-api" script by Simbigo to connect to odoo API:
https://github.com/simbigo/openerp-api
https://bitbucket.org/simbigo/openerp-api/src/master/
It does not require xmlrpc php module (that is not available in PHP 8).

screenshot 1
screenshot 2
Instructions of how to install it: README.html
Download the modified Notify Odoo 1.0.0 plugin: no_1.0.0_with_odoo_api.zip