Skip to Content
Menu
This question has been flagged
1 Reply
3106 Views

I have some understanding problems about the handling of modules, which are created with Odoo Studio:

A) Are they only available in the database where they was created, or in the whole installation of the Odoo version? 

B) Is it possible to export such modules to another database, or to another installation of Odoo?

C) Will these modules be integrated during updates to new Odoo versions?  

Avatar
Discard
Best Answer

Hi.

1. The module you have created using the odoo studio will only be available in the database you have created it. It wont be available in the other database in the same odoo instance, unless you export and import it to other database.


2. Yes the module you created using the studio can be exported from the database and import it in the another database. You can see it here in this video: Export Studio Customizations in Odoo

3.  Yes, once you upgrade the odoo version to its latest, odoo will freely migrate the database to the latest version.


Thanks

Avatar
Discard