This question has been flagged
1 Reply
13848 Views

Hi,

Could anyone please help me in customizing the codes of open erp 7? I would like to know how to edit the codes(source code) and how to compile and execute it?

I have downloaded the openerp 7 server and installed it on my ubuntu 12.04 machine.

With Regards- Benoy

Avatar
Discard
Best Answer

A good point to start is to read the Developer Documentation

Since python is a script language you do not need to compile source files. You only have to restart the OpenERP server.

Avatar
Discard