Browse Source

Jun 06: [FIX] Bug Fixed 'web_pay_shipping_methods'

pull/313/merge
Cybrosys Technologies 2 months ago
parent
commit
ef876db52c
  1. 0
      web_pay_shipping_methods/README.rst
  2. 2
      web_pay_shipping_methods/__init__.py
  3. 2
      web_pay_shipping_methods/__manifest__.py
  4. 20
      web_pay_shipping_methods/controllers/__init__.py
  5. 30
      web_pay_shipping_methods/controllers/main.py
  6. 0
      web_pay_shipping_methods/doc/RELEASE_NOTES.md
  7. 0
      web_pay_shipping_methods/models/__init__.py
  8. 14
      web_pay_shipping_methods/models/payment_provider.py
  9. 0
      web_pay_shipping_methods/static/description/assets/icons/capture (1).png
  10. 0
      web_pay_shipping_methods/static/description/assets/icons/check.png
  11. 0
      web_pay_shipping_methods/static/description/assets/icons/chevron.png
  12. 0
      web_pay_shipping_methods/static/description/assets/icons/cogs.png
  13. 0
      web_pay_shipping_methods/static/description/assets/icons/consultation.png
  14. 0
      web_pay_shipping_methods/static/description/assets/icons/ecom-black.png
  15. 0
      web_pay_shipping_methods/static/description/assets/icons/education-black.png
  16. 0
      web_pay_shipping_methods/static/description/assets/icons/hotel-black.png
  17. 0
      web_pay_shipping_methods/static/description/assets/icons/img.png
  18. 0
      web_pay_shipping_methods/static/description/assets/icons/license.png
  19. 0
      web_pay_shipping_methods/static/description/assets/icons/lifebuoy.png
  20. 0
      web_pay_shipping_methods/static/description/assets/icons/manufacturing-black.png
  21. 0
      web_pay_shipping_methods/static/description/assets/icons/photo-capture.png
  22. 0
      web_pay_shipping_methods/static/description/assets/icons/pos-black.png
  23. 0
      web_pay_shipping_methods/static/description/assets/icons/puzzle.png
  24. 0
      web_pay_shipping_methods/static/description/assets/icons/restaurant-black.png
  25. 0
      web_pay_shipping_methods/static/description/assets/icons/service-black.png
  26. 0
      web_pay_shipping_methods/static/description/assets/icons/trading-black.png
  27. 0
      web_pay_shipping_methods/static/description/assets/icons/training.png
  28. 0
      web_pay_shipping_methods/static/description/assets/icons/update.png
  29. 0
      web_pay_shipping_methods/static/description/assets/icons/user.png
  30. 0
      web_pay_shipping_methods/static/description/assets/icons/wrench.png
  31. 0
      web_pay_shipping_methods/static/description/assets/misc/Cybrosys R.png
  32. 0
      web_pay_shipping_methods/static/description/assets/misc/categories.png
  33. 0
      web_pay_shipping_methods/static/description/assets/misc/check-box.png
  34. 0
      web_pay_shipping_methods/static/description/assets/misc/compass.png
  35. 0
      web_pay_shipping_methods/static/description/assets/misc/corporate.png
  36. 0
      web_pay_shipping_methods/static/description/assets/misc/customer-support.png
  37. 0
      web_pay_shipping_methods/static/description/assets/misc/cybrosys-logo.png
  38. 0
      web_pay_shipping_methods/static/description/assets/misc/email.svg
  39. 0
      web_pay_shipping_methods/static/description/assets/misc/features.png
  40. 0
      web_pay_shipping_methods/static/description/assets/misc/logo.png
  41. 0
      web_pay_shipping_methods/static/description/assets/misc/phone.svg
  42. 0
      web_pay_shipping_methods/static/description/assets/misc/pictures.png
  43. 0
      web_pay_shipping_methods/static/description/assets/misc/pie-chart.png
  44. 0
      web_pay_shipping_methods/static/description/assets/misc/right-arrow.png
  45. 0
      web_pay_shipping_methods/static/description/assets/misc/star (1) 2.svg
  46. 0
      web_pay_shipping_methods/static/description/assets/misc/star.png
  47. 0
      web_pay_shipping_methods/static/description/assets/misc/support (1) 1.svg
  48. 0
      web_pay_shipping_methods/static/description/assets/misc/support-email.svg
  49. 0
      web_pay_shipping_methods/static/description/assets/misc/support.png
  50. 0
      web_pay_shipping_methods/static/description/assets/misc/tick-mark.svg
  51. 0
      web_pay_shipping_methods/static/description/assets/misc/whatsapp 1.svg
  52. 0
      web_pay_shipping_methods/static/description/assets/misc/whatsapp.png
  53. 0
      web_pay_shipping_methods/static/description/assets/misc/whatsapp.svg
  54. 0
      web_pay_shipping_methods/static/description/assets/modules/1.gif
  55. 0
      web_pay_shipping_methods/static/description/assets/modules/2.png
  56. 0
      web_pay_shipping_methods/static/description/assets/modules/3.png
  57. 0
      web_pay_shipping_methods/static/description/assets/modules/4.jpg
  58. 0
      web_pay_shipping_methods/static/description/assets/modules/5.jpg
  59. 0
      web_pay_shipping_methods/static/description/assets/modules/6.png
  60. 0
      web_pay_shipping_methods/static/description/assets/screenshots/hero.gif
  61. 0
      web_pay_shipping_methods/static/description/assets/screenshots/image_1.png
  62. 0
      web_pay_shipping_methods/static/description/assets/screenshots/image_2.png
  63. 0
      web_pay_shipping_methods/static/description/assets/screenshots/image_3.png
  64. 0
      web_pay_shipping_methods/static/description/assets/screenshots/image_4.png
  65. 0
      web_pay_shipping_methods/static/description/banner.jpg
  66. 0
      web_pay_shipping_methods/static/description/icon.png
  67. 0
      web_pay_shipping_methods/static/description/index.html
  68. 9
      web_pay_shipping_methods/static/src/js/PaymentForm.js
  69. 0
      web_pay_shipping_methods/views/payment_provider_views.xml
  70. 0
      web_pay_shipping_methods/views/website_sale_delivery_templates.xml

