I have a need for a one2one relationship between `project.project` and `crm.lead` and display the link in each object's form view. I have put my many2one field into `crm.lead` and added it to the Opportunity Form View. I now need to do the same thing to the Project Form View, but the only way I can get that relationship to display is by using a one2many field in `project.project`. I saw in other [forum posts](http://forum.openerp.com/forum/topic7241.html) that _inherits need to be set, however when I do that and put the field in my view I get "Automatically created field to link to..." in the label section and no value.
Has anyone successfully created this one2one relationship with links in the object views?
↧