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
    • Artificial Intelligence
    • 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
    • Property 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
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

How to migrate database from old Odoo 8 to the latests Odoo 8 version ?

Subscribe

Get notified when there's activity on this post

This question has been flagged
databasemigrateodoo8.0
4 Replies
4637 Views
Avatar
Dim

Hi,

I'm currently having a few bugs in the current database and since we are running on a old Odoo 8 version i would like to upgrade to the latest Odoo 8 version, i've noticed that there are a few functions in the base modules added. 

Please advise how is the best to do this, i  will create a new odoo instance with the latests Odoo 8 version and i have to migrate database also because i tried to restore this database and got lottttttt of errors.

Thank you for your time!

Any help is appreciated!

0
Avatar
Discard
Baiju KS

please include error too

Dim
Author

Hi Baiju KS,

This is the error :

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 "/opt/odoo/oebf/server/openerp/service/server.py", line 294, in app

return self.app(e, s)

File "/opt/odoo/oebf/server/openerp/service/wsgi_server.py", line 216, in application

return application_unproxied(environ, start_response)

File "/opt/odoo/oebf/server/openerp/service/wsgi_server.py", line 202, in application_unproxied

result = handler(environ, start_response)

File "/opt/odoo/oebf/server/openerp/http.py", line 1299, in __call__

return self.dispatch(environ, start_response)

File "/opt/odoo/oebf/server/openerp/http.py", line 1273, in __call__

return self.app(environ, start_wrapped)

File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__

return self.app(environ, start_response)

File "/opt/odoo/oebf/server/openerp/http.py", line 1444, in dispatch

ir_http = request.registry['ir.http']

File "/opt/odoo/oebf/server/openerp/http.py", line 355, in registry

return openerp.modules.registry.RegistryManager.get(self.db) if self.db else None

File "/opt/odoo/oebf/server/openerp/modules/registry.py", line 339, in get

update_module)

File "/opt/odoo/oebf/server/openerp/modules/registry.py", line 370, in new

openerp.modules.load_modules(registry._db, force_demo, status, update_module)

File "/opt/odoo/oebf/server/openerp/modules/loading.py", line 357, in load_modules

registry.setup_models(cr)

File "/opt/odoo/oebf/server/openerp/modules/registry.py", line 197, in setup_models

model._setup_complete(cr, SUPERUSER_ID)

File "/opt/odoo/oebf/server/openerp/api.py", line 268, in wrapper

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

File "/opt/odoo/oebf/server/openerp/api.py", line 372, in old_api

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

File "/opt/odoo/oebf/server/openerp/models.py", line 3032, in _setup_complete

field.setup_triggers(self.env)

File "/opt/odoo/oebf/server/openerp/fields.py", line 1743, in setup_triggers

self._setup_dependency([self.name], comodel, arg[0].split('.'))

File "/opt/odoo/oebf/server/openerp/fields.py", line 624, in _setup_dependency

fields = [model._fields[head]]

KeyError: 'reconcile'

No hints to any module...

If you have any ideea regarding this, please let me know.

Thank you very much!

Avatar
Dim
Author Best Answer

Hi Mindaugas,

Yes,  old 8.0 -> latest 8 version.


Thx!

0
Avatar
Discard
Avatar
Mindaugas
Best Answer

8->8?

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
After creating a new database, why am I unable to log in it?
error database odoo8.0
Avatar
Avatar
Avatar
3
Jun 22
16226
How to search through a database?
database odooV8 odoo8.0
Avatar
Avatar
2
Aug 19
7261
How to Downgrade from Odoo 17.2 to Odoo 17.0? Solved
database migrate 17.2 17.0
Avatar
Avatar
1
Apr 25
5392
Fastest method of migrating data from one instance to another Solved
database migrate instances v15
Avatar
Avatar
1
Nov 23
6734
Invoices Analysis with pos_order included
database postgresql query odoo8.0
Avatar
0
May 20
4449
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 Svenska ภาษาไทย 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