openERP is based on MVC architecture. Read about this here: http://doc.openerp.com/developer/1_3_oo_architecture/index.html
Then you should read how to write your first module: http://doc.openerp.com/developer/2_4_module_development/index.html When you finish your module install it. Then make changes to the module and update it running openerp-server this way openerp-server -u [MODULE_NAME] -d [DB_NAME] (here you will make the debugging) Everything is in the documentation. So, start reading and ask when you have the first problem. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=49664#49664 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
