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

Getting error after trying to import database

Subscribe

Get notified when there's activity on this post

This question has been flagged
databasemigration
1 Reply
7178 Views
Avatar
Karolis

I'm trying to update odoo CE version from 9 to 10. I did fresh install on server, dumped old database and imported it to new version.

While trying to connect with my credentials, I'm getting error in browser:

"Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."


And CLI throw back an error:


Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi execute(self.server.app) File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute application_iter = app(environ, start_response) File "/usr/lib/python2.7/dist-packages/odoo/service/server.py", line 246, in app return self.app(e, s) File "/usr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 184, in application return application_unproxied(environ, start_response) File "/usr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 170, in application_unproxied result = handler(environ, start_response) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1306, in __call__ return self.dispatch(environ, start_response) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1280, in __call__ return self.app(environ, start_wrapped) File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__ return self.app(environ, start_response) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1471, in dispatch result = ir_http._dispatch() File "/usr/lib/python2.7/dist-packages/odoo/addons/web_editor/models/ir_http.py", line 21, in _dispatch return super(IrHttp, cls)._dispatch() File "/usr/lib/python2.7/dist-packages/odoo/addons/utm/models/ir_http.py", line 20, in _dispatch response = super(IrHttp, cls)._dispatch() File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 199, in _dispatch return cls._handle_exception(e) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception return request._handle_exception(exception) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 766, in _handle_exception return super(HttpRequest, self)._handle_exception(exception) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 195, in _dispatch result = request.dispatch() File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 825, in dispatch r = self._call_function(**self.params) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 331, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/service/model.py", line 119, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 324, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 933, in __call__ return self.method(*args, **kw) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 504, in response_wrap response = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 467, in web_login uid = request.session.authenticate(request.session.db, request.params['login'], request.params['password']) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1045, in authenticate if uid: self.get_context() File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1080, in get_context self.context = request.env['res.users'].context_get() or {} File "<string>", line 2, in context_get File "/usr/lib/python2.7/dist-packages/odoo/tools/cache.py", line 87, in lookup value = d[key] = self.method(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/res/res_users.py", line 421, in context_get res = getattr(user, k) or False File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 869, in __get__ self.determine_value(record) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 980, in determine_value self.compute_value(recs) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 935, in compute_value self._compute_value(records) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 928, in _compute_value self.compute(records) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 580, in _compute_related record[self.name] = other[field.name] File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 5186, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 869, in __get__ self.determine_value(record) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 971, in determine_value record._prefetch_field(self) File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3056, in _prefetch_field result = records.read([f.name for f in fs], load='_classic_write') File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 2996, in read self._read_from_database(stored, inherited) File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3124, in _read_from_database cr.execute(query_str, params) File "/usr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper return f(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute res = self._obj.execute(query, params)ProgrammingError: column res_partner.commercial_company_name does not existLINE 1: ...ate","res_partner"."create_date" as "create_date","res_partn...

                                                             ^2017-02-14 07:21:58,267 1 WARNING pretendentas odoo.addons.base.ir.ir_cron: Skipping database pretendentas as its base version is not 10.0.1.3.


0
Avatar
Discard
Karolis
Author

But as far I can see they still have no upgrading tool from 9th to 10 version

Avatar
Ermin Trevisan
Best Answer

Odoo never was and most probably never will be forward or backward compatible. In order to upgrade Odoo you have to migrate your database. Database migration is a service which can be provided by Odoo S.A. or Odoo partners, or you can try to do it yourself based on the openupgrade project of the OCA.

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
database migration Solved
database migration
Avatar
Avatar
1
Mar 23
3324
Migration of the database
database migration
Avatar
Avatar
1
Apr 17
4577
Odoo 18: Cannot import DB dump from cloud installation into a fresh on-prem installation
import database migration
Avatar
Avatar
1
Sep 25
1234
Moving db from windows to ubuntu issue Solved
database migration v12
Avatar
Avatar
1
Dec 19
5558
How to migrate database from v11 to v12
database migration odoo12
Avatar
Avatar
Avatar
Avatar
4
Jul 19
9945
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