Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

UPS Fed-Ex Modules Odoo 9 Enterprise

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
enterpriseshippingfedexupsodoo9.0
5 Odpowiedzi
6198 Widoki
Awatar
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
Awatar
Odrzuć
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.

Awatar
Asmita Chavan
Najlepsza odpowiedź

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
Awatar
Odrzuć
Awatar
Kalpana Hemnani
Najlepsza odpowiedź

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
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
How to track inbound and outbound shipments with carrier tracking numbers?
warehouse shipping tracking fedex ups
Awatar
Awatar
Awatar
2
gru 24
15476
How do I integrate UPS shipping in Version 7?
integration shipping fedex ups usps
Awatar
Awatar
1
mar 15
5947
UPS integration without UPS Access Key? Rozwiązane
shipping ups
Awatar
Awatar
Awatar
2
maj 24
3608
Where can I find the code for the FedEx shipping integration?
shipping fedex
Awatar
Awatar
1
paź 19
4204
FedEx App - State code exceeds 2 characters
shipping fedex odoo16
Awatar
0
kwi 25
2082
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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