about 10 years ago
In OpenErp all module of openerp server are located in the server/addons directory, to create all new module in openerp follow this step:-
The __init__.py file in openerp to executed at the start of the program.this file needs to import the python files that need to be loaded.
Example:-
if you create a "module.py" file, containing the description of your objects, you have to write one line
in __init__.py:
0 Comment(s)