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
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,
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
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