Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

error when starting odoo v12 server

Subscribe

Get notified when there's activity on this post

This question has been flagged
error12.0
3 Replies
4232 Views
Avatar
rvivas

What are the steps to reproduce your issue?

We are currently working with the following platforms’ versions in the development environment: 

Python 3.8.5

Ubuntu 20.04 LTS

Odoo v: 12.0:54b40f1eb09


Startup Odoo. 

What is currently happening?

Trying to start-up, we are getting the error described below, and the server doesn’t run. 

What are you expecting to happen?

We expect that the server runs without any error. 

Note:  For a faster turnaround, please share as much detail as you can.  Tell us which Menu sequences you follow. Attach screenshots. Share a video.


“2020-10-08 19:49:24,311 39299 ERROR odoo werkzeug: Error on request:

Traceback (most recent call last):

  File "/opt/odoo/env/lib/python3.8/site-packages/werkzeug/serving.py", line 205, in run_wsgi

    execute(self.server.app)

  File "/opt/odoo/env/lib/python3.8/site-packages/werkzeug/serving.py", line 193, in execute

    application_iter = app(environ, start_response)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/service/server.py", line 434, in app

    return self.app(e, s)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/service/wsgi_server.py", line 142, in application

    return application_unproxied(environ, start_response)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/service/wsgi_server.py", line 117, in application_unproxied

    result = odoo.http.root(environ, start_response)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 1320, in call

    return self.dispatch(environ, start_response)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 1293, in call

    return self.app(environ, start_wrapped)

  File "/opt/odoo/env/lib/python3.8/site-packages/werkzeug/wsgi.py", line 599, in call

    return self.app(environ, start_response)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 1488, in dispatch

    result = ir_http.dispatch()

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/addons/web_editor/models/ir_http.py", line 22, in dispatch

    return super(IrHttp, cls)._dispatch()

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_http.py", line 212, in _dispatch

    return cls._handle_exception(e)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_http.py", line 182, in _handle_exception

    return request._handle_exception(exception)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 776, in _handle_exception

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

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 314, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/tools/pycompat.py", line 87, in reraise

    raise value

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_http.py", line 208, in _dispatch

    result = request.dispatch()

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 835, in dispatch

    r = self._call_function(self.params)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 346, in _call_function

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

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/service/model.py", line 98, in wrapper

    return f(dbname, args, kwargs)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 342, in checked_call

    result.flatten()

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 1270, in flatten

    self.response.append(self.render())

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/http.py", line 1263, in render

    return env["ir.ui.view"].render_template(self.template, self.qcontext)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_ui_view.py", line 1324, in render_template

    return self.browse(self.get_view_id(template)).render(values, engine)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/addons/web_editor/models/ir_ui_view.py", line 29, in render

    return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_ui_view.py", line 1333, in render

    return self.env[engine].render(self.id, qcontext)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_qweb.py", line 59, in render

    result = super(IrQWeb, self).render(id_or_xml_id, values=values, context)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/qweb.py", line 275, in render

    self.compile(template, options)(self, body.append, values or {})

  File "<decorator-gen-54>", line 2, in compile

 File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/tools/cache.py", line 93, in lookup

    value = d[key] = self.method(args, kwargs)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/ir_qweb.py", line 114, in compile

    return super(IrQWeb, self).compile(id_or_xml_id, options=options)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/qweb.py", line 338, in compile

    raise QWebException("Error when compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name)

odoo.addons.base.models.qweb.QWebException: Name node can't be used with 'None' constant

Traceback (most recent call last):

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/tools/cache.py", line 88, in lookup

    r = d[key]

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, kwargs)

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/tools/lru.py", line 44, in __getitem

    a = self.d[obj].me

KeyError: ('ir.qweb', <function IrQWeb.compile at 0x7f8e152869d0>, 173, ('es_MX', None, None, None, None, None))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "/mnt/home/rvivas/Workspace/dev/github.com/odoo/odoo/odoo/addons/base/models/qweb.py", line 330, in compile

    unsafe_eval(compile(astmod, '<template>', 'exec'), ns)

ValueError: Name node can't be used with 'None' constant

Error when compiling AST

ValueError: Name node can't be used with 'None' constant

Template: 173

Path: /templates/t/t/form/input[2]

Node: <input type="hidden" name="redirect" t-att-value="redirect"/> - - -”


0
Avatar
Discard
Avatar
Ermin Trevisan
Best Answer

Odoo 12.0 does not support Python 3.8. Please install Python 3.6.

1
Avatar
Discard
Sudhir Arya (ERP Harbor Consulting Services)

Yes, v12 does not work with py3.8

Avatar
rvivas
Author Best Answer

ok, thank you very much for your answers

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

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

Sign up
Related Posts Replies Views Activity
error with every action Solved
error odoo 12.0
Avatar
Avatar
Avatar
2
May 19
4691
?"Your country might be blocked by our hosting provider" error when I create new website
error
Avatar
0
Nov 25
592
Payment Page Return Error with Razorpay on Mobile Devices
error
Avatar
0
Sep 25
1262
How To Set Char Type Field Only Have Number Input ODOO 12 ?
12.0
Avatar
2
Jan 25
7680
Error after installing "purchase" app in Odoo version 18
error
Avatar
Avatar
1
Dec 24
7031
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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