This question has been flagged
2 Replies
5951 Views

I just install odoo 10 but when import a databse from my odoo 9 on odoo 10, I can not access, getting message : forbiden, you don't have permission to...also no module from odoo 9 is being install. is it something I should configure or setup?

Avatar
Discard
Best Answer

Hi Ethos,

It is not possible to simply export a V9 Odoo database and import it in an Odoo V10. The reason behind this is because the datamodel differs (along some other things). You can however either upgrade your Odoo database for free if you have an Enterprise license (upgrade.odoo.com) or by doing it yourself with the opensource alternative named OpenUpgrade.

Regards,
Yenthe

Avatar
Discard
Best Answer

 Hai all,

I'm fully agree with Yenthe.Also you can try your custom odoo 9 modules to run on odoo 10 by following simple step

Just rename the __openerp__.py  ==> __odoo__.py

I got success on above steps in my custom modules.


Avatar
Discard