You shouldn't modify directly any official module since it's not considered upgrade safe. It's better to create your own custom module (http://doc.openerp.com/developer/2_4_module_development/4_3_create_module.html?highlight=custom).
In this case, I guess this behavior could be achieved by directly modifying the PostgreSQL database (maybe an trigger on insert?) then you need not to mess with module creation. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=34199#34199 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
