# -*- coding: utf-8 -*- from openerp import fields, models class lead(models.Model): _inherit = 'crm.lead' leadphonecall_ids = fields.One2many('crm.phonecall','opportunity_id', 'Llamadas', )