This question has been flagged
2 Replies
5562 Views

As there is not still too much data inside my v7 database, I am planning some studies to estimate how much work it will be to migrate my data to v8. For that purpose, I would need a data model documentation of both versions to be able to compare them and to estimate the work. Can you tell me any source where to get these data model specifications?

What I still do not know is, if v8 is already in final state or still under development...

Avatar
Discard
Best Answer

The GitHub version of Odoo has a branch for version 8.0, but it is now in its test-phase. Mind you, it is RC1 (Release Candidate 1) at the moment. The planning (according an email) is that it will be tested by both the community as well as OpenERP internally. Once that is done, it should be released to the public.

By the way, I have started to port some internal modules, which can take quite some time. Especially if you want to include optimisations with the new @api.one etc. decorators.

This link might help somewhat as what to expect with the change:

http://es.slideshare.net/openobject/odoo-from-v7-to-v8-the-new-api

Not that it is not definitive but sure helps out somewhat.

Avatar
Discard
Author Best Answer

And what about the launchpad trunk? Ist this the same like 8.0 GitHub branch?

Avatar
Discard