This question has been flagged
1 Reply
2301 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