Whatsapp Connect Chat Live

by
Odoo
v 13.0 Third Party 1369
Download for v 13.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 56
Technical Name gtica_whatsapp_live_free
LicenseAGPL-3
Websitehttps://systemsolutions.pro
Versions 10.0 13.0 12.0 11.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 56
Technical Name gtica_whatsapp_live_free
LicenseAGPL-3
Websitehttps://systemsolutions.pro
Versions 10.0 13.0 12.0 11.0

Connet you Website Odoo with Whatsapp Chat
(Version Free)

Get your customers to contact you quickly and reliably.


You want to get more benefits, attract more users with fantastic calls to action, yes, download the premium version of this add-on

Link Version premium Whatsapp Live Chat.


Video Demostration Version Premium

Great design and animation that attracts the attention of your potential customers.

Call to action

Engage your prospects with emotional, featured and promotional text messages to persuade them to contact your company right away.


Boost your digital business with different marketing and administration complements for your website

Download More Addons


Supplementary Support

You will receive 30 days of free assistance for any questions, queries and troubleshooting (excluding data recovery) or any type of problem related to this module.Ticket support

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Chat
by
borja.gomez@induus.com
on 4/22/20, 3:00 AM

Can chat be generated from the web? That is to say... Can you write and interact with the client from the website itself or do you have to go to the wassap application?

Re: Chat
by
GTICA C.A.
on 4/22/20, 4:45 AM Author

Hello Mr. Borja.gomez, currently WhatsApp has not released any Api that allows you to integrate the WhatsApp prompt directly on your website (something like Facebook messenger), Whatsapp they have not yet done so. This free application, as described in our publication, only allows the user interested in your company to contact you through this WhatsApp button, without the need for that potential customer to have previously registered them on WhatsApp. The plus this it addons is, you as a company will have an extra communication channel. Regarding the Chat BOX that you see in the description and in the video, that chat box belongs to the premium version, and just like the Free version, it only connects with the WhatsApp application with the variant that in the premium version, you can place a call of action in a dynamic way, text whose marketing function is to persuade the user to click on the button and interact with you, also has a dynamic output message, which will reach your WhatsApp chat once clicked in chatting button. Summary: Whatsapp has not released APIs to interact directly from a website with the user. For this, it has WhatsApp WEB on PC and its WhatsApp application on your mobile. I invite you to try the Free version again and click the whatsapp button from a smartphone that has the whatsapp app, you will see the advantage that this add-on can generate, but it will all depend on your marketing and sales strategy for your business. Successes and Take care much of yourself #StayAtHome


can you help me?
by
DESARROLLO SOSTENIBLE AGROSOCIAL SA DE CV
on 9/28/20, 12:42 PM

Hello good day,


I wanted to install this version and it has left me an error that does not allow me to access my settings configuration.


Error:

Odoo Server Error


Traceback (most recent call last):

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 624, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/home/odoo/src/odoo/13.0/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 669, in dispatch

    result = self._call_function(**self.params)

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/home/odoo/src/odoo/13.0/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 339, in checked_call

    result = self.endpoint(*a, **kw)

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 915, in __call__

    return self.method(*args, **kw)

  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/home/odoo/src/odoo/13.0/addons/web/controllers/main.py", line 1322, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/home/odoo/src/odoo/13.0/addons/web/controllers/main.py", line 1314, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/home/odoo/src/odoo/13.0/odoo/api.py", line 383, in call_kw

    result = _call_kw_model(method, model, args, kwargs)

  File "/home/odoo/src/odoo/13.0/odoo/api.py", line 356, in _call_kw_model

    result = method(recs, *args, **kwargs)

  File "/home/odoo/src/odoo/13.0/odoo/models.py", line 1466, in load_views

    for [v_id, v_type] in views

  File "/home/odoo/src/odoo/13.0/odoo/models.py", line 1466, in <dictcomp>

    for [v_id, v_type] in views

  File "/home/odoo/src/odoo/13.0/odoo/addons/base/models/res_config.py", line 386, in fields_view_get

    toolbar=toolbar, submenu=submenu)

  File "/home/odoo/src/odoo/13.0/addons/web/models/models.py", line 206, in fields_view_get

    r = super().fields_view_get(view_id, view_type, toolbar, submenu)

  File "/home/odoo/src/odoo/13.0/odoo/models.py", line 1553, in fields_view_get

    xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id)

  File "/home/odoo/src/odoo/13.0/odoo/addons/base/models/ir_ui_view.py", line 987, in postprocess_and_fields

    self.raise_view_error(message, view_id)

  File "/home/odoo/src/odoo/13.0/odoo/addons/base/models/ir_ui_view.py", line 614, in raise_view_error

    raise ValueError(message)

ValueError: El campo `whatsapp_number` no existe


Contexto del error:

Vista `n/a`

[view_id: n/a, xml_id: n/a, model: n/a, parent_id: n/a]




Could you help me?

Re: ¿me puedes ayudar?
by
GTICA C.A.
on 9/28/20, 1:39 PM Author
Hello, we are happy to support you.
But providing support is necessary to know the context in which you install this addons,

Do you have any other plugins installed?

It has a non-standard backend theme.

Please, for quick support you can reply to https://wa.me/5804129316466