In Odoo v8, I have extended crm.lead model to add some fields. Also created specific menu and views to show them differently than through original Lead/opportunities menus and views.
I have other model "A", and they have a m2o/o2m relationship, so I can go back and forth.
But, whenever I click on model "A" m2o field "crm_lead_id", the default lead view is opened, but I need to open my customized view (to see extra fields).
How do I specify it for model "A" m2o field "crm_lead_id"?