Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
3329 Переглядів

 I want to create two websites in one odoo instance and two websites should have entire differrent themes. It should be possible to add pages and content for 2 websites. One website content should not availabe in second website.

Аватар
Відмінити
Найкраща відповідь

The best way to achieve it is with db filter.

Just add this to your init file, set correctly your DNS and nginx/apache. 

--db-filter='^%d$'


Аватар
Відмінити
Найкраща відповідь

You can easily achieve that when deploying multiple databases using dbfilter. If you want to achieve that in one database, then it is theoretically possible, but not officially supported. Here are some link which might be of help in this case:

- https://github.com/odoo/odoo/issues/12437#issuecomment-226422633 

- https://github.com/odoo/odoo/issues/12437#issuecomment-226422633

https://github.com/odoo/odoo/issues/12415

Аватар
Відмінити
Автор

@Ermin Trevisan, In order to support multi domain, we need to create separate views Is n't it?

Related Posts Відповіді Переглядів Дія
1
лип. 25
773
2
черв. 25
2364
3
квіт. 25
2580
1
квіт. 25
2002
1
груд. 24
2347