0
web_pay_shipping_methods/README.rst

2
web_pay_shipping_methods/__init__.py

@ -17,4 +17,4 @@
# If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import models
from . import controllers,models

2
web_pay_shipping_methods/__manifest__.py

@ -19,7 +19,7 @@
##############################################################################
{
'name': "Web Pay Shipping Methods",
'version': '17.0.1.0.0',
'version': '17.0.1.0.1',
'category': 'eCommerce',
'summary': """Select shipping methods based on payment provider.""",
'description': """The Shipping methods specified for a payment provider

20
web_pay_shipping_methods/controllers/__init__.py

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2024-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Mruthul Raj(<https://www.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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import main

30
web_pay_shipping_methods/controllers/main.py

@ -0,0 +1,30 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2024-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Mruthul Raj(<https://www.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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from odoo import http
from odoo.http import request
class WebPayShippingMethods(http.Controller):
@http.route('/web/deliver/carrier', type='json', auth='public', website=True)
def get_delivery_carriers(self, **kwargs):
provider_id = kwargs.get('provider_id')
payment_provider = request.env['payment.provider'].sudo().browse(provider_id)
return payment_provider.delivery_carrier_ids.ids

0
web_pay_shipping_methods/doc/RELEASE_NOTES.md

0
web_pay_shipping_methods/models/__init__.py

14
web_pay_shipping_methods/models/payment_provider.py

@ -17,18 +17,14 @@
# If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from odoo import fields, models
from odoo import api, fields, models
class PaymentProvider(models.Model):
"""Inherited payment_provider to add shipping method field"""
_inherit = 'payment.provider'
delivery_carrier_ids = fields.Many2many('delivery.carrier',
string="Shipping Methods",
domain="[('website_published',"
" '=', True)]",
help="Add shipping methods which "
"will be available while "
"choosing this payment "
"provider")
delivery_carrier_ids = fields.Many2many('delivery.carrier', string="Shipping Methods",
domain="[('website_published','=', True)]",
help="Add shipping methods which will be available while "
"choosing this payment provider")

0
web_pay_shipping_methods/static/description/assets/icons/capture (1).png

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
web_pay_shipping_methods/static/description/assets/icons/check.png

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

0
web_pay_shipping_methods/static/description/assets/icons/chevron.png

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B

0
web_pay_shipping_methods/static/description/assets/icons/cogs.png

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
web_pay_shipping_methods/static/description/assets/icons/consultation.png

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
web_pay_shipping_methods/static/description/assets/icons/ecom-black.png

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 576 B

0
web_pay_shipping_methods/static/description/assets/icons/education-black.png

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 733 B

0
web_pay_shipping_methods/static/description/assets/icons/hotel-black.png

Before

Width:  |  Height:  |  Size: 911 B

After

Width:  |  Height:  |  Size: 911 B

0
web_pay_shipping_methods/static/description/assets/icons/img.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
web_pay_shipping_methods/static/description/assets/icons/license.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
web_pay_shipping_methods/static/description/assets/icons/lifebuoy.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
web_pay_shipping_methods/static/description/assets/icons/manufacturing-black.png

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 673 B

0
web_pay_shipping_methods/static/description/assets/icons/photo-capture.png

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
web_pay_shipping_methods/static/description/assets/icons/pos-black.png

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 878 B

0
web_pay_shipping_methods/static/description/assets/icons/puzzle.png

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 653 B

0
web_pay_shipping_methods/static/description/assets/icons/restaurant-black.png

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 905 B

0
web_pay_shipping_methods/static/description/assets/icons/service-black.png

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 839 B

0
web_pay_shipping_methods/static/description/assets/icons/trading-black.png

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 427 B

0
web_pay_shipping_methods/static/description/assets/icons/training.png

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

0
web_pay_shipping_methods/static/description/assets/icons/update.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
web_pay_shipping_methods/static/description/assets/icons/user.png

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 988 B

0
web_pay_shipping_methods/static/description/assets/icons/wrench.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
web_pay_shipping_methods/static/description/assets/misc/Cybrosys R.png

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

0
web_pay_shipping_methods/static/description/assets/misc/categories.png

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
web_pay_shipping_methods/static/description/assets/misc/check-box.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
web_pay_shipping_methods/static/description/assets/misc/compass.png

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
web_pay_shipping_methods/static/description/assets/misc/corporate.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
web_pay_shipping_methods/static/description/assets/misc/customer-support.png

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
web_pay_shipping_methods/static/description/assets/misc/cybrosys-logo.png

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
web_pay_shipping_methods/static/description/assets/misc/email.svg

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

0
web_pay_shipping_methods/static/description/assets/misc/features.png

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

0
web_pay_shipping_methods/static/description/assets/misc/logo.png

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

0
web_pay_shipping_methods/static/description/assets/misc/phone.svg

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 565 B

0
web_pay_shipping_methods/static/description/assets/misc/pictures.png

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
web_pay_shipping_methods/static/description/assets/misc/pie-chart.png

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
web_pay_shipping_methods/static/description/assets/misc/right-arrow.png

Before

Width:  |  Height:  |  Size: 967 B

After

Width:  |  Height:  |  Size: 967 B

0
web_pay_shipping_methods/static/description/assets/misc/star (1) 2.svg

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
web_pay_shipping_methods/static/description/assets/misc/star.png

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
web_pay_shipping_methods/static/description/assets/misc/support (1) 1.svg

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

0
web_pay_shipping_methods/static/description/assets/misc/support-email.svg

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
web_pay_shipping_methods/static/description/assets/misc/support.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
web_pay_shipping_methods/static/description/assets/misc/tick-mark.svg

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
web_pay_shipping_methods/static/description/assets/misc/whatsapp 1.svg

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

0
web_pay_shipping_methods/static/description/assets/misc/whatsapp.png

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

0
web_pay_shipping_methods/static/description/assets/misc/whatsapp.svg

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
web_pay_shipping_methods/static/description/assets/modules/1.gif

Before

Width:  |  Height:  |  Size: 912 KiB

After

Width:  |  Height:  |  Size: 912 KiB

0
web_pay_shipping_methods/static/description/assets/modules/2.png

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

0
web_pay_shipping_methods/static/description/assets/modules/3.png

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

0
web_pay_shipping_methods/static/description/assets/modules/4.jpg

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

0
web_pay_shipping_methods/static/description/assets/modules/5.jpg

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

0
web_pay_shipping_methods/static/description/assets/modules/6.png

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

0
web_pay_shipping_methods/static/description/assets/screenshots/hero.gif

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 163 KiB

0
web_pay_shipping_methods/static/description/assets/screenshots/image_1.png

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

0
web_pay_shipping_methods/static/description/assets/screenshots/image_2.png

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

0
web_pay_shipping_methods/static/description/assets/screenshots/image_3.png

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 179 KiB

0
web_pay_shipping_methods/static/description/assets/screenshots/image_4.png

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 274 KiB

0
web_pay_shipping_methods/static/description/banner.jpg

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

0
web_pay_shipping_methods/static/description/icon.png

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

0
web_pay_shipping_methods/static/description/index.html

9
web_pay_shipping_methods/static/src/js/PaymentForm.js

@ -2,7 +2,6 @@
import { patch } from "@web/core/utils/patch";
import PaymentForm from '@payment/js/payment_form';
console.log(PaymentForm)
PaymentForm.include({
/**
* Function executes when payment provider is clicked and it checks if there are
@ -18,9 +17,11 @@ PaymentForm.include({
$(this).addClass('d-none');
});
let providerId = ev.target.dataset['providerId']
let carriers = await this.orm.read("payment.provider",[parseInt(providerId)],['delivery_carrier_ids'])
if(carriers[0].delivery_carrier_ids.length > 0){
carriers[0].delivery_carrier_ids.forEach((id)=>{
let carriers=await this.rpc('/web/deliver/carrier',{
'provider_id':parseInt(providerId),
})
if(carriers.length > 0){
carriers.forEach((id)=>{
if(id){
let deliveryMethod = '#delivery_method_'+id
$(deliveryMethod)[0].classList.remove('d-none')

0
web_pay_shipping_methods/views/payment_provider_views.xml

0
web_pay_shipping_methods/views/website_sale_delivery_templates.xml

Loading…
Cancel
Save