Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Multiple websites with builder
Can you use website builder to create multiple websites, each with its own domain name? Part of my company's business is making 1-page, PURL-customized websites for customers. Can this kind of thing be achieved with Odoo?
Thanks for any input,
Steve
This question was asked directly to Fabien Pinckaers during the Opendays 2014 "Whats new and cool in V8 Odoo" talk. The answer is not yet but it's planned.
Watch the talk on youtube.
Part1: https://www.youtube.com/watch?v=rMZbiQHbrYU
Part2: https://www.youtube.com/watch?v=RqRR8t-lC5Y
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 7/3/14, 2:46 PM |
Seen: 1953 times |
Last updated: 3/16/15, 8:10 AM |
Hi Steve, A similar question has been asked here: https://www.odoo.com/forum/Help-1/question/Developing-Themes-For-the-WebsiteEcommerce-Module-Currently-in-Trunk-44077 I believe what your asking is similar to Website > Store > Store View type granularity that can be found in Magento. From my understanding this may possibly be on the roadmap, however I don't believe it will make it into the initial v8 release. From my understanding you can simply create a different database per website (ie. domain) now and then run those different databases on different ports by starting the server with a different config file for each. You could then use Nginx to setup virtual domains pointing back to each instance.