Hai Friends ,
I have question regards - many2one relation types fields .
1.It is possible to make use of many2one relation type fields for more than fields ?
Example : Let as assume Table - Customer (python class)
  _rec_name = 'customer' 
  _columns ={
    'customer' : fields.char('customer' , size = 30 ),
    'phone' : fields.integer('phone')
       }
Table - Sales Order
Using  many2one - customer name will be displayed in Sales Order table .
But, If i need to display phone in Address table . What will be the syntax . Friend Please guide me .
Thanks & Regards OMPRAKAHS.A
