This question has been flagged
1 Reply
6660 Views

I found that you have merged that feature to master branch on Github:

https://github.com/odoo/odoo/pull/2300

Would it be possible to create different websites for each domain name with one database and one Odoo instance?

When do you plan to release it?

Avatar
Discard
Thanks!

2014-10-29 11:50 GMT+04:00 Luke <luke-weairsoft-com@mail.odoo.com>:

@Ilya, It looks like this may be in the works for backporting to 8.0: https://github.com/odoo/odoo-extra/tree/master/website_multi I've just installed it on a development machine and will do some tests of my own before pushing it to production, however it does seem to be working with the 8.0 branch at the moment.

--
Luke
Sent by OpenERP S.A. using Odoo about Forum Post Would Odoo include multi-website (by domain name) in next release?

@Ilya, This module looks like it is still under very heavy development, as there are a number of features missing (eg. eg. assign a different theme module for each website, assign different products, etc.). It is encouraging to see that it is in the works though. Hopefully Odoo R&D will release some more info soon.

@Ilya, It looks like the development of this module is being backported to 8.0: just create a temp directory on your dev machine and do the following: sudo git clone -b 8.0-website_multi2-vta https://github.com/odoo-dev/odoo.git then just create a symlink for the website_multi module into your Odoo 8.0 module directory. This allows for multiple websites and multiple domains to be handled in 8.0!

thanks! I will try

2015-02-03 6:36 GMT+03:00 Luke Branch <luke-weairsoft-com@mail.odoo.com>:

@Ilya, It looks like the development of this module is being backported to 8.0: just create a temp directory on your dev machine and do the following: sudo git clone -b 8.0-website_multi2-vta https://github.com/odoo-dev/odoo.git then just create a symlink for the website_multi module into your Odoo 8.0 module directory. This allows for multiple websites and multiple domains to be handled in 8.0!

--
Luke Branch
Sent by Odoo S.A. using Odoo about Forum Post Would Odoo include multi-website (by domain name) in next release?

COuld we use the module https://www.odoo.com/apps/modules/8.0/multi_store/ to separate shops on the front-end?

Best Answer

@Ilya, It looks like this may be in the works for backporting to 8.0: https://github.com/odoo/odoo-extra/tree/master/website_multi I've just installed it on a development machine and will do some tests of my own before pushing it to production, however it does seem to be working with the 8.0 branch at the moment.

Avatar
Discard

Interesting and here is the branch... however no development has occurred in the last 4 months... https://github.com/odoo-dev/odoo/tree/8.0-website_multi2-vta/addons/website_multi

Luke, since you have tested this functionality... It does not require multi-company to be installed? Do you know if it can work with multi-company?

@Stephen,

Unfortunately I have not been able to research the functionality in depth yet due to work commitments, however I plan to do a little research on it on a dev instance soon to see what features it brings to the table.

I'll report back here with what I find once I get around to it.