Browse Source

[UPDT] Features added 'whatsapp_mail_messaging'

pull/175/head
Ajmal Cybro 4 years ago
parent
commit
4344b14c27
  1. 44
      whatsapp_mail_messaging/README.rst
  2. 4
      whatsapp_mail_messaging/__init__.py
  3. 26
      whatsapp_mail_messaging/__manifest__.py
  4. 5
      whatsapp_mail_messaging/doc/changelog.md
  5. 25
      whatsapp_mail_messaging/model/__init__.py
  6. 89
      whatsapp_mail_messaging/model/account_move.py
  7. 88
      whatsapp_mail_messaging/model/sale_order.py
  8. 29
      whatsapp_mail_messaging/model/website.py
  9. BIN
      whatsapp_mail_messaging/static/description/assets/._.DS_Store
  10. BIN
      whatsapp_mail_messaging/static/description/assets/arrows-transparent.png
  11. BIN
      whatsapp_mail_messaging/static/description/assets/hero.gif
  12. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._.DS_Store
  13. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._cogs.png
  14. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._consultation.png
  15. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._ecom-black.png
  16. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._education-black.png
  17. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._hotel-black.png
  18. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._license.png
  19. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._lifebuoy.png
  20. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._manufacturing-black.png
  21. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._pos-black.png
  22. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._puzzle.png
  23. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._restaurant-black.png
  24. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._service-black.png
  25. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._trading-black.png
  26. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._training.png
  27. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._update.png
  28. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._user.png
  29. BIN
      whatsapp_mail_messaging/static/description/assets/icons/._wrench.png
  30. BIN
      whatsapp_mail_messaging/static/description/assets/icons/01.png
  31. BIN
      whatsapp_mail_messaging/static/description/assets/icons/02.png
  32. BIN
      whatsapp_mail_messaging/static/description/assets/icons/03.png
  33. BIN
      whatsapp_mail_messaging/static/description/assets/icons/04.png
  34. BIN
      whatsapp_mail_messaging/static/description/assets/icons/chevron.png
  35. BIN
      whatsapp_mail_messaging/static/description/assets/icons/cogs.png
  36. BIN
      whatsapp_mail_messaging/static/description/assets/icons/consultation.png
  37. BIN
      whatsapp_mail_messaging/static/description/assets/icons/ecom-black.png
  38. BIN
      whatsapp_mail_messaging/static/description/assets/icons/ecom.png
  39. BIN
      whatsapp_mail_messaging/static/description/assets/icons/education-black.png
  40. BIN
      whatsapp_mail_messaging/static/description/assets/icons/education.png
  41. BIN
      whatsapp_mail_messaging/static/description/assets/icons/feature-icons/._lifebuoy.png
  42. BIN
      whatsapp_mail_messaging/static/description/assets/icons/feature-icons/document.png
  43. BIN
      whatsapp_mail_messaging/static/description/assets/icons/feature-icons/down.png
  44. BIN
      whatsapp_mail_messaging/static/description/assets/icons/feature-icons/lifebuoy.png
  45. BIN
      whatsapp_mail_messaging/static/description/assets/icons/hotel-black.png
  46. BIN
      whatsapp_mail_messaging/static/description/assets/icons/hotel.png
  47. BIN
      whatsapp_mail_messaging/static/description/assets/icons/license.png
  48. BIN
      whatsapp_mail_messaging/static/description/assets/icons/lifebuoy.png
  49. BIN
      whatsapp_mail_messaging/static/description/assets/icons/manufacturing-black.png
  50. BIN
      whatsapp_mail_messaging/static/description/assets/icons/manufacturing.png
  51. BIN
      whatsapp_mail_messaging/static/description/assets/icons/pos-black.png
  52. BIN
      whatsapp_mail_messaging/static/description/assets/icons/pos.png
  53. BIN
      whatsapp_mail_messaging/static/description/assets/icons/puzzle.png
  54. BIN
      whatsapp_mail_messaging/static/description/assets/icons/restaurant-black.png
  55. BIN
      whatsapp_mail_messaging/static/description/assets/icons/restaurant.png
  56. BIN
      whatsapp_mail_messaging/static/description/assets/icons/service-black.png
  57. BIN
      whatsapp_mail_messaging/static/description/assets/icons/service.png
  58. BIN
      whatsapp_mail_messaging/static/description/assets/icons/trading-black.png
  59. BIN
      whatsapp_mail_messaging/static/description/assets/icons/trading.png
  60. BIN
      whatsapp_mail_messaging/static/description/assets/icons/training.png
  61. BIN
      whatsapp_mail_messaging/static/description/assets/icons/update.png
  62. BIN
      whatsapp_mail_messaging/static/description/assets/icons/user.png
  63. BIN
      whatsapp_mail_messaging/static/description/assets/icons/wrench.png
  64. BIN
      whatsapp_mail_messaging/static/description/assets/modules/discount.png
  65. BIN
      whatsapp_mail_messaging/static/description/assets/modules/dynamic_financial_report.jpg
  66. BIN
      whatsapp_mail_messaging/static/description/assets/modules/invoice.jpg
  67. BIN
      whatsapp_mail_messaging/static/description/assets/modules/payroll_accounting.png
  68. BIN
      whatsapp_mail_messaging/static/description/assets/modules/pos_dashboard.png
  69. BIN
      whatsapp_mail_messaging/static/description/assets/modules/shopify.png
  70. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_1.png
  71. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_10.png
  72. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_11.png
  73. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_12.png
  74. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_13.png
  75. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_14.png
  76. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_15.png
  77. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_16.png
  78. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_17.png
  79. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_18.png
  80. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_19.png
  81. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_2.png
  82. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_20.png
  83. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_21.png
  84. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_22.png
  85. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_3.png
  86. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_4.png
  87. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_5.png
  88. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_6.png
  89. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_7.png
  90. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_8.png
  91. BIN
      whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_9.png
  92. BIN
      whatsapp_mail_messaging/static/description/assets/trophy.png
  93. BIN
      whatsapp_mail_messaging/static/description/banner.gif
  94. BIN
      whatsapp_mail_messaging/static/description/banner.png
  95. BIN
      whatsapp_mail_messaging/static/description/icon.png
  96. BIN
      whatsapp_mail_messaging/static/description/images/mail_1.png
  97. BIN
      whatsapp_mail_messaging/static/description/images/mail_2.png
  98. BIN
      whatsapp_mail_messaging/static/description/images/mail_3.png
  99. BIN
      whatsapp_mail_messaging/static/description/images/screen.gif
  100. BIN
      whatsapp_mail_messaging/static/description/images/whatsapp_1.png

