This question has been flagged
1 Reply
2217 Views

Iam a new to Odoo. I have edited the "sale.py" Python file and I restarts the server(Win 64 bit) It is giving Internal server exception.

Is it correct way to edit or any other better way to edit the python code ?

Avatar
Discard
Best Answer

1. It is not recommended to change Odoo code. Develop custom addon modules and use inheritation.

2. Do provide the error log if you are looking for help.

3. Do finally start reading the documentation, see https://www.odoo.com/page/community for more and use Google.

4. Use specific question titles.

Avatar
Discard