=== Notify Odoo ===

Contributors: pektsekye
Tags: Odoo, WooCommerce, new order, export orders
Requires at least: 4.7
Tested up to: 6.8
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Notifies Odoo about a new order on WooCommerce.


== Description ==

This plugin sends a notification to the Odoo website when a new order is created on the WooCommerce website.
In two minutes the Odoo website sends a request to the WooCommerce website to get the new order data and then saves it as a new order on the Odoo website.

Requires WooCommerce API v3 (it is available on WooCommerce 3.5.x or later and WordPress 4.4 or later)
And Odoo 11 or later

On the Odoo website the [Enotif WooCommerce Order](https://apps.odoo.com/apps/modules/19.0/enotif_woo_order/) module should be installed.

For Odoo Online (or if you cannot install third party modules) there is a modified version of this plugin that uses odoo API to send orders.
You can download it on the modifications page:
[http://hottons.com/no_modifications](http://hottons.com/no_modifications)


**Features:**

* Notifies Odoo about new order and then the new order is saved on the Odoo website.
* Can import all orders from WooCommerce to Odoo


You can read the installation instructions here:
**[README](http://hottons.com/demo/wp/no/README.html)**

Contact me by email <pektsekye@gmail.com> if you have questions or need help.


== Screenshots ==

1. Settings.


== Installation ==

Requires  WordPress 4.7,  WooCommerce 3.5,  Odoo 11 or later

1. Unzip the downloaded zip file.
2. Upload the plugin folder into the `wp-content/plugins/` directory of your WordPress site.
3. Activate `Notify Odoo` from Plugins page.

Contact me by email <pektsekye@gmail.com> if you have questions or need help.


== Changelog ==

= 1.0.2 - Released: May, 13 - 2026  =

* nonce verification added after wordfence.com suggestion.
Controller/Adminhtml/No/Settings.php
lines 16, 43
view/adminhtml/templates/no/settings.php
line 56

= 1.0.0 - Released: Sep, 11 - 2019  =

* Initial release


== Translators ==

= Available Languages =
* English (Default)


== Documentation ==

Full documentation is available [here](http://hottons.com/demo/wp/no/README.html).

