Hello
I'd like to use an application that was developed as a custom OpenERP 7.0 module.
The module depends on standard OpenERP modules.
At this point, I ran the Windows installer and downloaded the custom module through Git, and am told to simply 1) install the custom module and 2) create a user account.
I have a few questions:
1. In addition to OpenERP and PostgreSQL, I assume the OpenERP 7 Windows installer took care of installing Python and configuring Windows so that modules will run without further tweaking. Is this correct?
2. On Windows, how do I install custom modules? I assume data live somewhere in C:\Users\john\AppData\Local, but I found no trace of "OpenERP".
3. Will installing a custom module automatically install other modules it depends on, including OpenERP standard modules?
Thank you.