hmccaghren wrote: > I I would like to be able to view the phone number for the default contact of > a partner on the res.partner.tree view. >
One way to do it is to make a function field in res.partner object. That function would get the default contact and return it's phone number -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=44045#44045 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
