Notify Odoo

描述

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 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

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

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

Translators

Available Languages

  • English (Default)

Documentation

Full documentation is available here.

屏幕截图

  • Settings.

安装

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.

评价

此插件暂无评价。

贡献者及开发者

「Notify Odoo」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Notify Odoo」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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