-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][ADD] website_floating_whatsapp_icon
- Loading branch information
Showing
56 changed files
with
762 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.. 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 | ||
|
||
Whatsapp Floating Icon in Website | ||
================================= | ||
Whatsapp Floating button in Website | ||
|
||
Configuration | ||
============= | ||
* No additional configurations needed | ||
|
||
Company | ||
------- | ||
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ | ||
|
||
Credits | ||
------- | ||
* Developers: Noorjahan @cybrosys | ||
* Developers: Athira PS V16 @cybrosys | ||
* Developers: Ahmet Yigit Budak | ||
|
||
Contacts | ||
-------- | ||
* Mail Contact : [email protected] | ||
* 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>`__ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################# | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | ||
# Author: Noorjahan N A (<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 model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################# | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | ||
# Author: Noorjahan N A (<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/>. | ||
# | ||
############################################################################# | ||
|
||
{ | ||
'name': 'Whatsapp Floating Icon in Website', | ||
'version': '16.0.1.0.0', | ||
'category': 'Extra Tools', | ||
'summary': """Whatsapp Floating Icon in Website""", | ||
'description': """Whatsapp Floating Icon in Website, Website Floating WhatsApp Icon, Whatsapp Odoo Website,Whatsapp Odoo Coonector, Whatsapp website, Whatsapp""", | ||
'author': 'Cybrosys Techno Solutions, Ahmet Yigit Budak', | ||
'website': "https://www.cybrosys.com", | ||
'company': 'Cybrosys Techno Solutions', | ||
'maintainer': 'Cybrosys Techno Solutions', | ||
'depends': ['base','website'], | ||
'data': [ | ||
'views/portal_whatsapp_view.xml', | ||
'views/website_inherited.xml', | ||
], | ||
'images': ['static/description/banner.png'], | ||
'assets': { | ||
'web.assets_frontend': [ | ||
'/website_floating_whatsapp_icon/static/src/css/whatsapp.css', | ||
], | ||
}, | ||
'license': 'LGPL-3', | ||
'installable': True, | ||
'auto_install': False, | ||
'application': False, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Module <website_floating_whatsapp_icon> | ||
|
||
#### 16.09.2022 | ||
#### Version 16.0.1.0.0 | ||
#### ADD | ||
- Initial commit | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################# | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | ||
# Author: Noorjahan N A (<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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################# | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | ||
# Author: Noorjahan N A (<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', translate=True) |
Binary file added
BIN
+3.59 KB
website_floating_whatsapp_icon/static/description/assets/icons/check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+310 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/chevron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.34 KB
website_floating_whatsapp_icon/static/description/assets/icons/cogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.42 KB
website_floating_whatsapp_icon/static/description/assets/icons/consultation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+576 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/ecom-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+733 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/education-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+911 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/hotel-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.07 KB
website_floating_whatsapp_icon/static/description/assets/icons/license.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.17 KB
website_floating_whatsapp_icon/static/description/assets/icons/lifebuoy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.37 KB
website_floating_whatsapp_icon/static/description/assets/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+673 Bytes
..._floating_whatsapp_icon/static/description/assets/icons/manufacturing-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+878 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/pos-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+653 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/puzzle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+905 Bytes
...ite_floating_whatsapp_icon/static/description/assets/icons/restaurant-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+839 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/service-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+427 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/trading-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+627 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/training.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.2 KB
website_floating_whatsapp_icon/static/description/assets/icons/update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+988 Bytes
website_floating_whatsapp_icon/static/description/assets/icons/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.18 KB
website_floating_whatsapp_icon/static/description/assets/icons/wrench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.5 KB
website_floating_whatsapp_icon/static/description/assets/misc/categories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.09 KB
website_floating_whatsapp_icon/static/description/assets/misc/check-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.89 KB
website_floating_whatsapp_icon/static/description/assets/misc/compass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.15 KB
website_floating_whatsapp_icon/static/description/assets/misc/corporate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.09 KB
website_floating_whatsapp_icon/static/description/assets/misc/customer-support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.39 KB
website_floating_whatsapp_icon/static/description/assets/misc/cybrosys-logo.png
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
website_floating_whatsapp_icon/static/description/assets/misc/features.png
Oops, something went wrong.
Binary file added
BIN
+3.37 KB
website_floating_whatsapp_icon/static/description/assets/misc/logo.png
Oops, something went wrong.
Binary file added
BIN
+1.65 KB
website_floating_whatsapp_icon/static/description/assets/misc/pictures.png
Oops, something went wrong.
Binary file added
BIN
+2.28 KB
website_floating_whatsapp_icon/static/description/assets/misc/pie-chart.png
Oops, something went wrong.
Binary file added
BIN
+967 Bytes
website_floating_whatsapp_icon/static/description/assets/misc/right-arrow.png
Oops, something went wrong.
Binary file added
BIN
+1.6 KB
website_floating_whatsapp_icon/static/description/assets/misc/star.png
Oops, something went wrong.
Binary file added
BIN
+3.8 KB
website_floating_whatsapp_icon/static/description/assets/misc/support.png
Oops, something went wrong.
Binary file added
BIN
+4.98 KB
website_floating_whatsapp_icon/static/description/assets/misc/whatsapp.png
Oops, something went wrong.
Binary file added
BIN
+59.1 KB
website_floating_whatsapp_icon/static/description/assets/modules/budget_image.png
Oops, something went wrong.
Binary file added
BIN
+60.5 KB
website_floating_whatsapp_icon/static/description/assets/modules/credit_image.png
Oops, something went wrong.
Binary file added
BIN
+59.7 KB
...ite_floating_whatsapp_icon/static/description/assets/modules/employee_image.png
Oops, something went wrong.
Binary file added
BIN
+60.3 KB
website_floating_whatsapp_icon/static/description/assets/modules/export_image.png
Oops, something went wrong.
Binary file added
BIN
+56.5 KB
website_floating_whatsapp_icon/static/description/assets/modules/gantt_image.png
Oops, something went wrong.
Binary file added
BIN
+58.2 KB
...te_floating_whatsapp_icon/static/description/assets/modules/quotation_image.png
Oops, something went wrong.
Binary file added
BIN
+52.9 KB
website_floating_whatsapp_icon/static/description/assets/screenshots/1.png
Oops, something went wrong.
Binary file added
BIN
+98.8 KB
website_floating_whatsapp_icon/static/description/assets/screenshots/2.png
Oops, something went wrong.
Binary file added
BIN
+58.9 KB
website_floating_whatsapp_icon/static/description/assets/screenshots/3.png
Oops, something went wrong.
Binary file added
BIN
+164 KB
website_floating_whatsapp_icon/static/description/assets/screenshots/hero.gif
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.