跳至内容
菜单
此问题已终结
1 回复
5046 查看

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 

形象
丢弃
最佳答案

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

形象
丢弃