I have website theme with me and I want to usse it in Odoo website, Please help in this!
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
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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