Click event of tree view in OpenERP - odoo

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.
OpenERP 6.1 Sales Order Form view, Whre you can See Partner and Address m2o as URL.
OpenERO Trunk Opportuniyt Form view yu can see the relation fields Partenr and Sales Personas URL:
Thank You

Related

OnChange Field Inside Many2one Filed

I there any way to achieve something like this: api.onchange(mo_bom_id.type)
I want to change a field inside sale.order.line based on a change of many2one field for mrp.bom
so, when I click the many2one external link that takes me to a wizard form view to change the bom type then click save, I want this change to reflect immediately on another field for sale.order.line in the source view.
basically the changes won't appear unless I click save in sale.order form view.
any solutions for this mistery?!
Thanks!

why my field field does not want to appear in my link menu?

I would like to add an image type field (QR code precisely) in my edit link menu.
For this: I added and installed the module: Menu Item Extras (which allows to do that).
however, when I create my field in manage field, it does not want to be displayed.
In "manage display", it is not disabled.
what did I forget?
her my field created
manage form display

How to show a from view from a field in another form in openerp

I am very new to openerp, I want to load a view from a field in another view in openerp as shown in fig. Can anyone say how to bring it?
Thanks in advance.

Different search views for same model

I have 2 actions (sort of "screens") for 2 subtypes of account.invoices, they are:
customer invoices
supplier invoices
A different search view is loaded in each of them, I did that specifying the search view when you click in the menu.
Then I do the search, and everything is ok, but then when I click the "clean" button, the search view changes to the most priority view of account.invoice model.
I think I'm doing wrong and overpassing it with forcing view-rendering from the menu link, but when I click clean button, or whatever up-right button (to choose search-view,form-view...) openerp renders the most priority view of account.invoice
Thanks in advance

Is it possible to add one2many inside one2many field in openerp?

For example I need to add bom lines inside sale order lines. I have created an on_change function to load the bom lines if the product have bom. It is working fine in GTK, but when I try to add in web client, its not working..
Look at the product screen's Suppliers tab. One product can have many suppliers and each supplier can have many prices. To see the price list, you must enable the extended view for your user account.
Here's a screen shot of the GTK client with the suppliers switched from tree view to form view so you can see both levels.
The web client can't display both levels at the same time. You have to open the supplier in a dialog box, and it shows you the list of prices there.
is it possible to trigger control to another form based on th onchange of a selection field? the new form is to be linked to the new button of the existing form.