Skip to Content
Menu
This question has been flagged
1 Reply
4360 Views

hello all  i want to understand how can i change on my odoo open source code and do some features extra to the existing e- commerce , i want to learn how to edit my source code and from where should i start to learn how to edit it 

Avatar
Discard
Best Answer

Hi,

If you are new to Odoo development, first of you have to set up the development environment. PyCharm IDE is better as far as i am concerned. To install and set up the PyCharm with Odoo, see this: How to Configure Odoo With Pycharm

Editing of the source code directly is not recommended, for making changes inside the odoo, you can create custom module, which add the new functionalities or extend the existing functionalities.

As you are new to development, check this tutorials: Odoo Development Tutorials

As you specified you need to make changes inside the website/ecommerce, you can check whether the same can be done by using the Odoo Website Builder.

Thanks

Avatar
Discard