[quote="cjalmeida"]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.[/quote] Thanks cjalmeida,I am learning and worth trying both method. I guess, I can copy CRM and change the __init.py and __terp.py file. Thank you again for clear info. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=34238#34238 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
