diff --git a/delivery_date_ecommerce/README.rst b/delivery_date_ecommerce/README.rst new file mode 100644 index 000000000..374a679f9 --- /dev/null +++ b/delivery_date_ecommerce/README.rst @@ -0,0 +1,45 @@ + +Delivery Date On eCommerce +===================================== +Delivery Date On eCommerce + +Configuration +============= +* No additional configurations needed + +License +------- +GNU Affero General Public License, Version 3 (AGPL v3). +(https://www.odoo.com/documentation/user/14.0/legal/licenses/licenses.html) + +Company +------- +* `Cybrosys Techno Solutions `__ + +Credits +------- +* Developers: Prayag@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 `__ + +Further information +=================== +HTML Description: ``__ + + diff --git a/delivery_date_ecommerce/__init__.py b/delivery_date_ecommerce/__init__.py new file mode 100644 index 000000000..d80163a00 --- /dev/null +++ b/delivery_date_ecommerce/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +################################################################################ +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2023-TODAY Cybrosys Technologies(). +# Author: Prayag 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/delivery_date_ecommerce/__manifest__.py b/delivery_date_ecommerce/__manifest__.py new file mode 100755 index 000000000..d012115dd --- /dev/null +++ b/delivery_date_ecommerce/__manifest__.py @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +################################################################################ +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2023-TODAY Cybrosys Technologies(). +# Author: Prayag 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': 'Delivery Date on eCommerce', + 'version': '15.0.1.0.0', + 'summary': """Excepted Delivery Date Will Be Displayed On The eCommerce""", + 'description': 'This module is very useful for end users to track their products.', + "category": "eCommerce", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'depends': ['base', 'website', 'web', 'website_sale', 'stock'], + 'website': "https://www.cybrosys.com", + 'data': [ + 'views/template.xml', + ], + 'images': ['static/description/banner.png'], + 'license': 'AGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/delivery_date_ecommerce/doc/RELEASE_NOTES.md b/delivery_date_ecommerce/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..21bfee4c4 --- /dev/null +++ b/delivery_date_ecommerce/doc/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +## Module + +#### 23.03.2023 +#### Version 15.0.1.0.0 +#### ADD + +- Initial commit for delivery_date_ecommerce Module - Complete diff --git a/delivery_date_ecommerce/static/description/assets/icons/check.png b/delivery_date_ecommerce/static/description/assets/icons/check.png new file mode 100644 index 000000000..c8e85f51d Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/check.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/chevron.png b/delivery_date_ecommerce/static/description/assets/icons/chevron.png new file mode 100644 index 000000000..2089293d6 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/chevron.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/cogs.png b/delivery_date_ecommerce/static/description/assets/icons/cogs.png new file mode 100644 index 000000000..95d0bad62 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/cogs.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/consultation.png b/delivery_date_ecommerce/static/description/assets/icons/consultation.png new file mode 100644 index 000000000..8319d4baa Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/consultation.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/ecom-black.png b/delivery_date_ecommerce/static/description/assets/icons/ecom-black.png new file mode 100644 index 000000000..a9385ff13 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/ecom-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/education-black.png b/delivery_date_ecommerce/static/description/assets/icons/education-black.png new file mode 100644 index 000000000..3eb09b27b Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/education-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/hotel-black.png b/delivery_date_ecommerce/static/description/assets/icons/hotel-black.png new file mode 100644 index 000000000..130f613be Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/hotel-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/license.png b/delivery_date_ecommerce/static/description/assets/icons/license.png new file mode 100644 index 000000000..a5869797e Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/license.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/lifebuoy.png b/delivery_date_ecommerce/static/description/assets/icons/lifebuoy.png new file mode 100644 index 000000000..658d56ccc Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/lifebuoy.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/logo.png b/delivery_date_ecommerce/static/description/assets/icons/logo.png new file mode 100644 index 000000000..478462d3e Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/logo.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/manufacturing-black.png b/delivery_date_ecommerce/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 000000000..697eb0e9f Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/manufacturing-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/pos-black.png b/delivery_date_ecommerce/static/description/assets/icons/pos-black.png new file mode 100644 index 000000000..97c0f90c1 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/pos-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/puzzle.png b/delivery_date_ecommerce/static/description/assets/icons/puzzle.png new file mode 100644 index 000000000..65cf854e7 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/puzzle.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/restaurant-black.png b/delivery_date_ecommerce/static/description/assets/icons/restaurant-black.png new file mode 100644 index 000000000..4a35eb939 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/restaurant-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/service-black.png b/delivery_date_ecommerce/static/description/assets/icons/service-black.png new file mode 100644 index 000000000..301ab51cb Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/service-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/trading-black.png b/delivery_date_ecommerce/static/description/assets/icons/trading-black.png new file mode 100644 index 000000000..9398ba2f1 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/trading-black.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/training.png b/delivery_date_ecommerce/static/description/assets/icons/training.png new file mode 100644 index 000000000..884ca024d Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/training.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/update.png b/delivery_date_ecommerce/static/description/assets/icons/update.png new file mode 100644 index 000000000..ecbc5a01a Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/update.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/user.png b/delivery_date_ecommerce/static/description/assets/icons/user.png new file mode 100644 index 000000000..6ffb23d9f Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/user.png differ diff --git a/delivery_date_ecommerce/static/description/assets/icons/wrench.png b/delivery_date_ecommerce/static/description/assets/icons/wrench.png new file mode 100644 index 000000000..6c04dea0f Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/icons/wrench.png differ diff --git a/delivery_date_ecommerce/static/description/assets/modules/1.png b/delivery_date_ecommerce/static/description/assets/modules/1.png new file mode 100644 index 000000000..0189cafc7 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/modules/1.png differ diff --git a/delivery_date_ecommerce/static/description/assets/modules/2.png b/delivery_date_ecommerce/static/description/assets/modules/2.png new file mode 100644 index 000000000..fb65048fe Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/modules/2.png differ diff --git a/delivery_date_ecommerce/static/description/assets/modules/3.png b/delivery_date_ecommerce/static/description/assets/modules/3.png new file mode 100644 index 000000000..004c61a9e Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/modules/3.png differ diff --git a/delivery_date_ecommerce/static/description/assets/modules/4.png b/delivery_date_ecommerce/static/description/assets/modules/4.png new file mode 100644 index 000000000..3ad04ecfd Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/modules/4.png differ diff --git a/delivery_date_ecommerce/static/description/assets/modules/5.png b/delivery_date_ecommerce/static/description/assets/modules/5.png new file mode 100644 index 000000000..d01ceb1ab Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/modules/5.png differ diff --git a/delivery_date_ecommerce/static/description/assets/modules/6.png b/delivery_date_ecommerce/static/description/assets/modules/6.png new file mode 100644 index 000000000..3712519fd Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/modules/6.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/1.png b/delivery_date_ecommerce/static/description/assets/screenshots/1.png new file mode 100644 index 000000000..b5994cffa Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/1.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/2.png b/delivery_date_ecommerce/static/description/assets/screenshots/2.png new file mode 100644 index 000000000..d98ab7c2c Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/2.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/3.png b/delivery_date_ecommerce/static/description/assets/screenshots/3.png new file mode 100644 index 000000000..c57012ea2 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/3.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/4.png b/delivery_date_ecommerce/static/description/assets/screenshots/4.png new file mode 100644 index 000000000..301629c5d Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/4.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/5.png b/delivery_date_ecommerce/static/description/assets/screenshots/5.png new file mode 100644 index 000000000..90d6c0353 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/5.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/6.png b/delivery_date_ecommerce/static/description/assets/screenshots/6.png new file mode 100644 index 000000000..6f5ec0f57 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/6.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/SC1.png b/delivery_date_ecommerce/static/description/assets/screenshots/SC1.png new file mode 100644 index 000000000..ca03a5840 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/SC1.png differ diff --git a/delivery_date_ecommerce/static/description/assets/screenshots/hero.gif b/delivery_date_ecommerce/static/description/assets/screenshots/hero.gif new file mode 100644 index 000000000..3881be233 Binary files /dev/null and b/delivery_date_ecommerce/static/description/assets/screenshots/hero.gif differ diff --git a/delivery_date_ecommerce/static/description/banner.png b/delivery_date_ecommerce/static/description/banner.png new file mode 100644 index 000000000..5856d1b7e Binary files /dev/null and b/delivery_date_ecommerce/static/description/banner.png differ diff --git a/delivery_date_ecommerce/static/description/icon.png b/delivery_date_ecommerce/static/description/icon.png new file mode 100644 index 000000000..72b6c6ef3 Binary files /dev/null and b/delivery_date_ecommerce/static/description/icon.png differ diff --git a/delivery_date_ecommerce/static/description/index.html b/delivery_date_ecommerce/static/description/index.html new file mode 100644 index 000000000..88b8c530d --- /dev/null +++ b/delivery_date_ecommerce/static/description/index.html @@ -0,0 +1,601 @@ +
+
+
+
+ +
+
+
+ Community +
+
+ Enterprise +
+ +
+
+
+
+ +
+
+
+

+ Delivery Date on eCommerce

+

+ View the expected delivery date on the eCommerce website. +

+ +
+
+ + + +
+
+

+ Overview +

+
+ +
+

+ This module allow us to show the Expected Delivery Date of the configured products.

+
+

+ +
+ + +
+
+

+ Features +

+
+ +
+
+ +
+
+

+ Show the Expected Delivery Date in Product List View +

+
+
+
+
+ +
+
+

+ Show the Expected Delivery Date in Product Details View +

+
+
+
+
+ +
+
+

+ Show the Expected Delivery Date in Cart +

+
+
+
+ +
+
+

+ Screenshots +

+
+
+

+ Set Customer Lead Time

+ + +
+ +
+

+ Toggle Button

+

+ Hide or Show the expected delivery date. +

+ +
+
+

+ Expected Delivery Date in Product List View

+ + +
+ +
+

+ Toggle Button

+

+ Hide or Show the expected delivery date. +

+ +
+ +
+

+ Expected Delivery Date in Product Details View

+ + +
+ +
+

+ Toggle Button

+

+ Hide or Show the expected delivery date. +

+ +
+ +
+

+ Expected Delivery Date in Cart

+ + +
+ +
+ +
+
+

Suggested 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

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

Need Help?

+
+
+
+ + +
+ +
+ + +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+
+ + +
\ No newline at end of file diff --git a/delivery_date_ecommerce/views/template.xml b/delivery_date_ecommerce/views/template.xml new file mode 100644 index 000000000..355a530eb --- /dev/null +++ b/delivery_date_ecommerce/views/template.xml @@ -0,0 +1,31 @@ + + + + + + + + +