> It says "No Action defned !".
This is the 'choosing which objects to save' problem showing itself. hda mentioned 'base objects'. These are objects which hold information common to all modules and underly all the functionality of OpenERP. Their names all begin with 'ir_'. There are also 'res_' objects which hold higher level data such as partners, countries etc. You appear to have left out one or more of the ir_act... objects. It is probably safe (even desirable) to include all the objects which are selected by default in the module_recorder. Some of them will be necessary, some won't, but if you have only made changes relevant to your module you won't get anything you don't need in your zip file. > What I got from extracted module is only : > __init__.py > __terp__.py > school_management_data.xml That's all you need. All the changes you saved are in the xml file from which they are loaded when you install or update your module. If you look inside it you will see which objects have been modified. The .py files contain meta-data like the module name, author etc. and control which files (when there are more than one) get loaded and in what order. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=59767#59767 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users