Skip to Content
Menu
This question has been flagged
2 Replies
7030 Views

I have website theme with me and I want to usse it in Odoo website, Please help in this!

Avatar
Discard

But I have these type of templates with me :

https://colorlib.com/wp/free-responsive-website-templates/


See the website

Please help me to use it in Odoo website

Hi, the simple answer is you can't. You will need to convert those Wordpress theme's to Odoo themes, which will require quite some custom development

Best Answer

Hi Sachin,

You just have to add the theme (which is an Odoo module) in your custom addons directory. If you then restart your Odoo and update the module list you'll be able to find the theme and install it. So:

1. Add the theme to your custom modules folder (for example /opt/odoo/custom)
2. Restart your Odoo (sudo service odoo-server restart)
3. Update your modules list (from Apps > Updates Apps List)
4. Search the app in the apps list
5. Install it


Update: as stated by the author after my response this is about Wordpress themes. The Wordpress theme's will need to be convert to an Odoo theme, which will require custom development. Fonts will have to be loaded, assets need to be managed and converted into .scss files and so on. You cannot use Wordpress theme's in Odoo out of the box.

Regards,
Yenthe

Avatar
Discard