Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Invoicing (account) • Discuss (mail) |
Lines of code | 100 |
Technical Name |
whatsapp_product_inquiry |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Invoicing (account) • Discuss (mail) |
Lines of code | 100 |
Technical Name |
whatsapp_product_inquiry |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
This Module Helps for Customers can Inquire Website Product Details Through Whatsapp.
Whatsapp Product Inquiry In Website

Key Highlights
Instant Product Inquiries via WhatsApp
Customers can inquire Product details through Whatsapp.
Product URL included in WhatsApp message
Product Url will be attached with the Whatsapp Message.
Customizable default WhatsApp message
It is possible to change the Default Whatsapp Message.
Supports Community, Enterprise, Odoo.sh
Compatible with Community, Enterprise, and Odoo.sh.
Are you ready to make your business more
organized?
Improve now!

Whatsapp Product Inquiry In Website
Shop page before adding Company Whatsapp Number.

Set Whatsapp Number and Message.
Set Whatsapp Number and Message inside Company

Website Whatsapp Button
If Company WhatsApp Number is added, an INQUIRE button will appear on the shop product page.

Redirects to Whatsapp
Redirects to Whatsapp web page.

Send Message in Whatsapp

Instant Product Inquiries via WhatsApp
Product URL included in WhatsApp message
Customizable default WhatsApp message.
Supports Community, Enterprise, Odoo.sh
After installing the module, an "Inquire" button will appear on the product page. When customers click on it, they will be redirected to WhatsApp, where they can send a pre-filled message to inquire about the product.
Yes, customers must have WhatsApp installed on their mobile or desktop to use the "Inquire via WhatsApp" feature.
Yes, the default inquiry message can be customized to include relevant product details like name, price, or any additional information you want customers to send.
While this feature allows customers to contact you via WhatsApp, tracking inquiries would depend on WhatsApp's interface. However, you can manage communication within the app itself.
Latest Release 18.0.1.0.0
1st October, 2024- Initial Commit
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedRE: Never worked on Odoo 18(500: Internal Server Error) Python 3.12
Removing '/n' on whatsapp_product_inquiry/controllers/whatsapp_product_inquiry.py file:
solved my issue:
import werkzeug
from odoo import http
from odoo.http import request
from odoo.addons.website_sale.controllers.main import WebsiteSale
return werkzeug.utils.redirect("https://wa.me/%s?text=%s" % (
Re: RE: Never worked on Odoo 18(500: Internal Server Error) Python 3.12
Thanks for reporting. We have updated the app. Please get the latest version
RE: Never worked on Odoo 18(500: Internal Server Error) Python 3.12
Unfortunately the issue persist: The below line seems to be where the error originates
werkzeug Vesrion
Name: Werkzeug
Version: 3.0.1
Error:
Please look into it. Thanks for your immense contribution to the community.
Re: RE: Never worked on Odoo 18(500: Internal Server Error) Python 3.12
Thanks for reporting. We have updated the app. Please get the latest version
Never worked on Odoo 18(500: Internal Server Error) Python 3.12
Re: Never worked on Odoo 18(500: Internal Server Error) Python 3.12
We tested the app using Python 3.12 without encountering any errors. We believe the issue may be related to the Python packages. Could you please try reinstalling the Werkzeug package and let us know if the problem persists.