콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7376 화면

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

아바타
취소

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

베스트 답변

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

아바타
취소