The standard bill-of-material (bom) view is set up to display a list (lines) of any child boms. These lines also show the product_id of any child boms, but this product_id does not appear as a clickable 'link' taking me to actual products in my warehouse. As far as I can see, the structure is as follows: the bom-lines themselves each refer to a mrp.bom-object with a product_id, which refers to a product.product-object. As such, I should anticipate the product-names in the bom-lines to appear as links, but this is not the case. Can someone help me make the necessary configurations (to the view itself or to the underlying models)?
Cheers.
Did you get anywhere with this? I would like to do the same thing. I found the following module: https://www.odoo.com/apps/6.1/web_treeviewlinks/ and the source: http://bazaar.launchpad.net/~credativ/credativ-openerp/addons-6.1/files/head:/web_treeviewlinks/ But it's quite old and I am having trouble understanding how you define the links.