Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

content_common() got an unexpected keyword argument

Odoberať

Get notified when there's activity on this post

This question has been flagged
nginxdeploymentodoo10
6769 Zobrazenia
Avatar
Shivam Goyal
I have reverse proxied Odoo behind nginx. Sometime I get this error.Now I have no idea where it
is originating. Although If i run Odoo without proxy this does not happen

Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: 2017-12-03 11:03:57,296 18792 INFO vapelife werkzeug: 127.0.0.1 - - [03/Dec/2017 11:03:57] "GET /web/content/1825-c109479/web.assets_backend.js?cb=1512299037085&fingerprint=c2VwLW5vLXJlZGlyZWN0&onIframeFlag HTTP/1.0" 500 - Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: 2017-12-03 11:03:57,302 18792 ERROR vapelife werkzeug: Error on request: Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: Traceback (most recent call last): Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in run_wsgi Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: execute(self.server.app) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 181, in execute Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: application_iter = app(environ, start_response) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/service/wsgi_server.py", line 184, in application Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return werkzeug.contrib.fixers.ProxyFix(application_unproxied)(environ, start_response) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/usr/local/lib/python2.7/dist-packages/werkzeug/contrib/fixers.py", line 152, in __call__ Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return self.app(environ, start_response) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: result = handler(environ, start_response) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 1308, in __call__ Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return self.dispatch(environ, start_response) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 1282, in __call__ Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return self.app(environ, start_wrapped) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/usr/local/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 599, in __call__ Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return self.app(environ, start_response) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 1481, in dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: result = ir_http._dispatch() Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/addons/website_sale/models/ir_http.py", line 15, in _dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return super(IrHttp, cls)._dispatch() Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/addons/website/models/ir_http.py", line 218, in _dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: resp = super(Http, cls)._dispatch() Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/addons/web_editor/models/ir_http.py", line 21, in _dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return super(IrHttp, cls)._dispatch() Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/addons/base/ir/ir_http.py", line 199, in _dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return cls._handle_exception(e) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/addons/website/models/ir_http.py", line 270, in _handle_exception Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return super(Http, cls)._handle_exception(exception) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return request._handle_exception(exception) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 768, in _handle_exception Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return super(HttpRequest, self)._handle_exception(exception) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/addons/base/ir/ir_http.py", line 195, in _dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: result = request.dispatch() Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 827, in dispatch Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: r = self._call_function(**self.params) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 333, in _call_function Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return checked_call(self.db, *args, **kwargs) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/service/model.py", line 101, in wrapper Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return f(dbname, *args, **kwargs) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 326, in checked_call Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: result = self.endpoint(*a, **kw) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 935, in __call__ Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: return self.method(*args, **kw) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: File "/opt/odoo/odoo/http.py", line 506, in response_wrap Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: response = f(*args, **kw) Dec 03 11:03:57 ip-172-31-23-193 odoo-server[18786]: TypeError: content_common() got an unexpected keyword argument 'cb'
0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Move Odoo server to another machine and restore the data base.
nginx deployment odoo10
Avatar
Avatar
1
apr 20
11130
Database filter is not working in nginx
nginx dbfilter odoo10
Avatar
0
sep 18
7169
how does --max-cron-threads parameter works in config file? Solved
configuration error deployment odoo10
Avatar
Avatar
1
okt 24
24840
111: Connection refused error - Nginx SSL Config for Odoo Android App
nginx connection android odoo10
Avatar
0
dec 16
19089
Create schedule action For sending emails
odoo10
Avatar
Avatar
Avatar
2
júl 25
6537
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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