I created a tree View in OpenERP . It’s without ‘editable’ property , and contains some many2one fields.
How to make it open the related object’s form view , when I click the many2one fields?
For example, there is a ‘sale order’ field in this tree view. When I click this column, it open the sale order’s form view, as I click the same field in form View.
If you See on OpenERP 6.1 and trunk this Thing implmentated on all relation Field, I have attached a Screen Shot of the OpenERP 6.1 and trunk which shows the Relation field as URL which Re-direct you on to the from view of that relational record.
Thank You