I'm using OpenERP 8.0. I'm unable to edit the source code Oodo. After all, it is just a source code modification.
Can anyone tell me a solution to edit the source code. Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I'm using OpenERP 8.0. I'm unable to edit the source code Oodo. After all, it is just a source code modification.
Can anyone tell me a solution to edit the source code. Thanks in advance.
There are two way to edit Odoo code:
- The first and the simplest one is editing it trough the GUI. Here you can change the view and add actions on the modules/views.
- The second, is to edit directly python and xml files trough a good IDE like Pycharm. More complicated if you aren't skilled enough but you'll gain full control.
Side note: editing directly the source code of a module isn't a good idea. It's better create a new custom module that inherit a view or a function or for creating a completely new piece of code to suit your needs . Have a look here or directly here.
If is not what you need, please elaborate a bit more your question and try to add an example.
You can use the editor of your choice to edit the source code. You can also use IDEs like Pycharm or Pydev for Eclipse.
Pycharm community edition ROCKS! :)
if you are Windows you can use the notepad. I did that at first before going to eclipse
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Where you need to edit? As it was a open source you can able to edit the source code.
The way you ask the question let everybody assume that you don't know how to edit a file or that you are absolutely clueless about Odoo at all. So please be more specific.