Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Discuss (mail) • Contacts (contacts) |
Community Apps Dependencies | Show |
Lines of code | 1681 |
Technical Name |
whatsapp_delivery_integration |
License | OPL-1 |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Discuss (mail) • Contacts (contacts) |
Community Apps Dependencies | Show |
Lines of code | 1681 |
Technical Name |
whatsapp_delivery_integration |
License | OPL-1 |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
WhatsApp Delivery Integration
Send Delivery Orders to your customers via WhatsApp with a fully automated messaging system.



Login to WhatsApp made easy
Just scan QR code from your mobile device and you are good to go!
If you don't know how to login to WhatsApp, just follow the instruction from https://faq.whatsapp.com/en/web/28080003
All users of odoo can login to their WhatsApp individually, i.e. each Odoo user will have their own Session. They can Logout from general settings. Also they have Logout option in their WhatsApp Mobile App.

Send WhatsApp Messages from Inventory
Send message to WhatsApp with attached Delivey Order PDFs.

Requirements
$ sudo python3 -m pip install phonenumbers
# selenium python library
$ sudo python3 -m pip install --upgrade selenium
# Google Chrome browser (Skip if already installed - Just update it)
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
# If any error occurs during Google Chrome Installation
$ sudo apt-get install -f
# Give permissions to this module
$ sudo chown odoo:odoo -R /path/to/module/whatsapp_integration
# Replace "odoo" with actual username and path with actual path
Note: Contact us if you find any difficulties in setup/installation.
Our other apps you may like!
Our Services

Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module