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

I Have to create separate odoo instance. And get a SQL script once we deployed module in one instance, and use that script for create data schema in other instance, then deploy odoo module on top of that already created data schema. 


is it possible,if possible how can i achieve this?

please help me!

Avatar
Discard
Best Answer

When you said data schema are you referring to a PostgreSQL schema? if yes then the answer is no, you cannot use an schema different than public in Odoo, so you need to have another database with the data in the public schema

Avatar
Discard
Related Posts Replies Views Activity
2
Sep 17
8384
0
Sep 15
4521
2
Sep 15
11157
1
Sep 15
5239
1
Sep 15
7059