Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

UPS Fed-Ex Modules Odoo 9 Enterprise

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
enterpriseshippingfedexupsodoo9.0
5 Respuestas
6183 Vistas
Avatar
Vincenzo

I have installed the ups and fed-ex modules and configured them however when trying to get a price, I receive this error.


Traceback (most recent call last):

File "/var/opt/odoo/enterprise/openerp/http.py", line 599, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/var/opt/odoo/enterprise/openerp/http.py", line 636, in dispatch

result = self._call_function(**self.params)

File "/var/opt/odoo/enterprise/openerp/http.py", line 315, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/service/model.py", line 118, in wrapper

return f(dbname, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/http.py", line 308, in checked_call

result = self.endpoint(*a, **kw)

File "/var/opt/odoo/enterprise/openerp/http.py", line 887, in __call__

return self.method(*args, **kw)

File "/var/opt/odoo/enterprise/openerp/http.py", line 465, in response_wrap

response = f(*args, **kw)

File "/var/opt/odoo/enterprise/openerp/addons/web/controllers/main.py", line 965, in call_kw

return self._call_kw(model, method, args, kwargs)

File "/var/opt/odoo/enterprise/openerp/addons/web/controllers/main.py", line 957, in _call_kw

return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/api.py", line 232, in wrapper

return old_api(self, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/api.py", line 354, in old_api

result = method(recs, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/addons/mail/models/mail_thread.py", line 276, in write

result = super(MailThread, self).write(values)

File "/var/opt/odoo/enterprise/openerp/api.py", line 230, in wrapper

return new_api(self, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/models.py", line 3817, in write

self._write(old_vals)

File "/var/opt/odoo/enterprise/openerp/api.py", line 230, in wrapper

return new_api(self, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/api.py", line 547, in new_api

result = method(self._model, cr, uid, self.ids, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/models.py", line 4077, in _write

recs.recompute()

File "/var/opt/odoo/enterprise/openerp/api.py", line 230, in wrapper

return new_api(self, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/models.py", line 5797, in recompute

vals = rec._convert_to_write({n: rec[n] for n in ns})

File "/var/opt/odoo/enterprise/openerp/models.py", line 5797, in <dictcomp>

vals = rec._convert_to_write({n: rec[n] for n in ns})

File "/var/opt/odoo/enterprise/openerp/models.py", line 5684, in __getitem__

return self._fields[key].__get__(self, type(self))

File "/var/opt/odoo/enterprise/openerp/fields.py", line 807, in __get__

self.determine_value(record)

File "/var/opt/odoo/enterprise/openerp/fields.py", line 889, in determine_value

self.compute_value(recs)

File "/var/opt/odoo/enterprise/openerp/fields.py", line 869, in compute_value

self._compute_value(records)

File "/var/opt/odoo/enterprise/openerp/fields.py", line 859, in _compute_value

getattr(records, self.compute)()

File "/var/opt/odoo/enterprise/openerp/addons/delivery/models/sale_order.py", line 25, in _compute_delivery_price

order.delivery_price = order.carrier_id.with_context(order_id=order.id).price

File "/var/opt/odoo/enterprise/openerp/fields.py", line 807, in __get__

self.determine_value(record)

File "/var/opt/odoo/enterprise/openerp/fields.py", line 914, in determine_value

self.compute_value(recs)

File "/var/opt/odoo/enterprise/openerp/fields.py", line 869, in compute_value

self._compute_value(records)

File "/var/opt/odoo/enterprise/openerp/fields.py", line 859, in _compute_value

getattr(records, self.compute)()

File "/var/opt/odoo/enterprise/openerp/api.py", line 230, in wrapper

return new_api(self, *args, **kwargs)

File "/var/opt/odoo/enterprise/openerp/api.py", line 398, in new_api

result = [method(rec, *args, **kwargs) for rec in self]

File "/var/opt/odoo/enterprise/openerp/addons/delivery/models/delivery_carrier.py", line 78, in get_price

self.price = self.get_shipping_price_from_so(order)[0]

File "/var/opt/odoo/enterprise/openerp/addons/delivery/models/delivery_carrier.py", line 111, in get_shipping_price_from_so

return getattr(self, '%s_get_shipping_price_from_so' % self.delivery_type)(orders)

File "/var/opt/odoo/enterprise/openerp/addons/delivery_fedex/models/delivery_fedex.py", line 79, in fedex_get_shipping_price_from_so

srm = FedexRequest(request_type="rating", test_mode=self.fedex_test_mode)

File "/var/opt/odoo/enterprise/openerp/addons/delivery_fedex/models/fedex_request.py", line 38, in __init__

self.start_rating_transaction(wsdl_path)

File "/var/opt/odoo/enterprise/openerp/addons/delivery_fedex/models/fedex_request.py", line 141, in start_rating_transaction

self.client = Client('file:///%s' % wsdl_path.lstrip('/'))

File "/usr/lib/python2.7/dist-packages/suds/client.py", line 112, in __init__

self.wsdl = reader.open(url)

File "/usr/lib/python2.7/dist-packages/suds/reader.py", line 152, in open

d = self.fn(url, self.options)

File "/usr/lib/python2.7/dist-packages/suds/wsdl.py", line 136, in __init__

d = reader.open(url)

File "/usr/lib/python2.7/dist-packages/suds/reader.py", line 79, in open

d = self.download(url)

File "/usr/lib/python2.7/dist-packages/suds/reader.py", line 95, in download

fp = self.options.transport.open(Request(url))

File "/usr/lib/python2.7/dist-packages/suds/transport/https.py", line 60, in open

return HttpTransport.open(self, request)

File "/usr/lib/python2.7/dist-packages/suds/transport/http.py", line 62, in open

return self.u2open(u2request)

File "/usr/lib/python2.7/dist-packages/suds/transport/http.py", line 118, in u2open

return url.open(u2request, timeout=tm)

File "/usr/lib/python2.7/urllib2.py", line 404, in open

response = self._open(req, data)

File "/usr/lib/python2.7/urllib2.py", line 422, in _open

'_open', req)

File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain

result = func(*args)

File "/usr/lib/python2.7/urllib2.py", line 1317, in file_open

return self.open_local_file(req)

File "/usr/lib/python2.7/urllib2.py", line 1357, in open_local_file

raise URLError(msg)

URLError: <urlopen error [Errno 2] No such file or directory: '/var/opt/odoo/enterprise/openerp/addons/delivery_fedex/models/../api/prod/RateService_v16.wsdl'>


Any Ideas?

0
Avatar
Descartar
Dharma Saputro

Got problem too when I'm using the FedEx service. Instead, I got "FedEx server not found". I wonder if this comes from the delivery_fedex itself.

Vincenzo
Autor

I am getting this error for both the UPS, and the Fed-Ex. I am thinking that there is a dependency that is missing, or a bug in the system.

Avatar
Asmita Chavan
Mejor respuesta

What I guess is, you need to install proper suds package to rectify this error, because I was also facing the same problem in delivery_ups module.

Please try to install suds 4.0

0
Avatar
Descartar
Avatar
Kalpana Hemnani
Mejor respuesta

Few checkpoints before you start using any shipping API.

  • You must have an working internet connection

  • If you are using US shipping API, make sure your company address and customer address must be proper and of US, not of demo data.

Check above points, if still not working, do let me know.

Regards,

Kalpana Hemnani

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How to track inbound and outbound shipments with carrier tracking numbers?
warehouse shipping tracking fedex ups
Avatar
Avatar
Avatar
2
dic 24
15448
How do I integrate UPS shipping in Version 7?
integration shipping fedex ups usps
Avatar
Avatar
1
mar 15
5941
UPS integration without UPS Access Key? Resuelto
shipping ups
Avatar
Avatar
Avatar
2
may 24
3599
Where can I find the code for the FedEx shipping integration?
shipping fedex
Avatar
Avatar
1
oct 19
4189
FedEx App - State code exceeds 2 characters
shipping fedex odoo16
Avatar
0
abr 25
2062
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now