This question has been flagged
4 Replies
9325 Views

Hello,

I'm a UI designer and I'm quite new on Odoo. I created a website on Odoo and want to customize the interface. As I see from the documentations, there is the possibility of creating on my own theme but I there is concrete documentation to find where to start exactly.


I found this documentation, but it seems like that it is not clear enough. 

https://www.odoo.com/documentation/14.0/howtos/themes.html

For instance, on Create a theme module section of this page, it says "Create a folder and name it like this: theme_ followed by your theme’s name.but don't shows where and how create this folder.

Is there anybody work on this field and experienced about that, I kindly ask for help.

I'm online user of version 14

Avatar
Discard

Thanks @Niyas, this was helpful for those trying to figure this all out!

Best Answer

Hi,
If you are new to odoo development, you have to set up an local development environment first. You can configure odoo with pycharm for the local development.


The specified thing in the doc, ie, to create a folder, this is a basic step of creating an addon in odoo,it has to be done inside the addons path. You can add custom addons path and inside it, create the folder and continue as odoo documentation says.

How to Configure Odoo With Pycharm

How To Add Custom Modules And Custom Addons Path In Odoo14


Thanks

Avatar
Discard
Author Best Answer

I'll follow the instructions. Thanks to provide them, Niyas. 

Avatar
Discard
Best Answer

Hi,

Check this one may be useful: https://youtu.be/amHpruXQMOg

Thanks

Avatar
Discard