44
whatsapp_mail_messaging/README.rst

@ -0,0 +1,44 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
Odoo Whatsapp Connector
=======================
Odoo Whatsapp Connector For Sales, Invoice and Floating button in Website
Configuration
=============
* No additional configurations needed
Company
-------
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__
Credits
-------
* Developers: Nishad@cybrosys
version 14: Sayooj A O @cybrosys
Contacts
--------
* Mail Contact : odoo@cybrosys.com
* Website : https://cybrosys.com
Bug Tracker
-----------
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
Maintainer
==========
.. image:: https://cybrosys.com/images/logo.png
:target: https://cybrosys.com
This module is maintained by Cybrosys Technologies.
For support and more information, please visit `Our Website <https://cybrosys.com/>`__
Further information
===================
HTML Description: `<static/description/index.html>`__

4
whatsapp_mail_messaging/__init__.py

@ -4,7 +4,7 @@
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Sayooj A O(<https://www.cybrosys.com>)
# Author: Sayooj A O (<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@ -19,4 +19,6 @@
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from . import model
from . import wizard

26
whatsapp_mail_messaging/__manifest__.py

@ -4,7 +4,7 @@
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Sayooj A O(<https://www.cybrosys.com>)
# Author: Sayooj A O (<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@ -19,31 +19,37 @@
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
{
'name': 'Whatsapp And Mail Messaging',
'version': '14.0.1.0.0',
'name': 'Odoo Whatsapp Connector',
'version': '14.0.2.1.1',
'category': 'Extra Tools',
'summary': """Module which allows to sent Whatsapp messages and Mails from any view of
Odoo""",
'description': """Whatsapp Odoo, Whatsapp Odoo Message, Whatsapp, Odoo Whatsapp, Module which allows to sent Whatsapp messages and Mails from any view of
Odoo""",
'summary': """Odoo Whatsapp Connector For Sales, Invoice, and Floating button in Website""",
'description': """Added options for sending Whatsapp messages and Mails in systray bar,sale order, invoices,
website portal view and share the access url of documents using share option available in each records through
Whatsapp web..""",
'author': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'depends': ['contacts', 'mail'],
'depends': ['sale', 'account', 'website'],
'data': [
'views/assets.xml',
'views/portal_whatsapp_view.xml',
'views/sale_order_inherited.xml',
'views/account_move_inherited.xml',
'views/website_inherited.xml',
'wizard/wh_message_wizard.xml',
'wizard/portal_share_inherited.xml',
'security/ir.model.access.csv',
],
'qweb': [
'static/src/xml/whatsapp_button.xml',
'static/src/xml/mail_button.xml',
],
'images': ['static/description/banner.png'],
'images': ['static/description/banner.gif'],
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
'application': True,
'application': False,
}

5
whatsapp_mail_messaging/doc/changelog.md

@ -5,6 +5,11 @@
#### ADD
- Initial commit
#### 25.06.2021
#### Version 14.0.2.1.1
#### UPDT
- New Features added

25
whatsapp_mail_messaging/model/__init__.py

@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Sayooj A O (<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from . import website
from . import sale_order
from . import account_move

89
whatsapp_mail_messaging/model/account_move.py

@ -0,0 +1,89 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Sayooj A O (<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from itertools import groupby
from odoo import models, _
from odoo.exceptions import UserError
class Account(models.Model):
_inherit = 'account.move'
def action_send_whatsapp(self):
compose_form_id = self.env.ref('whatsapp_mail_messaging.whatsapp_message_wizard_form').id
ctx = dict(self.env.context)
message = "Hi" + " " + self.partner_id.name + ',' + '\n' + "Here is your invoice" + ' ' + self.name + ' ' + "amounting" + ' ' + str(
self.amount_total) + self.currency_id.symbol + ' ' + "from " + self.company_id.name + ". Please remit payment at your earliest convenience. " + '\n' + \
"Please use the following communication for your payment" + ' ' + self.name
ctx.update({
'default_message': message,
'default_partner_id': self.partner_id.id,
'default_mobile': self.partner_id.mobile,
'default_image_1920': self.partner_id.image_1920,
})
return {
'type': 'ir.actions.act_window',
'view_mode': 'form',
'res_model': 'whatsapp.message.wizard',
'views': [(compose_form_id, 'form')],
'view_id': compose_form_id,
'target': 'new',
'context': ctx,
}
def check_customers(self, partner_ids):
partners = groupby(partner_ids)
return next(partners, True) and not next(partners, False)
def action_whatsapp_multi(self):
account_move_ids = self.env['account.move'].browse(self.env.context.get('active_ids'))
partner_ids = []
for account_move in account_move_ids:
partner_ids.append(account_move.partner_id.id)
partner_check = self.check_customers(partner_ids)
if partner_check:
account_move_numbers = account_move_ids.mapped('name')
account_move_numbers = "\n".join(account_move_numbers)
compose_form_id = self.env.ref('whatsapp_mail_messaging.whatsapp_message_wizard_form').id
ctx = dict(self.env.context)
message = "Hi" + " " + self.partner_id.name + ',' + '\n' + "Your Orders are" + '\n' + account_move_numbers + \
' ' + "is ready for review.Do not hesitate to contact us if you have any questions."
ctx.update({
'default_message': message,
'default_partner_id': account_move_ids[0].partner_id.id,
'default_mobile': account_move_ids[0].partner_id.mobile,
'default_image_1920': account_move_ids[0].partner_id.image_1920,
})
return {
'type': 'ir.actions.act_window',
'view_mode': 'form',
'res_model': 'whatsapp.message.wizard',
'views': [(compose_form_id, 'form')],
'view_id': compose_form_id,
'target': 'new',
'context': ctx,
}
else:
raise UserError(_(
'It seems that you have selected Invoices of more than one customer.'
'Try select Invoices of an unique customer'))

88
whatsapp_mail_messaging/model/sale_order.py

@ -0,0 +1,88 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Sayooj A O(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from itertools import groupby
from odoo import models, _
from odoo.exceptions import UserError
class Sale(models.Model):
_inherit = 'sale.order'
def action_send_whatsapp(self):
compose_form_id = self.env.ref('whatsapp_mail_messaging.whatsapp_message_wizard_form').id
ctx = dict(self.env.context)
message = "Hi" + " " + self.partner_id.name + ',' + '\n' + "Your quotation" + ' ' + self.name + ' ' + "amounting" + ' ' + str(
self.amount_total) + self.currency_id.symbol + ' ' + "is ready for review.Do not hesitate to contact us if you have any questions."
ctx.update({
'default_message': message,
'default_partner_id': self.partner_id.id,
'default_mobile': self.partner_id.mobile,
'default_image_1920': self.partner_id.image_1920,
})
return {
'type': 'ir.actions.act_window',
'view_mode': 'form',
'res_model': 'whatsapp.message.wizard',
'views': [(compose_form_id, 'form')],
'view_id': compose_form_id,
'target': 'new',
'context': ctx,
}
def check_customers(self, partner_ids):
partners = groupby(partner_ids)
return next(partners, True) and not next(partners, False)
def action_whatsapp_multi(self):
sale_order_ids = self.env['sale.order'].browse(self.env.context.get('active_ids'))
partner_ids = []
for sale in sale_order_ids:
partner_ids.append(sale.partner_id.id)
partner_check = self.check_customers(partner_ids)
if partner_check:
sale_numbers = sale_order_ids.mapped('name')
sale_numbers = "\n".join(sale_numbers)
compose_form_id = self.env.ref('whatsapp_mail_messaging.whatsapp_message_wizard_form').id
ctx = dict(self.env.context)
message = "Hi" + " " + self.partner_id.name + ',' + '\n' + "Your Orders are" + '\n' + sale_numbers + \
' ' + '\n' + "is ready for review.Do not hesitate to contact us if you have any questions."
ctx.update({
'default_message': message,
'default_partner_id': sale_order_ids[0].partner_id.id,
'default_mobile': sale_order_ids[0].partner_id.mobile,
'default_image_1920': sale_order_ids[0].partner_id.image_1920,
})
return {
'type': 'ir.actions.act_window',
'view_mode': 'form',
'res_model': 'whatsapp.message.wizard',
'views': [(compose_form_id, 'form')],
'view_id': compose_form_id,
'target': 'new',
'context': ctx,
}
else:
raise UserError(_(
'It seems that you have selected orders of more than one customer.'
'Try select orders of an unique customer'))

29
whatsapp_mail_messaging/model/website.py

@ -0,0 +1,29 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Sayooj A O(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import fields, models
class Website(models.Model):
_inherit = 'website'
mobile_number = fields.Char(string='Mobile Number')

BIN
whatsapp_mail_messaging/static/description/assets/._.DS_Store

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/arrows-transparent.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

BIN
whatsapp_mail_messaging/static/description/assets/hero.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/._.DS_Store

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._cogs.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._consultation.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._ecom-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._education-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._hotel-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._license.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._lifebuoy.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._manufacturing-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._pos-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._puzzle.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._restaurant-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._service-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._trading-black.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._training.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._update.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._user.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/._wrench.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/01.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/02.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/03.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/04.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/chevron.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/cogs.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/consultation.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/ecom-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/ecom.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/education-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/education.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/feature-icons/._lifebuoy.png

Binary file not shown.

BIN
whatsapp_mail_messaging/static/description/assets/icons/feature-icons/document.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/feature-icons/down.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/feature-icons/lifebuoy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/hotel-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/hotel.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/license.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/lifebuoy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/manufacturing-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/manufacturing.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/pos-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/pos.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/puzzle.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/restaurant-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/restaurant.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/service-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/service.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/trading-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/trading.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/training.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/update.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
whatsapp_mail_messaging/static/description/assets/icons/user.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

BIN
whatsapp_mail_messaging/static/description/assets/icons/wrench.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
whatsapp_mail_messaging/static/description/assets/modules/discount.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
whatsapp_mail_messaging/static/description/assets/modules/dynamic_financial_report.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
whatsapp_mail_messaging/static/description/assets/modules/invoice.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
whatsapp_mail_messaging/static/description/assets/modules/payroll_accounting.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
whatsapp_mail_messaging/static/description/assets/modules/pos_dashboard.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
whatsapp_mail_messaging/static/description/assets/modules/shopify.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_10.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_11.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_12.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_13.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_14.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_15.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_17.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_18.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_19.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_20.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_21.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_22.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_6.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_7.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_8.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

BIN
whatsapp_mail_messaging/static/description/assets/screenshots/whatsapp_mail_messaging_9.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
whatsapp_mail_messaging/static/description/assets/trophy.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 KiB

BIN
whatsapp_mail_messaging/static/description/banner.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

BIN
whatsapp_mail_messaging/static/description/banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

BIN
whatsapp_mail_messaging/static/description/icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
whatsapp_mail_messaging/static/description/images/mail_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

BIN
whatsapp_mail_messaging/static/description/images/mail_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

BIN
whatsapp_mail_messaging/static/description/images/mail_3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

BIN
whatsapp_mail_messaging/static/description/images/screen.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

BIN
whatsapp_mail_messaging/static/description/images/whatsapp_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save