diff --git a/product_web_hover/README.rst b/product_web_hover/README.rst new file mode 100644 index 000000000..77c41bde8 --- /dev/null +++ b/product_web_hover/README.rst @@ -0,0 +1,49 @@ +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +Product Web Hover +================= +When hovering product on order line, then display a product details card. + +Configuration +============= +* Add 'product_hover_details' widget on product in order line. + +License +------- +Affero General Public License v3.0 (AGPL v3) +(https://www.gnu.org/licenses/agpl-3.0-standalone.html) + +Company +------- +* `Cybrosys Techno Solutions `__ + +Credits +------- +Developer: (V15)ADARSH K, + (V16)JANISH BABU EK, + (v17)Swathy K S + Contact: odoo@cybrosys.com + +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 `__ + +Further information +=================== +HTML Description: ``__ \ No newline at end of file diff --git a/product_web_hover/__init__.py b/product_web_hover/__init__.py new file mode 100644 index 000000000..04c85c104 --- /dev/null +++ b/product_web_hover/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +############################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: ADARSH K(odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. +# +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. +# If not, see . +# +############################################################################### diff --git a/product_web_hover/__manifest__.py b/product_web_hover/__manifest__.py new file mode 100644 index 000000000..e5a0d9458 --- /dev/null +++ b/product_web_hover/__manifest__.py @@ -0,0 +1,49 @@ +# -*- coding: utf-8 -*- +############################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: ADARSH K(odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. +# +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. +# If not, see . +# +############################################################################### +{ + 'name': 'Product Web Hover', + 'version': '15.0.1.0.0', + 'category': 'Extra Tools', + 'summary': 'Hovering over a product in the order line will display ' + 'a card containing the product details.', + 'description': 'When hovering over a product in the order line, ' + 'a product details card will be displayed, providing ' + 'additional information about the product', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'depends': ['sale_management', 'stock','web'], + 'assets': { + 'web.assets_backend': [ + 'product_web_hover/static/src/js/listRenderer.js', + ], + 'web.assets_qweb': [ + 'product_web_hover/static/src/xml/hoverTemplate.xml', + ], + }, + 'images': ['static/description/banner.png'], + 'license': 'AGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/product_web_hover/doc/RELEASE_NOTES.md b/product_web_hover/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..f03d24fd5 --- /dev/null +++ b/product_web_hover/doc/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +## Module + +#### 14.08.2024 +#### Version 15.0.1.0.0 +#### ADD +- Initial commit for Product Web Hover diff --git a/product_web_hover/static/description/assets/icons/check.png b/product_web_hover/static/description/assets/icons/check.png new file mode 100644 index 000000000..c8e85f51d Binary files /dev/null and b/product_web_hover/static/description/assets/icons/check.png differ diff --git a/product_web_hover/static/description/assets/icons/chevron.png b/product_web_hover/static/description/assets/icons/chevron.png new file mode 100644 index 000000000..2089293d6 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/chevron.png differ diff --git a/product_web_hover/static/description/assets/icons/cogs.png b/product_web_hover/static/description/assets/icons/cogs.png new file mode 100644 index 000000000..95d0bad62 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/cogs.png differ diff --git a/product_web_hover/static/description/assets/icons/consultation.png b/product_web_hover/static/description/assets/icons/consultation.png new file mode 100644 index 000000000..8319d4baa Binary files /dev/null and b/product_web_hover/static/description/assets/icons/consultation.png differ diff --git a/product_web_hover/static/description/assets/icons/ecom-black.png b/product_web_hover/static/description/assets/icons/ecom-black.png new file mode 100644 index 000000000..a9385ff13 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/ecom-black.png differ diff --git a/product_web_hover/static/description/assets/icons/education-black.png b/product_web_hover/static/description/assets/icons/education-black.png new file mode 100644 index 000000000..3eb09b27b Binary files /dev/null and b/product_web_hover/static/description/assets/icons/education-black.png differ diff --git a/product_web_hover/static/description/assets/icons/hotel-black.png b/product_web_hover/static/description/assets/icons/hotel-black.png new file mode 100644 index 000000000..130f613be Binary files /dev/null and b/product_web_hover/static/description/assets/icons/hotel-black.png differ diff --git a/product_web_hover/static/description/assets/icons/license.png b/product_web_hover/static/description/assets/icons/license.png new file mode 100644 index 000000000..a5869797e Binary files /dev/null and b/product_web_hover/static/description/assets/icons/license.png differ diff --git a/product_web_hover/static/description/assets/icons/lifebuoy.png b/product_web_hover/static/description/assets/icons/lifebuoy.png new file mode 100644 index 000000000..658d56ccc Binary files /dev/null and b/product_web_hover/static/description/assets/icons/lifebuoy.png differ diff --git a/product_web_hover/static/description/assets/icons/manufacturing-black.png b/product_web_hover/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 000000000..697eb0e9f Binary files /dev/null and b/product_web_hover/static/description/assets/icons/manufacturing-black.png differ diff --git a/product_web_hover/static/description/assets/icons/pos-black.png b/product_web_hover/static/description/assets/icons/pos-black.png new file mode 100644 index 000000000..97c0f90c1 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/pos-black.png differ diff --git a/product_web_hover/static/description/assets/icons/puzzle.png b/product_web_hover/static/description/assets/icons/puzzle.png new file mode 100644 index 000000000..65cf854e7 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/puzzle.png differ diff --git a/product_web_hover/static/description/assets/icons/restaurant-black.png b/product_web_hover/static/description/assets/icons/restaurant-black.png new file mode 100644 index 000000000..4a35eb939 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/restaurant-black.png differ diff --git a/product_web_hover/static/description/assets/icons/service-black.png b/product_web_hover/static/description/assets/icons/service-black.png new file mode 100644 index 000000000..301ab51cb Binary files /dev/null and b/product_web_hover/static/description/assets/icons/service-black.png differ diff --git a/product_web_hover/static/description/assets/icons/trading-black.png b/product_web_hover/static/description/assets/icons/trading-black.png new file mode 100644 index 000000000..9398ba2f1 Binary files /dev/null and b/product_web_hover/static/description/assets/icons/trading-black.png differ diff --git a/product_web_hover/static/description/assets/icons/training.png b/product_web_hover/static/description/assets/icons/training.png new file mode 100644 index 000000000..884ca024d Binary files /dev/null and b/product_web_hover/static/description/assets/icons/training.png differ diff --git a/product_web_hover/static/description/assets/icons/update.png b/product_web_hover/static/description/assets/icons/update.png new file mode 100644 index 000000000..ecbc5a01a Binary files /dev/null and b/product_web_hover/static/description/assets/icons/update.png differ diff --git a/product_web_hover/static/description/assets/icons/user.png b/product_web_hover/static/description/assets/icons/user.png new file mode 100644 index 000000000..6ffb23d9f Binary files /dev/null and b/product_web_hover/static/description/assets/icons/user.png differ diff --git a/product_web_hover/static/description/assets/icons/wrench.png b/product_web_hover/static/description/assets/icons/wrench.png new file mode 100644 index 000000000..6c04dea0f Binary files /dev/null and b/product_web_hover/static/description/assets/icons/wrench.png differ diff --git a/product_web_hover/static/description/assets/misc/categories.png b/product_web_hover/static/description/assets/misc/categories.png new file mode 100644 index 000000000..bedf1e0b1 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/categories.png differ diff --git a/product_web_hover/static/description/assets/misc/check-box.png b/product_web_hover/static/description/assets/misc/check-box.png new file mode 100644 index 000000000..42caf24b9 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/check-box.png differ diff --git a/product_web_hover/static/description/assets/misc/compass.png b/product_web_hover/static/description/assets/misc/compass.png new file mode 100644 index 000000000..d5fed8faa Binary files /dev/null and b/product_web_hover/static/description/assets/misc/compass.png differ diff --git a/product_web_hover/static/description/assets/misc/corporate.png b/product_web_hover/static/description/assets/misc/corporate.png new file mode 100644 index 000000000..2eb13edbf Binary files /dev/null and b/product_web_hover/static/description/assets/misc/corporate.png differ diff --git a/product_web_hover/static/description/assets/misc/customer-support.png b/product_web_hover/static/description/assets/misc/customer-support.png new file mode 100644 index 000000000..79efc72ed Binary files /dev/null and b/product_web_hover/static/description/assets/misc/customer-support.png differ diff --git a/product_web_hover/static/description/assets/misc/cybrosys-logo.png b/product_web_hover/static/description/assets/misc/cybrosys-logo.png new file mode 100644 index 000000000..cc3cc0ccf Binary files /dev/null and b/product_web_hover/static/description/assets/misc/cybrosys-logo.png differ diff --git a/product_web_hover/static/description/assets/misc/features.png b/product_web_hover/static/description/assets/misc/features.png new file mode 100644 index 000000000..b41769f77 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/features.png differ diff --git a/product_web_hover/static/description/assets/misc/logo.png b/product_web_hover/static/description/assets/misc/logo.png new file mode 100644 index 000000000..478462d3e Binary files /dev/null and b/product_web_hover/static/description/assets/misc/logo.png differ diff --git a/product_web_hover/static/description/assets/misc/pictures.png b/product_web_hover/static/description/assets/misc/pictures.png new file mode 100644 index 000000000..56d255fe9 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/pictures.png differ diff --git a/product_web_hover/static/description/assets/misc/pie-chart.png b/product_web_hover/static/description/assets/misc/pie-chart.png new file mode 100644 index 000000000..426e05244 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/pie-chart.png differ diff --git a/product_web_hover/static/description/assets/misc/right-arrow.png b/product_web_hover/static/description/assets/misc/right-arrow.png new file mode 100644 index 000000000..730984a06 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/right-arrow.png differ diff --git a/product_web_hover/static/description/assets/misc/star.png b/product_web_hover/static/description/assets/misc/star.png new file mode 100644 index 000000000..2eb9ab29f Binary files /dev/null and b/product_web_hover/static/description/assets/misc/star.png differ diff --git a/product_web_hover/static/description/assets/misc/support.png b/product_web_hover/static/description/assets/misc/support.png new file mode 100644 index 000000000..4f18b8b82 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/support.png differ diff --git a/product_web_hover/static/description/assets/misc/whatsapp.png b/product_web_hover/static/description/assets/misc/whatsapp.png new file mode 100644 index 000000000..d513a5356 Binary files /dev/null and b/product_web_hover/static/description/assets/misc/whatsapp.png differ diff --git a/product_web_hover/static/description/assets/modules/1.png b/product_web_hover/static/description/assets/modules/1.png new file mode 100644 index 000000000..6bc155887 Binary files /dev/null and b/product_web_hover/static/description/assets/modules/1.png differ diff --git a/product_web_hover/static/description/assets/modules/2.jpg b/product_web_hover/static/description/assets/modules/2.jpg new file mode 100644 index 000000000..bf3f8670a Binary files /dev/null and b/product_web_hover/static/description/assets/modules/2.jpg differ diff --git a/product_web_hover/static/description/assets/modules/3.png b/product_web_hover/static/description/assets/modules/3.png new file mode 100644 index 000000000..6d589b993 Binary files /dev/null and b/product_web_hover/static/description/assets/modules/3.png differ diff --git a/product_web_hover/static/description/assets/modules/4.png b/product_web_hover/static/description/assets/modules/4.png new file mode 100644 index 000000000..e74b9888d Binary files /dev/null and b/product_web_hover/static/description/assets/modules/4.png differ diff --git a/product_web_hover/static/description/assets/modules/5.jpg b/product_web_hover/static/description/assets/modules/5.jpg new file mode 100644 index 000000000..d3408cf4f Binary files /dev/null and b/product_web_hover/static/description/assets/modules/5.jpg differ diff --git a/product_web_hover/static/description/assets/modules/6.png b/product_web_hover/static/description/assets/modules/6.png new file mode 100644 index 000000000..fb2c92d20 Binary files /dev/null and b/product_web_hover/static/description/assets/modules/6.png differ diff --git a/product_web_hover/static/description/assets/screenshots/hero.gif b/product_web_hover/static/description/assets/screenshots/hero.gif new file mode 100644 index 000000000..4006e3990 Binary files /dev/null and b/product_web_hover/static/description/assets/screenshots/hero.gif differ diff --git a/product_web_hover/static/description/assets/screenshots/ss1.png b/product_web_hover/static/description/assets/screenshots/ss1.png new file mode 100644 index 000000000..8ff2d8e2a Binary files /dev/null and b/product_web_hover/static/description/assets/screenshots/ss1.png differ diff --git a/product_web_hover/static/description/banner.png b/product_web_hover/static/description/banner.png new file mode 100644 index 000000000..ea999277d Binary files /dev/null and b/product_web_hover/static/description/banner.png differ diff --git a/product_web_hover/static/description/icon.png b/product_web_hover/static/description/icon.png new file mode 100644 index 000000000..c46865f19 Binary files /dev/null and b/product_web_hover/static/description/icon.png differ diff --git a/product_web_hover/static/description/index.html b/product_web_hover/static/description/index.html new file mode 100644 index 000000000..4aa7d2870 --- /dev/null +++ b/product_web_hover/static/description/index.html @@ -0,0 +1,614 @@ +
+ +
+ +
+
+ Community +
+
+ Enterprise +
+
+ Odoo.sh +
+
+
+ +
+
+
+ +

+ Product Web Hover

+

product details card + will display when hovering over an product in order line

+ + +
+
+
+
+z + +
+
+ +
+

+ Explore This + Module

+
+ + + + +
+
+ +
+

+ Overview +

+
+
+
When hovering over a product in the order line,a product details card will be displayed, + providing additional information about the product +
+
+ + + +
+
+ +
+

+ Features +

+
+
+
+
+ + Product main features can see on hovering product in order line. +
+
+
+
+ + Available in Odoo 15.0 Community and Enterprise. + +
+
+
+ + + +
+
+ +
+

+ Screenshots +

+
+
+
+ +
+

+ Product hovering +

+

While hovering over the product, after a delay of seconds, you can see the product details.

+ +
+
+
+ + + +
+
+ +
+

+ Related + Products +

+
+
+
+ +
+
+ + + +
+
+ +
+

+ Our Services +

+
+ +
+
+
+
+ +
+
+ Odoo + Customization
+
+ +
+
+ +
+
+ Odoo + Implementation
+
+ +
+
+ +
+
+ Odoo + Support
+
+ + +
+
+ +
+
+ Hire + Odoo + Developer
+
+ +
+
+ +
+
+ Odoo + Integration
+
+ +
+
+ +
+
+ Odoo + Migration
+
+ + +
+
+ +
+
+ Odoo + Consultancy
+
+ +
+
+ +
+
+ Odoo + Implementation
+
+ +
+
+ +
+
+ Odoo + Licensing Consultancy
+
+
+ +
+ + + + + +
+
+ +
+

+ Our + Industries +

+
+ +
+
+
+
+ +
+ Trading +
+

+ Easily procure + and + sell your products

+
+
+ +
+
+ +
+ POS +
+

+ Easy + configuration + and convivial experience

+
+
+ +
+
+ +
+ Education +
+

+ A platform for + educational management

+
+
+ +
+
+ +
+ Manufacturing +
+

+ Plan, track and + schedule your operations

+
+
+ +
+
+ +
+ E-commerce & Website +
+

+ Mobile + friendly, + awe-inspiring product pages

+
+
+ +
+
+ +
+ Service Management +
+

+ Keep track of + services and invoice

+
+
+ +
+
+ +
+ Restaurant +
+

+ Run your bar or + restaurant methodically

+
+
+ +
+
+ +
+ Hotel Management +
+

+ An + all-inclusive + hotel management application

+
+
+
+
+ + + + +
+
+ +
+

+ Support +

+
+
+
+
+
+
+ +
+
+

Need Help?

+

Got questions or need help? + Get in touch.

+ +

+ odoo@cybrosys.com

+
+
+
+
+
+
+
+ +
+
+

WhatsApp

+

Say hi to us on WhatsApp!

+ +

+ +91 86068 + 27707

+
+
+
+
+
+
+
+ +
+
+
+ diff --git a/product_web_hover/static/src/js/listRenderer.js b/product_web_hover/static/src/js/listRenderer.js new file mode 100644 index 000000000..4b013d8bf --- /dev/null +++ b/product_web_hover/static/src/js/listRenderer.js @@ -0,0 +1,43 @@ +odoo.define('product_web_hover.ListRenderer', function (require) { + "use strict"; + + var ListRenderer = require('web.ListRenderer'); + + ListRenderer.include({ + _renderBodyCell: function (record, node, colIndex, options) { + var result = this._super.apply(this, arguments); + + if (typeof record.data[node.attrs.name] === "object" && record.data[node.attrs.name].model === "product.product") { + this.getProductFromBackend(record.data[node.attrs.name].data?.id) + .then(productInfo => { + result.attr('data-tooltip-info', JSON.stringify(productInfo)) + .attr('data-tooltip-template', "product_web_hover.HoverTemplate"); + }) + } + + return result; + }, + + getProductFromBackend: async function(productId) { + if (productId) { + const requiredData = await this._rpc({ + model: "product.product", + method: "read", + args: [[productId], []], + }); + + if (requiredData && requiredData.length > 0) { + return { + name: requiredData[0].name, + categ_id: requiredData[0].categ_id[1], + code: requiredData[0].code, + list_price: requiredData[0].list_price, + standard_price: requiredData[0].standard_price, + qty_available: requiredData[0].qty_available, + image_1920: requiredData[0].image_1920 + }; + } + } + } + }); +}); diff --git a/product_web_hover/static/src/xml/hoverTemplate.xml b/product_web_hover/static/src/xml/hoverTemplate.xml new file mode 100644 index 000000000..42565a249 --- /dev/null +++ b/product_web_hover/static/src/xml/hoverTemplate.xml @@ -0,0 +1,17 @@ + + + + + + + + +

+ Category:
+ Reference:
+ Price:
+ Cost Price:
+ Quantity Available: + +
+